https://github.com/hamoda-dev/laravel-adminlte-setup
Laravel AdminLTE Setup Blade Files RTL,LTR
https://github.com/hamoda-dev/laravel-adminlte-setup
Last synced: about 1 month ago
JSON representation
Laravel AdminLTE Setup Blade Files RTL,LTR
- Host: GitHub
- URL: https://github.com/hamoda-dev/laravel-adminlte-setup
- Owner: hamoda-dev
- Created: 2021-03-02T07:43:34.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-04T15:47:09.000Z (almost 5 years ago)
- Last Synced: 2025-10-04T04:45:05.745Z (4 months ago)
- Homepage:
- Size: 14.3 MB
- Stars: 11
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# laravel-adminlte-setup
This package provides an easy way to quickly setup AdminLTE v3 with Laravel 5 or higher. It has no requirements and dependencies besides Laravel, so you can start building your admin panel immediately. The package provides a Blade template that you can extend. the packge support rtl and ltr based on your app languge
## Installation
### run via composer
`composer require hamoda-dev/laravel-adminlte-setup --dev`
### run this command
`php artisan adminlte:install`
You are ready now build something amezing
to test just make route point to `dashboard.index` view
Enjoy :)