-
-
Notifications
You must be signed in to change notification settings - Fork 91
Home
L-Admin is a Laravel administration package that allows web developers to quickly create an admin panel for their website. The package includes features such as user management, access control management, task management, file management, email management, and many more. The package is designed to save time and effort in building an admin panel and allows developers to focus on building the core features of their web application.
Follow the steps below to get started faster! Add the repository by running the command below.
composer require hexters/ladmin
Follow the installation to start build awesome apps.
php artisan ladmin:install --and=ladmin:setup
Run migrate and seed, to install ladmin database tables
php artisan migrate --seed
Installation is complete, please access http://localhost:8000/administrator
To change the ladmin style, you just need to run Vite
, before that you should install nodejs modules in Modules/Ladmin
folder. Follow this steps below.
// Install node modules
cd Modules/Ladmin && npm install
// Go back to directory root project and run vitejs
npm run dev
You can start changing javascript and css.
You can support the maintainer of this project through the referral links below
- #1 Create Module
- #2 Create Menu
- #3 Route
- #4 Create DataTables
- #5 Template Layout
- #6 Create Model
- #7 Create Command
- #8 Create Component
- #9 Broadcast Notification
- #10 Group Search
- #11 Flashing Message
- #12 Compiling Assets (ViteJs)
- #13 Ladmin Option
- #14 Utility & Helpers
- #15 Vendor Publish
- #16 Custom Style
- #17 Ladmin Awesome
- #18 Make Money