https://github.com/nerkarso/laravel-example
This is a sample project using Laravel and more
https://github.com/nerkarso/laravel-example
graphql laravel
Last synced: about 2 months ago
JSON representation
This is a sample project using Laravel and more
- Host: GitHub
- URL: https://github.com/nerkarso/laravel-example
- Owner: nerkarso
- Created: 2022-09-06T00:09:03.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-03-13T03:17:53.000Z (about 1 year ago)
- Last Synced: 2025-03-13T03:29:07.508Z (about 1 year ago)
- Topics: graphql, laravel
- Language: TypeScript
- Homepage: https://laravel-dashboard.vercel.app
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laravel Example
This is a sample project using Laravel and more.
## Commands
These are some useful artisan commands.
**Create the project**
```sh
composer create-project laravel/laravel app
```
**Migrate the database**
```sh
php artisan migrate
```
**Start the project**
```sh
php artisan serve
```
## API Documentation
Provided by [Scribe](https://scribe.knuckles.wtf).
Run this command each time you modify the API endpoints.
```sh
php artisan scribe:generate
```
Go to http://localhost:8000/docs to view the docs.
## Web Tinker
Provided by [laravel-web-tinker](https://github.com/spatie/laravel-web-tinker).
Go to http://localhost:8000/tinker to open the REPL.