mphpmaster / laravel-helpers
Laravel hlaCk helpers
3.0.0
2023-06-08 21:27 UTC
Requires
README
v3.0.0
Dependencies:
- php >=8.1 REQUIRED IN YOUR PROJECT
- laravel >=9 REQUIRED IN YOUR PROJECT
- illuminate/support >=9 composer will install it automatically
- laravel/helpers ^1.5 composer will install it automatically
- mphpmaster/laravel-dev-helpers ^1 composer will install it automatically
- mphpmaster/laravel-guesser-helpers ^1 composer will install it automatically
- mphpmaster/laravel-helpers2 ^1 composer will install it automatically
- mphpmaster/laravel-app-helpers ^1 composer will install it automatically
- mphpmaster/laravel-nova-helpers ^1 composer will install it automatically
Installation:
Composer:
composer require mphpmaster/laravel-helpers
NPM:
npm install @mphpmaster/laravel-helpers
Content
-
Providers:
MPhpMaster\LaravelHelpers\Providers\HelperProvider
-
Functions:
columnLocalize
unzip
To add:
- Add
developer
key toconfig/app.php
- Add
dev_mode
key toconfig/app.php
// example: return [ // ... 'dev_mode' => env('DEV_MODE', false), 'developer' => env('DEVELOPER', 'safadi'), // ... ];
Inspired by laravel/helpers.
License
The Laravel framework is open-sourced software licensed under the MIT license.
The Laravel Helpers: App is open-sourced software licensed under the MIT license.