Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 376 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 376 Bytes

Laravel based administration panel

Install

  1. cp .env.example .env
  2. composer install
  3. php artisan key:generate
  4. php artisan migrate --seed
  • creating user role and user admin
  1. maybe, need create storage link:
  • php artisan storage:link

Admin panel

  1. Login form: /login
  1. Registration form: /registration