Installation
Install a fresh copy of Laravel then use require this package with composer:
composer require dcblogdev/laravel-admintw
Then install using the command:
php artisan admintw:install
Update composer using the command:
composer update
Ensure you've updated .env before migrating.
Migrate the database
php artisan migrate
Seed the database
php artisan db:seed
Link Storage to public
php artisan storage:link
To compile your assets:
npm install && npm run dev
Run the tests by running PestPHP
vendor/bin/pest