pravin/crud

There is no license information available for the latest version (dev-main) of this package.

This will create Awesome CRUD for Admin and Api

dev-main 2022-11-01 07:31 UTC

This package is auto-updated.

Last update: 2025-05-29 01:38:14 UTC


README

Pre-Requirements

Module Version
PHP >= 8.0
MySQL >= 8.0

Installation & Configuration

  • Open a terminal and run these below commands in order

  • To create CRUD for Admin

php artisan make:crud Admin/Test

  • To Create CRUD for API

php artisan make:crud Api/Test

  • To Create CRUd for anything else

php artisan make:crud Anything/Test

  • To Create CRUd for root

php artisan make:crud Test