osvaldo / user-crud
A crud for the user table
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Language:Blade
pkg:composer/osvaldo/user-crud
README
How to Use
Run 'composer require osvaldo/user-crud:dev-main'
After installing the package publish the files and migrations php artisan vendor:publish
How to Style
My package uses some simple anonymous components for buttons, and stuff like that.
If you use Tailwind, add:
' ./packages/osvaldo/user-crud/resources/views/**/*.blade.php '
in tailwind.config.js in the content array
content: [
'./vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php',
'./storage/framework/views/*.php',
'./resources/views/**/*.blade.php',
'./packages/osvaldo/user-crud/resources/views/**/*.blade.php',
],
How it Looks
Thats it. The package should look like: List all users. Notice the circled menu item, that should be added by you. https://ibb.co/VpWph7Pz
Edit/Create a user https://ibb.co/knSFsrx