PHPackages                             softrules/laravel - 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. softrules/laravel

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

softrules/laravel
=================

Laravel implementatie van de SoftRules Userinterfaces

v0.3.1(1y ago)27.9k↓89.3%proprietaryPHPPHP ^8.2CI passing

Since May 28Pushed 1y ago1 watchersCompare

[ Source](https://github.com/blinqx-vh/softrules-laravel)[ Packagist](https://packagist.org/packages/softrules/laravel)[ Docs](https://github.com/my-tp-vergelijken/softrules-laravel)[ RSS](/packages/softrules-laravel/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (10)Dependencies (22)Versions (11)Used By (0)

Laravel
=======

[](#laravel)

Laravel implementatie van de SoftRules Userinterfaces

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

[](#installation)

You can install the package via composer:

```
composer require softrules/laravel
```

### Publish the assets and config

[](#publish-the-assets-and-config)

To publish the assets and config file run the following command:

```
php artisan vendor:publish --tag=softrules-assets
```

This will publish the assets to the `public/vendor/softrules` directory and the config file to the `config/softrules.php` directory.

In the config file can place your SoftRules credentials for the forms you want to start using in your application.

Setting up the config
---------------------

[](#setting-up-the-config)

You can add as many forms as you like by adding entries to the `forms` array in the `config/softrules.php` file.

```
