If you find this website useful, your sponsorship would greatly support its ongoing development and maintenance. Learn more

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

© 2024 Laravel AdminTW. All rights reserved.

Built by David Carr