lucky-media / luckystarter

Laravel Boilerplate with Roles and Permissions, Admin interface with separate frontend.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LuckyStarter

Laravel + Bootstrap for admin with roles and permissions, admin panel setup with Tabler and separate views for Admin and Frontend.

image-1

image-2

Features

  • Laravel v6
  • Bootstrap v4 for Admin
  • TailwindCSS for the frontend
  • Roles and permissions
  • Toastr setup for Notifications
  • Separate Assets for frontend and backend
  • Admin Dashboard with Tabler
  • Frontend with Tailwind CSS.
  • Purge CSS for Production

How to use

  • Start by cloning the project.
  • Copy .env.example file to .env and edit database credentials there
  • Then run the command
  • composer install .
  • Run php artisan key:generate
  • Run php artisan migrate --seed
  • Done! Login with "admin@admin.com" and "password"

Licence

The MIT license.

About

Laravel Boilerplate with Roles and Permissions, Admin interface with separate frontend.

License:MIT License


Languages

Language:CSS 91.7%Language:PHP 5.7%Language:HTML 1.8%Language:JavaScript 0.8%Language:Vue 0.0%