Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

how to use custome functions in laravel

"autoload": {
    "classmap": [
        ...
    ],
    "psr-4": {
        "App": "app/"
    },
    "files": [
        "app/helpers.php" // <---- ADD THIS
    ]
},
 
PREVIOUS NEXT
Tagged: #custome #functions #laravel
ADD COMMENT
Topic
Name
2+7 =