Download the PHP package reliqarts/simple-commons without Composer
On this page you can find all versions of the php package reliqarts/simple-commons. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package simple-commons
Laravel Common
Reliq Arts' base/common classes and functions for Laravel 6+.
Features/Contents
- Config provider implementation
- uses
Illuminate\Contracts\Config\Repository
- allows easy access to config keys under specific (package) 'namespace'
- uses
Illuminate\Filesystem
implementation- Specifically changing the behaviour of
deleteDirectory()
- Specifically changing the behaviour of
- Monolog Logger
- Result Object (simple DTO)
- Version Provider
- Sitemap generation command
- via Spatie's Laravel Sitemap
- NonWWW middleware: Tiny middleware to redirect all www requests to non-www counterparts.
Installation & Use
Install via composer:
Add service provider:
Use anywhere throughout your application. e.g.
Use NonWWW middleware in Kernel. i.e.
All done! :beers:
All versions of simple-commons with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0
illuminate/support Version ^8.0
monolog/monolog Version 1.24 - 2
ext-json Version *
spatie/laravel-sitemap Version ^6.0
anhskohbo/no-captcha Version ^3.1
illuminate/support Version ^8.0
monolog/monolog Version 1.24 - 2
ext-json Version *
spatie/laravel-sitemap Version ^6.0
anhskohbo/no-captcha Version ^3.1
The package reliqarts/simple-commons contains the following files
Loading the files please wait ....