Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 439 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 439 Bytes

Laravel Livewire-crud Generator

A livewire CRUD Generation package to help scaffold basic site files.

Package is autoloaded as per Psr-4 autoloading in any laravel version above ^5.6 so no extra config required.

It uses auth middleware thus installs laravel/ui just incase you don't have any other auth mechanism.

This does not mean you have to use laravel/ui. If you have any other Auth mechanism in place you are good to go.