Stars: 116
Forks: 31
Pull Requests: 36
Issues: 57
Watchers: 10
Last Updated: 2023-09-07 22:21:13
Simplify the process of building CRUD (Create, Read, Update, Delete) functionality in Laravel using the features of Orchid.
License: MIT License
Languages: PHP
Laravel Orchid has provided a unique experience for writing applications. Still, sometimes a simple CRUD needs to be done when it might seem overkill. Therefore, we have created a new package aimed at developers who want to quickly create a user interface for eloquent models with functions such as creating, reading, updating, and deleting.
You can describe the entire process using one file. And when you need more options, it's easy to switch to using the platform. All fields, filters, and traits are compatible.
Documentation for CRUD can be found on the orchid.software website.
This roadmap isn't meant to cover everything we're going to work on. We will continue to invest in making CRUD easier to use and easier to manage. We want to do:
Illuminate\Database\Eloquent\SoftDeletes
;It is an active community, so expect more contributions that will complement it with all sorts of other improvements to help improve production.
Please see CHANGELOG for more information on what has changed recently.
You can find help and discussion in the following places:
Please review our security policy on how to report security vulnerabilities.
Please see License File for more information.