Skip to content

93gaurav93/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.