Giter VIP home page Giter VIP logo

laravel-graphql-example's Introduction

laravel-grapql-example-11

Setup Requirements

  • Composer
  • PHP ^8.1
  • Git Bash
  • Xampp
  • vscode

just, Follow few steps to complete the Laravel GraphQL Example

Step 1

Run the git clone

git clone https://github.com/fxcjahid/laravel-graphql-example.git

Step 2

after downloading the project file. Open the project file with vscode and run the terminal from topbar

composer install

Step 3

after completing the project's required package. You need to connect your database. Please run xampp and go to phpmyadmin and create a database.

then, rename .env.example to .env You have necessary to remove the .example word

and, now open .env file and paste your database name inside DB_DATABASE=Your Database Name

TIPS: if you have a password then paste also password

Step 4

After completing that. Run the database migration

php artisan migrate

then, run also database seed

php artisan db:seed

Last step

This time ready to run Laravel graphQL

php artisan serve

License

The Laravel framework is open-sourced software licensed under the MIT license.

laravel-graphql-example's People

Contributors

fxcjahid avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.