Download the PHP package reliqarts/laravel-common without Composer
On this page you can find all versions of the php package reliqarts/laravel-common. 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 laravel-common
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 laravel-common with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.2
illuminate/support Version ^11.0||^12.0
monolog/monolog Version ^3.5
ext-json Version *
spatie/laravel-sitemap Version ^7.0
anhskohbo/no-captcha Version ^3.1||dev-master
illuminate/support Version ^11.0||^12.0
monolog/monolog Version ^3.5
ext-json Version *
spatie/laravel-sitemap Version ^7.0
anhskohbo/no-captcha Version ^3.1||dev-master
The package reliqarts/laravel-common contains the following files
Loading the files please wait ....