This is a personal repository, containing tools I use commonly in my projects. It is under development, feel free to use anything here, in caution.
To use it in local projects, run the following command inside your main project:
composer config repositories.local '{"type": "path", "url": "../HddLaravelHelpers"}' --file composer.json
or add it manually to your composer.json file:
"repositories": {
"local": {
"type": "path",
"url": "../HddLaravelHelpers"
}
},
Then run:
composer require HassanDomeDenea/HddLaravelHelpers
Or if the previous one didn't work:
composer require HassanDomeDenea/HddLaravelHelpers @dev
This package was developed by using spatie/laravel-package-tools
The MIT License (MIT). Please see License File for more information.