tkouleris/crud-panel

Create Models, Migrations, Controllers with simple click

0.9 2020-02-02 15:34 UTC

This package is auto-updated.

Last update: 2024-04-29 04:21:08 UTC


README

This package gives you the feature to add, edit and delete models, controllers and migration files by using an easy graphical interface.

Installation

  1. Run composer require tkouleris/crud-panel
  2. Run php artisan migrate
  3. Go to http://myappurl/crudpanel
  4. Enjoy

To do

  • Add authentication mechanism