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

https://github.com/freshbitsweb/workshop-demo


https://github.com/freshbitsweb/workshop-demo

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

## Work shop Demo

### Installation

- Clone the repo:

```
git clone https://github.com/freshbitsweb/workshop-demo.git [DIRECTORY_NAME]
```

- Create .env file from the example file:

```
php -r "file_exists('.env') || copy('.env.example', '.env');"
```

- Setup .env variables (Mainly APP_URL and DB_DATABASE)

- Run following commands:

```
composer install
php artisan key:generate
php artisan migrate --seed
```
Done.