bretto36 / rapyd-laravel
There is no license information available for the latest version (3.0.2) of this package.
crud widgets for laravel, to make an admin in few lines of code
3.0.2
2017-04-06 02:31 UTC
Requires
- php: >=5.4.0
- illuminate/support: ~5.0
- intervention/image: 2.*
- laravelcollective/html: ~5.0
- zofe/burp: 2.*
Suggests
- baum/baum: Allows to use the DataTree widget
This package is auto-updated.
Last update: 2026-06-04 02:44:11 UTC
README
IMPORTANT
this repository is being rewritten in this one:
https://github.com/zofe/rapyd-livewire
The reason is that livewire has proven to be a great foundation for building reactive widgets for laravel, simplifying them and making them testable.
However there is still the need to have a library (on top of laravel) that has the building blocks to quickly build our applications in a robust and orderly way. Especially admin boards.
So Rapyd, as far as possible, will still be brought forward.