Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

add custom helper laravel

"autoload": {
    "files": [
        "app/helpers.php"
    ],
    "classmap": [
        "database/seeds",
        "database/factories"
    ],
    "psr-4": {
        "App": "app/"
    }
},
Source by laravel-news.com #
 
PREVIOUS NEXT
Tagged: #add #custom #helper #laravel
ADD COMMENT
Topic
Name
7+7 =