Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/orchidsoftware/crud
Simplify the process of building CRUD (Create, Read, Update, Delete) functionality in Laravel using the features of Orchid.
https://github.com/orchidsoftware/crud
admin crud dashboard eloquent hacktoberfest laravel laravel-crud
Last synced: 5 days ago
JSON representation
Simplify the process of building CRUD (Create, Read, Update, Delete) functionality in Laravel using the features of Orchid.
- Host: GitHub
- URL: https://github.com/orchidsoftware/crud
- Owner: orchidsoftware
- License: mit
- Created: 2020-10-01T00:30:24.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-12T00:46:13.000Z (3 months ago)
- Last Synced: 2024-10-30T00:55:01.674Z (about 2 months ago)
- Topics: admin, crud, dashboard, eloquent, hacktoberfest, laravel, laravel-crud
- Language: PHP
- Homepage: https://orchid.software
- Size: 254 KB
- Stars: 143
- Watchers: 11
- Forks: 36
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: .github/SECURITY.md
Awesome Lists containing this project
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](https://orchid.software/en/docs/packages/crud/#introduction) 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:
- [x] Add setting for displaying and restoring deleted models with `Illuminate\Database\Eloquent\SoftDeletes`;
- [x] Add the ability to perform actions for multiple models;
- [ ] Support of nested relations when viewingIt 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](CHANGELOG.md) 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](https://github.com/orchidsoftware/platform/discussions/new)
* Create issue [https://github.com/orchidsoftware/crud/issues/new](https://github.com/orchidsoftware/crud/issues/new)## Security Vulnerabilities
Please review [our security policy](../../security/policy) on how to report security vulnerabilities.
## License
Please see [License File](LICENSE) for more information.