Skip to content

Make an admin panel with material UI by just configuring some JSONs

License

Notifications You must be signed in to change notification settings

Kenlock/Laravel-Admin-Template

 
 

Repository files navigation

Automated Laravel Admin Panel

Build Status David

Installation

  1. Create a new database and set user privileges. Update .env file according to database and user.

  2. Command → composer install

  3. Command → php artisan key:generate

  4. Command → php artisan migrate

  5. Set your default user name and password in database/seeds/user_table_seeder.php

  6. Command → php artisan db:seed

  7. Command → php artisan serve

  8. Change tables configuration in storage/app/table_config/tables.json according your needs.

  9. Change columns configuration in storage/app/table_config/tablename_columns.json according your needs. You can add more tables configurations like tablename_columns.json

  10. Go to http://127.0.0.1:8000/login

  11. Done...! :-)

Note

This is the beta version. You are always welcome to contribute improvements.

About

Make an admin panel with material UI by just configuring some JSONs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.2%
  • HTML 5.2%
  • PHP 1.4%
  • CoffeeScript 1.2%
  • Vue 0.0%
  • CSS 0.0%