FAQ

Frequently Asked Questions

Run composer require colorlibhq/adminlte-laravel, then php artisan adminlte:install.

Run php artisan adminlte:scaffold mailbox --seed to generate the migration, model, controller, routes and demo data.

Yes. Publish the views with php artisan adminlte:install and edit them under resources/views/vendor/adminlte.

Yes. Set layout_rtl to true in config/adminlte.php to load the right-to-left stylesheet.