authwrap/userform

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

Dynamic Organization form

Maintainers

Package info

github.com/primaryItCare/authentication-framework

pkg:composer/authwrap/userform

Statistics

Installs: 6

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2022-12-22 06:17 UTC

This package is not auto-updated.

Last update: 2026-04-06 19:07:03 UTC


README

=> Now open config/app.php file and add service provider and aliase. 'providers' => [ .... authwrap\Userform\UserformServiceProvider::class, ], => Now that we've installed the package, we'll need to publish the database migration and config file: php artisan vendor:publish --provider="authwrap\Userform\UserformServiceProvider"

=> We can now run the migrations to create the new tables in our database: php artisan migrate