-
Create a new database and set user privileges. Update
.env
file according to database and user. -
Command → composer install
-
Command → php artisan key:generate
-
Command → php artisan migrate
-
Set your default user name and password in
database/seeds/user_table_seeder.php
-
Command → php artisan db:seed
-
Command → php artisan serve
-
Change tables configuration in
storage/app/table_config/tables.json
according your needs. -
Change columns configuration in
storage/app/table_config/tablename_columns.json
according your needs. You can add more tables configurations liketablename_columns.json
-
Done...! :-)
This is the beta version. You are always welcome to contribute improvements.