orchid / crud
Build CRUD apps in fewer lines of code for Laravel Orchid.
Fund package maintenance!
Open Collective
Installs: 1 148 717
Dependents: 3
Suggesters: 5
Security: 0
Stars: 142
Watchers: 11
Forks: 34
Open Issues: 26
Requires
- orchid/platform: ^14.0
Requires (Dev)
- orchestra/testbench: ^8.0 || ^9.0
- phpunit/phpunit: ^10.0 || ^11.0
Conflicts
- orchid/blade-icons: <4.2
- orchid/platform: <14.34
This package is auto-updated.
Last update: 2024-10-12 01:01:28 UTC
README
Introduction
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.
Official Documentation
Documentation for CRUD can be found on the orchid.software website.
Roadmap
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:
- Add setting for displaying and restoring deleted models with
Illuminate\Database\Eloquent\SoftDeletes
; - Add the ability to perform actions for multiple models;
- Support of nested relations when viewing
It is an active community, so expect more contributions that will complement it with all sorts of other improvements to help improve production.
Changelog
Please see CHANGELOG for more information on what has changed recently.
Communication Channels
You can find help and discussion in the following places:
- Start a new discussion https://github.com/orchidsoftware/platform/discussions/new
- Create issue https://github.com/orchidsoftware/crud/issues/new
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
License
Please see License File for more information.