Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mzt7/laravel-with-graphql
using laravel with lighthouse graphql
https://github.com/mzt7/laravel-with-graphql
Last synced: 4 days ago
JSON representation
using laravel with lighthouse graphql
- Host: GitHub
- URL: https://github.com/mzt7/laravel-with-graphql
- Owner: MZT7
- Created: 2023-09-07T09:06:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-09T22:17:49.000Z (over 1 year ago)
- Last Synced: 2024-11-20T21:51:13.062Z (2 months ago)
- Language: PHP
- Size: 128 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## About Laravel
Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:
- [Simple, fast routing engine](https://laravel.com/docs/routing).
- [Powerful dependency injection container](https://laravel.com/docs/container).
- Multiple back-ends for [session](https://laravel.com/docs/session) and [cache](https://laravel.com/docs/cache) storage.
- Expressive, intuitive [database ORM](https://laravel.com/docs/eloquent).
- Database agnostic [schema migrations](https://laravel.com/docs/migrations).
- [Robust background job processing](https://laravel.com/docs/queues).
- [Real-time event broadcasting](https://laravel.com/docs/broadcasting).Laravel is accessible, powerful, and provides tools required for large, robust applications.
## Install
Setup your .env file first
Then
You can install the app by running the following commands:
- composer install
- php artisan migrate
- php artisan serve