authwrap/userform

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

Dynamic Organization form

1.0.0 2022-12-22 06:17 UTC

This package is not auto-updated.

Last update: 2025-06-16 15:10:31 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