2017 © Pedro Peláez
 

package simple-commons

Tiny Laravel 5 package to provide simple, somewhat commonly needed helper functions.

image

reliqarts/simple-commons

Tiny Laravel 5 package to provide simple, somewhat commonly needed helper functions.

  • Monday, September 4, 2017
  • by ReliQ
  • Repository
  • 1 Watchers
  • 0 Stars
  • 324 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 11 Versions
  • 5 % Grown

The README.md

Laravel Common

Reliq Arts' base/common classes and functions for Laravel 6+., (*1)

Built For Laravel Test Maintainability Codecov License Latest Stable Version Latest Unstable Version, (*2)

Features/Contents

  • Config provider implementation
    • uses Illuminate\Contracts\Config\Repository
    • allows easy access to config keys under specific (package) 'namespace'
  • Illuminate\Filesystem implementation
    • Specifically changing the behaviour of deleteDirectory()
  • Monolog Logger
  • Result Object (simple DTO)
  • Version Provider
  • Sitemap generation command
  • NonWWW middleware: Tiny middleware to redirect all www requests to non-www counterparts.

Installation & Use

Install via composer:, (*3)

composer require reliqarts/laravel-common

Add service provider:, (*4)

ReliqArts\ServiceProvider::class,

Use anywhere throughout your application. e.g., (*5)

$versionProvider = resolve(ReliqArts\Contract\VersionProvider::class);
$versionProvider->getVersion();

Use NonWWW middleware in Kernel. i.e., (*6)

'web' => [
    // ...

    \ReliqArts\NonWWW\Http\Middleware\NonWWW::class,

    // ...
],

All done! :beers:, (*7)

The Versions

04/09 2017

dev-master

9999999-dev

Tiny Laravel 5 package to provide simple, somewhat commonly needed helper functions.

  Sources   Download

MIT

The Requires

 

by Avatar ReliQ

laravel helpers common simple functions global

04/09 2017

v1.0.6

1.0.6.0

Tiny Laravel 5 package to provide simple, somewhat commonly needed helper functions.

  Sources   Download

MIT

The Requires

 

by Avatar ReliQ

laravel helpers common simple functions global

04/09 2017

dev-develop

dev-develop

Tiny Laravel 5 package to provide simple, somewhat commonly needed helper functions.

  Sources   Download

MIT

The Requires

 

by Avatar ReliQ

laravel helpers common simple functions global

04/09 2017

v1.0.5

1.0.5.0

Tiny Laravel 5 package to provide simple, somewhat commonly needed helper functions.

  Sources   Download

MIT

The Requires

 

by Avatar ReliQ

laravel helpers common simple functions global

04/09 2017

v1.0.4

1.0.4.0

Tiny Laravel 5 package to provide simple, somewhat commonly needed helper functions.

  Sources   Download

MIT

The Requires

 

by Avatar ReliQ

laravel helpers common simple functions global

04/09 2017

v1.0.3

1.0.3.0

Tiny Laravel 5 package to provide simple, somewhat commonly needed helper functions.

  Sources   Download

MIT

The Requires

 

by Avatar ReliQ

laravel helpers common simple functions global

04/09 2017

v1.0.2

1.0.2.0

Tiny Laravel 5 package to provide simple, somewhat commonly needed helper functions.

  Sources   Download

MIT

The Requires

 

by Avatar ReliQ

laravel helpers common simple functions global

04/09 2017

v1.0.1

1.0.1.0

Tiny Laravel 5 package to provide simple, somewhat commonly needed helper functions.

  Sources   Download

MIT

The Requires

 

by Avatar ReliQ

laravel helpers common simple functions global

04/09 2017

v1.0.0

1.0.0.0

Tiny Laravel 5 package to provide simple, somewhat commonly needed helper functions.

  Sources   Download

MIT

The Requires

 

by Avatar ReliQ

laravel helpers common simple functions global

04/09 2017

v1.0.0-beta.1

1.0.0.0-beta1

Tiny Laravel 5 package to provide simple, somewhat commonly needed helper functions.

  Sources   Download

MIT

The Requires

 

by Avatar ReliQ

laravel helpers common simple functions global

04/09 2017

v1.0.0-beta

1.0.0.0-beta

Tiny Laravel 5 package to provide simple, somewhat commonly needed helper functions.

  Sources   Download

MIT

The Requires

 

by Avatar ReliQ

laravel helpers common simple functions global