Download the PHP package revolution/laravel-namespaced-helpers without Composer
On this page you can find all versions of the php package revolution/laravel-namespaced-helpers. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download revolution/laravel-namespaced-helpers
More information about revolution/laravel-namespaced-helpers
Files in revolution/laravel-namespaced-helpers
Download revolution/laravel-namespaced-helpers
More information about revolution/laravel-namespaced-helpers
Files in revolution/laravel-namespaced-helpers
Vendor revolution
Package laravel-namespaced-helpers
Short Description Laravel Namespaced helpers
License MIT
Package laravel-namespaced-helpers
Short Description Laravel Namespaced helpers
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-namespaced-helpers
Laravel Namespaced helpers
Another way to avoid env()
conflicts.
Requirements
- PHP >= 8.1
- Laravel >= 10.0
Versioning
- Basic : semver
- Drop old PHP or Laravel version :
+0.1
. composer should handle it well. - Support only latest major version (
master
branch), but you can PR to old branches.
Installation
Uninstall
Usage
env()
In config files,
add use function Revolution\Illuminate\Support\env;
This env()
is not global.
dispatch_now()
dispatch_now()
was removed in Laravel 10. If you want to use it to get a return value from a job class, you can use this.
DispatchNow trait
LICENSE
MIT
All versions of laravel-namespaced-helpers with dependencies
PHP Build Version
Package Version
The package revolution/laravel-namespaced-helpers contains the following files
Loading the files please wait ....