goodyweb/jetstream-crud
Generate Jetstream-ready CRUD modules (Create, Read, Update, Delete) for any table with one Artisan command. Scaffolds bare Livewire components and Blade views with search and pagination, so you can manage records quickly in Laravel apps.
Pros:
Cons:
Key Use Cases:
Stack Fit:
composer.json or composer why-not if conflicts arise.Technical Risk:
legacy_model_binding in Livewire may introduce deprecation warnings or break existing Livewire components if not tested thoroughly.Persons) could clash with existing Livewire classes. Mitigate by using namespaces or customizing the generator.Key Questions:
HttpTests, FeatureTests).Settings) to test the generator’s output.Read view in a dashboard).composer.json and publish its config (if needed).config/livewire.php with legacy_model_binding = true.composer require goodyweb/jetstream-crud dev-master --with-all-dependencies
^10.0).php artisan vendor:publish --tag=jetstream-crud-views
@error directives in Blade) are essential.spatie/laravel-permission-crud, orchid/software) if support is critical.$model->fresh()->lockForUpdate();
| Failure Scenario | Impact | Mitigation | |-------------------------------------|--------------------------------
How can I help you explore Laravel packages today?