Download the PHP package masuresh124/agree-terms without Composer
On this page you can find all versions of the php package masuresh124/agree-terms. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download masuresh124/agree-terms
More information about masuresh124/agree-terms
Files in masuresh124/agree-terms
Package agree-terms
Short Description This package is used agree terms and condition
License MIT
Homepage https://github.com/masuresh124/agree-terms
Informations about the package agree-terms
Agree Terms and Conditions
This plugin offer an intuitive, user-friendly interface where users can easily add agree terms and conditions component.
Installation
Install agree terms component with the composer
Add the following code in config\app.php
Run the following command to publish the service provider
Run the following command to run the migration
In Model\User.php
add the trait
In app\Http\Kernel.php
add the following middleware
In routes/web.php
add the following middleware for routes
Go To resources/views/agree-terms/form.blade.php
- Add layout to this page as per the application design
Go To resources/views/agree-terms/terms.blade.php
- Add application terms and conditions content
Updating
If the package is already installed and you are trying to update it to the latest version, please follow the instructions below:
- Take a backup of the existing config file located at app/config/agree-terms.php.
-
Run the following commands:
Note: The commands below will replace the existing config file with the new one. After that, compare the new config file with your backup and add any missing values as needed.
Badges
Authors
Features
- Accept terms and condition
- Exclude paths
- Add custom conditions
All versions of agree-terms with dependencies
laravel/framework Version ~5.2.0||~5.3.0||~5.4.0||~5.5.0||~5.6.0||~5.7.0||~5.8.0||^6.0||^7.0||^8.0||^9.0|^10.0