Skip to content

bmf-san/laravel-test-handson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

laravel-test-handson

This is a handson for feature test of laravel.

Get Started

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

Run tests

composer test

License

This project is licensed under the terms of the MIT license.

Author

bmf - A Web Developer in Japan.

About

This is handson for feature test of laravel

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published