mithuncdas / laravel_crud
simple crud
0.0.1
2023-11-20 09:40 UTC
This package is not auto-updated.
Last update: 2025-05-06 19:38:15 UTC
README
This is a package that gives a very simple visual UI for practicing developing package in laravel.
How to Use
- Run
composer require mithuncdas/laravel-crud
- Run
php artisan vendor:publish --provider="Mithuncdas\LaravelCRUD\CRUDServiceProvider"
to publish the Assets and others file - Launch
/crud/list
in your browser