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

https://github.com/eliyas5044/laravel-foo


https://github.com/eliyas5044/laravel-foo

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

## Laravel Foo

After clone or download the project, cd into project folder and run these commands:

```
composer install
```
```
cp .env.example .env
```
```
php artisan key:generate
```

Change database credentials and run migrate command.

```
php artisan migrate
```

> Run server to test

```
php artisan serve
```