maven/crud-manager

This package will help you to create crud easily

2.0.0 2019-07-04 12:44 UTC

This package is auto-updated.

Last update: 2025-05-26 00:31:31 UTC


README

This will create a crud.

To create REST API CRUD MODULE JUST USE BELOW COMMAN ON TERMINAL

php artisan crud:generator

  • It will ask you for below options:
    • Module Name
    • Please enter field name
    • Please enter field type
    • Do you need more field? (yes/no)

Once you done with it,you have to run php artisan migrate and check your route by php artisan route:list to use api.