crud widgets for laravel, to make an admin in few lines of code
dizatech/rapyd is a Laravel package for crud widgets for laravel, to make an admin in few lines of code.
It currently has 0 GitHub stars and 11 downloads on Packagist (latest version v2.6.7).
Install it with composer require dizatech/rapyd.
Discover more Laravel packages by dizatech
or browse all Laravel packages to compare alternatives.
Last updated
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.