PHPackages                             sajjadgozal/simple-crud - 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. sajjadgozal/simple-crud

ActiveLibrary

sajjadgozal/simple-crud
=======================

add simple vies of crud based apps

v1.0.2(4y ago)010MITPHP

Since Nov 7Pushed 4y ago1 watchersCompare

[ Source](https://github.com/sajjadgozal/simple-crud)[ Packagist](https://packagist.org/packages/sajjadgozal/simple-crud)[ RSS](/packages/sajjadgozal-simple-crud/feed)WikiDiscussions main Synced 1mo ago

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

simple-crud
===========

[](#simple-crud)

add simple vies of crud based apps

install
-------

[](#install)

install with command :

```
composer require sajjadgozal/simplecrud
```

for publishing views and config :

```
php artisan vendor:publish --tag=sajjadgozal\SimpleCrud\SimpleCrudServiceProvider
```

Uesage
------

[](#uesage)

Add hasCrud trait to model to enable croud routes and views for that model. And dont forget to add fillable variables.

Category model :

```
