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

https://github.com/forecho/laravel-api

Laravel Api Template
https://github.com/forecho/laravel-api

Last synced: 6 months ago
JSON representation

Laravel Api Template

Awesome Lists containing this project

README

          

# Laravel Api

## Install

```shell
composer install
php artisan key:generate
php artisan queue:table
php artisan migrate
```

## Queue

```shell
php artisan queue:work
```

## Dev

Serve

```shell
php artisan serve
```

http://localhost:8000/

Fix code style

```shell
vendor/bin/pint
// or
composer fix-style
```