Skip to content

LaraStarter is Laravel v11 starter template with TailwindCSS and AdminLTE 3

Notifications You must be signed in to change notification settings

muhazmi/lara-starter

Repository files navigation

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:
    • composer install / composer update
    • npm install
    • npm run dev
    • cp .env.example .env
    • 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

Localization

You can choose between Bahasa Indonesia or English with set APP_LOCALE in .env file with value ID or EN.

Screenshot

image

image

image

image

Wanna Work with Me?

Let's talk: [email protected]

Do you have another suggestions?

Star, fork, and create PR for this repo. Let's make this repo better!