Butler is an Implementation Manager for laravel applications made with Trident and Vista.
video introduction at: https://www.youtube.com/watch?v=4zuZATtU1GA
- clone repo and
cd
to it composer update
npm install
- make
.env
from.env.example
. Update variables if necessary.MIX_BASE_URL_BACKEND
andMIX_BASE_RELATIVE_URL_BACKEND
must match current url. - update
webpack.mix.js
is necessary. "setPublicPath" must have the current root folder name npm run prod
- make
config/database.php
fromconfig/database.butler.php
php artisan key:generate
php artisan migrate