PHPackages                             tareq/xcurd - 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. tareq/xcurd

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

tareq/xcurd
===========

Easy Curd

v1.6(6y ago)121MITPHP

Since Oct 5Pushed 6y agoCompare

[ Source](https://github.com/xtareq/xcurd)[ Packagist](https://packagist.org/packages/tareq/xcurd)[ RSS](/packages/tareq-xcurd/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (7)DependenciesVersions (8)Used By (0)

Xcurd
=====

[](#xcurd)

Xcurd is crud generetor for laravel.With xcurd you can easily make curd operation of any tipe of model.

- Type some Markdown on the left
- See HTML in the right
- Magic

Installation
============

[](#installation)

Xcurd can be install by this composer command

```
composer require tareq/xcurd
```

1. Install xcurd package from composer in your laravel app.
2. Create a xmodel by this php artisan command

```
php artisan make:xmodel Blog -m
```

3. Change migration file and then migrate

```
php artisan migrate
```

4. Make changes in your model like form fields and display table fields

```
