An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

Laravel CRUD


Build CRUD for your Laravel projects.



Total Downloads
Latest Stable Version
License

## 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