sierratecnologia / crudmaker
An incredibly powerful and some say magical CRUD maker for Laravel
Fund package maintenance!
ricasolucoes
ricasolucoes.com.br/open-source/support-us
Requires
- php: >=7.0
- doctrine/dbal: >=2.5
- illuminate/support: >=5.5
- sierratecnologia/formmaker: dev-master
Requires (Dev)
- mikey179/vfsstream: >=1.6
- mockery/mockery: >=0.9.4
- orchestra/testbench: >=3.4
- phpunit/phpunit: >=6.0
- dev-stable
- dev-develop
- v2.0.0
- v1.4.6
- v1.4.5
- v1.4.4
- v1.4.3
- v1.4.2
- v1.4.1
- v1.4.0
- v1.3.0
- v1.2.6
- v1.2.5
- v1.2.4
- v1.2.3
- v1.2.2
- v1.2.1
- v1.2.0
- v1.1.7
- v1.1.6
- v1.1.5
- v1.1.4
- v1.1.3
- v1.1.2
- v1.1.1
- v1.1.0
- v1.0.8
- v1.0.7
- v1.0.6
- v1.0.5
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
- 0.5.x-dev
- 0.4.x-dev
- 0.4.4
- 0.4.3
- 0.4.0
- 0.3.3
- 0.3.2
- 0.3.1
- 0.3.0.x-dev
- 0.3.0
- 0.2.2.x-dev
- 0.2.0
- dev-master
- dev-dev
- dev-release/4.4
- dev-quebrado
- dev-dev-0.4
This package is auto-updated.
Last update: 2024-11-16 04:58:17 UTC
README
Unfortunately, we've decided to abandon this library. You're free to fork and maintain your own version if you like.
CrudMaker - An incredibly powerful and some say magical CRUD maker for Laravel
It can generate magical CRUD prototypes rapidly with full testing scripts prepared for you, requiring very little editing. Following SOLID principals it can construct a basic set of components pending on a table name provided in the CLI. The CRUD can be used with singular table entities think: 'books' or 'authors' but, you can also build CRUDs for combined entities that is a parent, and child like structure: 'books_authors'. This will generate a 'books_authors' table and place all components of the authors (controller, service, model etc) into a Books namespace, which means you can then generate 'books_publishers' and have all the components be added as siblings to the authors. Now let's say you went ahead with using the Laracogs starter kit, then you can autobuild your CRUDs with them bootstrapped, which means they're already wrapped up as view extensions of the dashboard content which means you're even closer to being done your application.
Author(s):
- Matt Lantz (@mattylantz, mattlantz at gmail dot com)
Requirements
- PHP 7+
- OpenSSL
Compatibility and Support
Documentation
https://docs.sierratecnologia.ca/others/crud
License
CrudMaker is open-sourced software licensed under the MIT license
Bug Reporting and Feature Requests
Please add as many details as possible regarding submission of issues and feature requests
Disclaimer
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.