PHPackages                             dlogon/quick-crud-for-laravel - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. dlogon/quick-crud-for-laravel

ActiveLibrary

dlogon/quick-crud-for-laravel
=============================

Create a crud for model in some steps

0.1(2y ago)04[2 PRs](https://github.com/Dlogon/quick-crud-for-laravel/pulls)MITPHPPHP ^8.0

Since Feb 1Pushed 1y ago1 watchersCompare

[ Source](https://github.com/Dlogon/quick-crud-for-laravel)[ Packagist](https://packagist.org/packages/dlogon/quick-crud-for-laravel)[ Docs](https://github.com/dlogon/quick-crud-for-laravel)[ GitHub Sponsors](https://github.com/dlogon)[ RSS](/packages/dlogon-quick-crud-for-laravel/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (14)Versions (4)Used By (0)

Create a crud for model in some steps
=====================================

[](#create-a-crud-for-model-in-some-steps)

[![Latest Version on Packagist](https://camo.githubusercontent.com/9acd360362460164ef2a7a7a3426a453f636d8477c83bda6865b85dfc86f374a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f646c6f676f6e2f717569636b2d637275642d666f722d6c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/dlogon/quick-crud-for-laravel)[![GitHub Tests Action Status](https://camo.githubusercontent.com/64a4b330b0b3d3ceae8f8e12c0bbad9fed758eaee0634a30cb20550f7725d730/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f646c6f676f6e2f717569636b2d637275642d666f722d6c61726176656c2f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/dlogon/quick-crud-for-laravel/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/ec877425a3a09d4b0bcc4e0894537c5acc75667ab9e3f2f97804c60bf7fca294/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f646c6f676f6e2f717569636b2d637275642d666f722d6c61726176656c2f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/dlogon/quick-crud-for-laravel/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/301a9125eb6b07f8f8c6a70d25cc051ac427f7c0b19da0038270183cf230ba9c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f646c6f676f6e2f717569636b2d637275642d666f722d6c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/dlogon/quick-crud-for-laravel)

Create a Crud for model in some steps

### Requirements

[](#requirements)

This package uses TailwindCSS () for styling. It uses some of the base laravel breeze/jetstream components and styles.

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require dlogon/quick-crud-for-laravel
```

You can publish the config file with:

```
php artisan vendor:publish --tag="quick-crud-for-laravel-config"
```

This is the contents of the published config file:

```
