- Clone
git clone {url-repo}
- Copy
.env.example
to.env
and config the database - Change
APP_NAME
in .env - Run
composer install
- Run
npm install
- Run
php artisan key:generate
- Run
npm run prod
- Run
php artisan migrate
- Run
php artisan storage:link
- Run
php artisan octane:start
Afatkharrofiqi/Laravel-AdminLTE
Laravel with template AdminLTE, Yajra Datatable and initial CRUD User
PHPMIT