Simple test app with Laravel 7
This is just Scott learning Laravel, with React as a front end.
- docker
- docker-compose
- PHP (Any recent PHP version)
- composer
- yarn
./scripts/setup.sh
This will install dependecies for Laravel and React.
./scripts/start.sh
In addition, you will have to run ./scripts/migrate.sh
to setup the database.
The application will appear on http://localhost:8081/
- PHP is dockerized, node is not. I should really choose one strategy
- testing
- linting