Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 1.1 KB

README.md

File metadata and controls

45 lines (27 loc) · 1.1 KB

Developement Mode.

AdminLTE template Laravel 5 package

A Laravel 5 package that switch default Laravel scaffolding / boilerplate to AdminLTE template with Bootstrap 3.0

Installation & use

So easy to install!

And convert fresh Laravel installation to AdminLTE:

laravel new your-project-name
cd your-project-name
composer require mvishal/adminlte

Publish files with:

php artisan vendor:publish --tag=adminlte --force

Use force to overwrite Laravel Scaffolding packages. That's all! Open the Laravel project in your browser or homestead machine and enjoy!

This package usage laravel >= 5.5.

Feel free to remove/adapt this file to your needs.

Change log

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING and CONDUCT for details.

Security

If you discover any security related issues, please email mvishu405@gmail.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.