osvaldo/user-crud

There is no license information available for the latest version (v1.0.4) of this package.

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

v1.0.4 2025-12-20 08:59 UTC

This package is auto-updated.

Last update: 2025-12-20 09:00:40 UTC


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