/laravel-adminlte

Starter kit for Laravel with AdminLTE

Primary LanguagePHP

Laravel Starter Kit with AdminLTE, Fortify and Livewire

About

This project is an admin panel Starter Kit for Laravel projects, based on AdminLTE theme, Fortify as authentication and Livewire.

This is incomplete work, and still in development. Please, read the TODOs section about upcoming developments.

I hope you like it, and can start your project faster.

Features

  • ACL logic to authorize users access your project
  • Role based permissions

Installation

  1. Generate node_modules:
$ npm install
  1. Generate mix assets:
$ npm run dev 
  1. Change .env file to match your requirements
$ copy .env.example .env
  1. Generate Laravel Key
$ php artisan key:generate 
  1. Create your database, accodanly to your .env file

  2. Run migrations with seed

$ php artisan migrate --seed 
  1. Run your server
$ php artisan serve
  1. Log in as admin:

Configuration

[TODO]

Warranty and Support

Please, take in attention that this is no warranty.

Trademarks and Copyrights

License

  • MIT

TODOs

  • When User is approved, change user status from Pending to Active.
  • Check Tenant's status also.
  • Create user alerts.
  • When User
  • Create views (show) for Tenants, Users, Roles and Permissions.
  • Localization and Translations.
  • Tests.

Credits and contributions

  • Luciano Closs