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

https://github.com/gustttavodev/challenges-laravel


https://github.com/gustttavodev/challenges-laravel

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        


Build Status
Total Downloads
Latest Stable Version
License

## About Laravel
## Primeiros passos

### RUN:
```
composer install
```
```
editar arquivo .env
```
```
php artisan migrate
```
```
php artisan serve
```