Package for lead generation in Laravel with dynamic forms & questions. Primarily used for business leads.
You can install the package via composer:
composer require roberts/leads
You can publish the config file with:
php artisan vendor:publish --provider="Roberts\Leads\LeadsServiceProvider" --tag="leads-config"
Publish the SCSS files:
php artisan vendor:publish --provider="Roberts\Leads\LeadsServiceProvider" --tag="styles"
Now import the published SCSS file into your main SCSS.
We include the following model in this package:
List of Models
- Lead
- Lead Business
For each of these models, this package implements an authorization policy that extends the roles and permissions approach of the tipoff/authorization package. The policies for each model in this package are registered through the package and do not need to be registered manually.
The models also have Laravel Nova resources in this package and they are also registered through the package and do not need to be registered manually.
composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.