PHPackages                             wcr/entitize - 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. [Framework](/categories/framework)
4. /
5. wcr/entitize

ActiveLibrary[Framework](/categories/framework)

wcr/entitize
============

A crud package for Laravel, with bootstrap and former

0.2.3(7y ago)020MITPHP

Since Jun 5Pushed 7y ago1 watchersCompare

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

READMEChangelog (5)Dependencies (4)Versions (6)Used By (0)

Entitize
========

[](#entitize)

[![Latest Version on Packagist](https://camo.githubusercontent.com/b7aecd3c1281bdcd2ac755edaed1385e9a47768829110263c13558746e1dad21/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6672616e636573636f6d6f6e74692f656e746974697a652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/wcr/entitize)[![Total Downloads](https://camo.githubusercontent.com/d81d5cdd1bf0739301caab28d018ea95c99c703bba96928e4d4bf7a81dda26ed/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6672616e636573636f6d6f6e74692f656e746974697a652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/wcr/entitize)[![Build Status](https://camo.githubusercontent.com/83175b301f65a3bfc9bc2c42fb2b831464037e59d4fb4bd50fd851f439c07ec7/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6672616e636573636f6d6f6e74692f656e746974697a652f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/francescomonti/entitize)[![StyleCI](https://camo.githubusercontent.com/cb13a877afd1dbe223c631789c3f922d3ace958fdb334a9cce9b26afefbc2ebd/68747470733a2f2f7374796c6563692e696f2f7265706f732f31323334353637382f736869656c64)](https://styleci.io/repos/12345678)

This is where your description should go. Take a look at [contributing.md](contributing.md) to see a to do list.

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

[](#installation)

Via Composer

```
$ composer require wcr/entitize
```

Usage
-----

[](#usage)

#### 1. Publish components

[](#1-publish-components)

```
$ php artisan vendor:publish --tag:entitize
```

#### 2. Create Model whith Migration

[](#2-create-model-whith-migration)

```
$ php artisan make:model Book -m
```

edit migration `/database/migrations/0000_00_00_000000_create_books_table.php`

```
