blackfyrestudio / crud
A Laravel 5.1 CRUD package based on krafthaus/bauhaus, although greatly modified...
Requires
- php: >=5.5.9
- graham-campbell/markdown: ^6.0
- illuminate/html: ^5.0
- intervention/image: ~2.1
- intervention/imagecache: ~2.1
- laravel/framework: 5.1.*
- maatwebsite/excel: ^2.0
- thomaswelton/laravel-gravatar: ^1.1
Requires (Dev)
- codeclimate/php-test-reporter: dev-master
- mockery/mockery: 0.9.*
- phpunit/phpunit: ~4.1
- psr/log: 1.0.0
- satooshi/php-coveralls: 0.6.*
Suggests
- barryvdh/laravel-debugbar: Fast and easy runtime debugging
- barryvdh/laravel-ide-helper: Auto completion assistant for PHPStorm and Sublime
README
CRUD
CRUD is as acronym for Create, Read, Update and Delete, these actions cover the most basic database interactions that are the core of every administrative interface. With this package, you can create your CMS in a matter of minutes, and the best of all? It's very flexible! No fixed views are generated, but the templates can overridden as desired. Did I mention all the hooks? No? Hooks are everywhere, so you can fine tune everything to fit it to your liking!
This package was originally based on the Krafthaus/Bauhaus package, but since then, it greatly differs on some key points. Check out the feautre list for most of the highlights!
Contributions are welcome! Either as ideas or (preferably) pull requests 😄
Installing Crud
Check the Wiki on how to install CRUD into your new project! https://github.com/BlackfyreStudio/crud/wiki/Installing-CRUD