PHPackages                             masuresh124/agree-terms - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. masuresh124/agree-terms

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

masuresh124/agree-terms
=======================

This package is used agree terms and condition

2.0(1mo ago)168MITPHPPHP &gt;=7.1.0

Since Apr 9Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/masuresh124/agree-terms)[ Packagist](https://packagist.org/packages/masuresh124/agree-terms)[ Docs](https://github.com/masuresh124/agree-terms)[ RSS](/packages/masuresh124-agree-terms/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (8)Dependencies (2)Versions (10)Used By (0)

Agree Terms and Conditions
==========================

[](#agree-terms-and-conditions)

This plugin offer an intuitive, user-friendly interface where users can easily add agree terms and conditions component.

Installation
------------

[](#installation)

Install agree terms component with the composer

```
 composer require masuresh124/agree-terms
```

The service provider is auto-discovered, so no manual registration is required. (On Laravel &lt; 5.5, add `Masuresh124\AgreeTerms\Providers\AgreeTermsProvider::class`to the `providers` array in `config/app.php`.)

Run the following command to publish the service provider

```
  php artisan vendor:publish --provider="Masuresh124\AgreeTerms\Providers\AgreeTermsProvider"
```

Run the following command to run the migration

```
  php artisan migrate
```

In `Model\User.php` add the trait

```
