Update to Laravel 5.8

This commit is contained in:
Nabeel Shahzad
2019-05-12 10:10:31 -05:00
parent 82f6dfbece
commit 7f0fb16dc3
9 changed files with 375 additions and 741 deletions

View File

@@ -40,6 +40,7 @@ A full development environment can be brought up using Docker:
```bash
composer install
npm install
docker-compose build
docker-compose up
```