Skip to content

HassanDomeDenea/HddLaravelHelpers

Repository files navigation

Tools to build standard model structure and conenct to primevue frontend library

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

License

The MIT License (MIT). Please see License File for more information.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages