https://github.com/amolitos/directorio
composer install
npm i
cp .env.example .env
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=laravel
DB_USERNAME=root
DB_PASSWORD=
php artisan key:generate
php artisan migrate --seed
php artisan serve
npm run dev
http://localhost:8000
Before confirm commit on git, husky will check the styles and linter. Please check the errors in terminal.
´´´ composer pint:test ´´´
´´´ composer pint:current ´´´
´´´ composer pint ´´´