Laravel v.5.8
Tutorial for docker:
- clone repository and rename .env.example to .env
- run command in folder project sudo docker-compose up -d --build;
- run command sudo docker-compose up -d;
- run command sudo docker exec -it hasher_php bash;
- run command in container:
- composer install
- php artisan migrate
- php artisan db:seed
- exit
open http://127.0.0.1:800
The Laravel framework is open-source software licensed under the MIT license.