An open API service indexing awesome lists of open source software.

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

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


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

![image](https://github.com/user-attachments/assets/76fe0e78-ce99-45b4-b39f-a8542c625124)

![image](https://github.com/user-attachments/assets/e2a0fd76-e7da-4e15-ae12-59a7c282eb52)

![image](https://github.com/user-attachments/assets/0d527f07-f0fe-4ee2-82fc-fccbfa29b80d)

![image](https://github.com/user-attachments/assets/37a5b13c-4d6c-4672-8ed0-05eb5ab5a653)

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!