crud widgets for laravel, to make an admin in few lines of code
bretto36/rapyd-laravel is a Laravel package for crud widgets for laravel, to make an admin in few lines of code.
It currently has 1 GitHub stars and 42 downloads on Packagist (latest version 3.0.2).
Install it with composer require bretto36/rapyd-laravel.
Discover more Laravel packages by bretto36
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.