balajidharma/laravel-crud

Laravel form builder

v1.0.3 2024-10-31 17:51 UTC

This package is auto-updated.

Last update: 2024-11-05 00:40:17 UTC


README

Build CRUD for your Laravel projects.

Total Downloads Latest Stable Version License

Table of Contents

Installation

  • Install the package via composer
composer require balajidharma/laravel-crud
  • Publish the migration and the config/menu.php config file with
php artisan vendor:publish --provider="BalajiDharma\LaravelCrud\CrudServiceProvider"

Demo

The "Basic Laravel Admin Penel" starter kit come with Laravel CRUD