Laravel Admin Panel

Table of contents

About

Laravel 6 admin panel for manage Users, Roles, Permissions, Companies, Addresses, Contacts, creating and editing Resume. This project is educational project…

Tools

Features

Installation

This package is very easy to set up. There are only couple of steps.

  1. Run git clone https://github.com/MaxLovesWeb/AdminPanel laraveladmin
  2. Create a MySQL database for the project
    • mysql -u root -p, if using Vagrant: mysql -u homestead -psecret
    • create database admin;
    • \q
  3. From the projects root run cp .env.example .env
  4. Configure your .env file
  5. Run composer install from the projects root folder
  6. From the projects root folder run:
    php artisan vendor:publish
    
  7. From the projects root folder run php artisan key:generate
  8. From the projects root folder run php artisan migrate
  9. From the projects root folder run composer dump-autoload
  10. From the projects root folder run php artisan db:seed

Screen Shots

Login Page Login Registration Registration Verify Email Verify Email after registration, update credentials data Confirm Password Confirm Password if for example important request Create Address Create Address Show Address Show Address Resume Edit Resume Edit Resume Show Resume Template Users Show All Users Show User Show User Roles Roles Show Role Show Role Permissions Permissions Show Permission Show Permission Confirm Delete Confirm Delete Flash Message Session Flash Message Sync Relation Sync Relation Example

License

This package is free software distributed under the terms of the MIT license!