mostafiz / laralte
In a starting laravel application this is a easy sollution to integret adminlte
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:JavaScript
Requires
- brian2694/laravel-toastr: dev-master
- intervention/image: ^2.4@dev
- realrashid/sweet-alert: dev-master
This package is auto-updated.
Last update: 2025-03-09 00:34:45 UTC
README
Require this package in your composer.json and update composer. This will download the package. or you can just download by
composer require mostafiz/laralte
Installation
After updating composer publish few things.
Publish LaraLTE essential Files
php artisan vendor:publish --tag=laralte-essentials --force
after publish you will get all essential files (views, contollers, models, migrations, routes, config) in your regular laravel folders.
Then publish LaraLTE assets
php artisan vendor:publish --tag=laralte-assets --force
it will publish all the asstes (css, js, images) of AdminLTE 3 in your public folder
Now you are good to go.
License
This LaraLTE Admin package for Laravel is open-sourced software licensed under the MIT license