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
Requires
- php: ~7.0.13|~7.1.0|~7.2.0|~7.3.0|~7.4.0|~8.0.0|~8.1.1
- pitc/module-core: ^1.0.0
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