Download the PHP package onza-me/helpers without Composer
On this page you can find all versions of the php package onza-me/helpers. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download onza-me/helpers
More information about onza-me/helpers
Files in onza-me/helpers
Download onza-me/helpers
More information about onza-me/helpers
Files in onza-me/helpers
Vendor onza-me
Package helpers
Short Description Laravel helpers.
License proprietary
Homepage https://github.com/onza-me/domda_backend_laravel_package_template
Package helpers
Short Description Laravel helpers.
License proprietary
Homepage https://github.com/onza-me/domda_backend_laravel_package_template
Please rate this library. Is it a good library?
Informations about the package helpers
OnzaMe/Helper package
Publish configurations
php artisan vendor:publish --provider="OnzaMe\Helpers\HelpersServiceProvider"
Sentry initialization
php artisan vendor:publish --provider="Sentry\Laravel\ServiceProvider"
Configure Sentry
SENTRY_LARAVEL_DSN={DSN URL}
You can easily verify that Sentry is capturing errors in your Laravel application by creating a debug route that will throw an exception:
Route::get('/debug-sentry', function () {
throw new Exception('My first Sentry error!');
});
All versions of helpers with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4
ext-json Version *
illuminate/support Version ^7.0|^8.0
onza-me/backend_jwt Version dev-master
sentry/sentry-laravel Version ^1.9
ext-json Version *
illuminate/support Version ^7.0|^8.0
onza-me/backend_jwt Version dev-master
sentry/sentry-laravel Version ^1.9
The package onza-me/helpers contains the following files
Loading the files please wait ....