thephpx/user

User module

Maintainers

Details

github.com/thephpx/user

Source

Issues

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/thephpx/user

dev-main 2024-06-13 14:10 UTC

This package is auto-updated.

Last update: 2025-12-13 17:21:23 UTC


README

Installation

composer require thephpx/user

Post Installation Commands

php artisan vendor:publish --provider="Thephpx\User\Providers\UserServiceProvider" --tag="config" php artisan vendor:publish --provider="Thephpx\User\Providers\UserServiceProvider" --tag="seeder" php artisan migrate php artisan db:seed --class="ThephpxUserDatabaseSeeder"

  • make sure in config/auth.php the user model points the this packages user model

'model' => env('AUTH_MODEL', Thephpx\User\Models\User::class)

Packages used

  • Fortify
  • Laravel permissions