https://github.com/muhazmi/lara-starter
LaraStarter is Laravel v11 starter template with TailwindCSS and AdminLTE 3
https://github.com/muhazmi/lara-starter
adminlte3 laravel laravel-framework starter-template tailwindcss
Last synced: 10 months ago
JSON representation
LaraStarter is Laravel v11 starter template with TailwindCSS and AdminLTE 3
- Host: GitHub
- URL: https://github.com/muhazmi/lara-starter
- Owner: muhazmi
- Created: 2024-02-11T07:53:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-31T10:52:34.000Z (about 1 year ago)
- Last Synced: 2025-07-10T11:58:04.537Z (12 months ago)
- Topics: adminlte3, laravel, laravel-framework, starter-template, tailwindcss
- Language: JavaScript
- Homepage:
- Size: 40.8 MB
- Stars: 18
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
LaraStarter
LaraStarter is Laravel v11 starter template with TailwindCSS (frontend) and AdminLTE 3 (backend).
Features
- CRUD CMS (Article and Tag)
- Master (Users, Category, Category Type)
- Setting (Company Info, Roles, Permission, Menu, SubMenu)
- Other (Backup Database, Logs)
Packages
- Laravel Breeze (Blade & Alpine.js)
- Spatie Permission
- Laravel Spatie Permission Activity Logs
- Indonesian Region by Laravolt include: Province, City, District, Village
- Yajra Datatable
- SweetAlert
- Select2
- Bootstrap Datepicker
- Fontawesome 6
Layout
Frontend: TailwindCSS with Flowbite UI Component
Backend: AdminLTE 3
How to Install
- Make sure you are connected to internet and PHP 8.1 installed.
- Open your terminal / cmd / powershell to this project and run these commands:
- cp .env.example .env
- composer install / composer update
- npm install
- npm run dev
- php artisan key:generate
- php artisan migrate
- php artisan db:seed
- php artisan storage:link
- Setup SMTP Mail Credential (optional)
- MAIL_MAILER=
- MAIL_HOST=
- MAIL_PORT=
- MAIL_USERNAME=
- MAIL_PASSWORD=
- MAIL_ENCRYPTION=
- MAIL_FROM_ADDRESS=""
How to Login
- SuperAdmin: email and password; superadmin@gmail.com
- Admin: email and password; admin@gmail.com
Localization
You can choose between Bahasa Indonesia or English with set APP_LOCALE in .env file with value ID or EN.
Screenshot




Wanna Work with Me?
Let's talk: amperakoding@gmail.com
Do you have another suggestions?
Star, fork, and create PR for this repo. Let's make this repo better!