https://github.com/balajidharma/laravel-crud
Laravel CRUD - Build List and Detail View
https://github.com/balajidharma/laravel-crud
Last synced: about 2 months ago
JSON representation
Laravel CRUD - Build List and Detail View
- Host: GitHub
- URL: https://github.com/balajidharma/laravel-crud
- Owner: balajidharma
- License: mit
- Created: 2024-08-03T15:12:19.000Z (10 months ago)
- Default Branch: 1.x
- Last Pushed: 2025-03-09T16:58:05.000Z (3 months ago)
- Last Synced: 2025-04-15T03:12:12.889Z (about 2 months ago)
- Language: PHP
- Size: 43 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Laravel CRUD
Build CRUD for your Laravel projects.
## Table of Contents
- [Installation](#installation)
- [Demo](#demo)## Installation
- Install the package via composer
```bash
composer require balajidharma/laravel-crud
```
- Publish the migration and the config/menu.php config file with
```bash
php artisan vendor:publish --provider="BalajiDharma\LaravelCrud\CrudServiceProvider"
```## Demo
The "[Basic Laravel Admin Penel](https://github.com/balajidharma/basic-laravel-admin-panel)" starter kit come with Laravel CRUD