dizatech / rapyd
crud widgets for laravel, to make an admin in few lines of code
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 300
pkg:composer/dizatech/rapyd
Requires
- php: >=7.3
- dizatech/burp: ^3.1.0
- intervention/image: 2.*
Requires (Dev)
- orchestra/testbench: ^6.0
- phpunit/phpunit: ^9.3
Suggests
- baum/baum: Allows to use the DataTree widget
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.