An open API service indexing awesome lists of open source software.

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

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.