This is simple library application using Laravel 5.5 This is used for test buildkite integration.
/Development/LibrarySystem If you change code path folder path in Homested.yaml and Homestead.json should be changed.
cd /Development/LibrarySystem vagrant up vagrant ssh
cd /home/vagrant/code
php artisan key:generate
php artisan migrate
php artisan db:seed --class=BooksTableSeeder
sudo chmod -R 777 storage sudo chmod -R 777 bootstrap/cache
composer install
username: homestead password: secret
Make sure you can log into Sequel Pro with above credentials