PHPackages                             wcr/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. wcr/crud

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

wcr/crud
========

a package for crud

v0.5.2(8y ago)0371PHP

Since Feb 24Pushed 8y ago1 watchersCompare

[ Source](https://github.com/francescomonti/wcr-crud)[ Packagist](https://packagist.org/packages/wcr/crud)[ RSS](/packages/wcr-crud/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (6)Dependencies (1)Versions (7)Used By (1)

wcr-crud
========

[](#wcr-crud)

Laravel crud package. The views are optimized for

### Required

[](#required)

Laravel 5.5

Former

### Install

[](#install)

Download package and setting

```
$ composer require wcr/crud
$ php artisan vendor:publish --tag=migrations
$ php artisan migrate
$ php artisan vendor:publish --tag=abilities

```

We use laravel pre-built authentication

```
$ php artisan make:auth

```

Modify file: `/app/User.php`

```
