PHPackages                             netcore/module-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. netcore/module-crud

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

netcore/module-crud
===================

v1.0.6(7y ago)02.6k[5 issues](https://github.com/netcore/module-crud/issues)PHPPHP &gt;=7.0

Since Oct 24Pushed 7y ago6 watchersCompare

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

READMEChangelog (10)Dependencies (1)Versions (30)Used By (0)

Netcore CMS - CRUD module.
==========================

[](#netcore-cms---crud-module)

Pre-installation
----------------

[](#pre-installation)

This package is part of Netcore CMS ecosystem and is only functional in a project that has following packages installed:

-
-
-

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

[](#installation)

```
composer require netcore/module-crud
```

You need to add `CRUDModel` and `CRUDController` trait to your model and controller.

Controller:

```
