2017 © Pedro Peláez
 

library grsupport

GR Support

image

gr-group/grsupport

GR Support

  • Sunday, December 24, 2017
  • by gerciljunio
  • Repository
  • 1 Watchers
  • 0 Stars
  • 608 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 16 Versions
  • 43 % Grown

The README.md

grinc/grsupport

Support package used in projects in Laravel of technology companies of GR Group, (*1)

Installation

Execute the following composer command., (*2)

composer require gr-group/grsupport

Register the service provider in config/app.php file.
If you are in L5.5+ you don't need the, (*3)

'providers' => [
    ...
    GRGroup\GRSupport\GRSupportServiceProvider::class,
]

How to use middleware for clean html strings from global request

This middleware uses the Purifier package., (*4)

Now, in app/Http/Kernel.php file, (*5)

protected $middleware = [
    ...
    \GRGroup\GRSupport\Middleware\CleanHtmlStrings::class,
];

Methods, Helpers and Blade Directives

Methods, (*6)

Helpers, (*7)

Blade Directives, (*8)

The Versions

09/10 2017

1.0.3

1.0.3.0

GR Support

  Sources   Download

MIT

The Requires

 

09/10 2017

1.0.2

1.0.2.0

GR Support

  Sources   Download

MIT

The Requires

 

09/10 2017

1.0.1

1.0.1.0

GR Support

  Sources   Download

MIT

The Requires

 

08/10 2017

1.0.0

1.0.0.0

GR Support

  Sources   Download

MIT

The Requires