| Package Data | |
|---|---|
| Maintainer Username: | miladimos |
| Maintainer Contact: | miladimos@outlook.com (miladimos) |
| Package Create Date: | 2020-08-31 |
| Package Last Update: | 2023-03-07 |
| Home Page: | |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-10-28 03:06:35 |
| Package Statistics | |
|---|---|
| Total Downloads: | 3,500 |
| Monthly Downloads: | 107 |
| Daily Downloads: | 0 |
| Total Stars: | 7 |
| Total Watchers: | 2 |
| Total Forks: | 2 |
| Total Open Issues: | 0 |
composer require miladimos/laravel-toolkit
php artisan toolkit:install
php artisan make:helper {name}
default name is: helpers
if you want create empty helper file use -e|--empty option
in composer.php file:
"autoload": {
"files": [
"pathToHelperFile.php" // app/Helpers/helpers.php
],
...
},