laravel test handson
1.0.0
This is a handson for feature test of laravel.
docker-compose build
docker-compose up -d
docker exec -it php /bin/sh -c "cp .env.example .env"
docker exec -it php /bin/sh -c "composer install"
docker exec -it php /bin/sh -c "npm cache verify && npm install"
docker exec -it php /bin/sh -c "php artisan key:generate"
docker exec -it php /bin/sh -c "php artisan migrate && php artisan db:seed"
Add hosts settings to /etc/hosts
127.0.0.1 laravel-test-handson
composer test
This project is licensed under the terms of the MIT license.
bmf - A Web Developer in Japan.