Symfony Add Custom Php

[Solved] Symfony Add Custom Php | Php - Code Explorer | yomemimo.com
Question : symfony add custom php

Answered by : murat-akmak

//composer.json
"autoload": { "psr-4": { "App\\": "src/" }, "files": [ "src/Helper/Helpers.php" ] },
//config/services.yaml App\: resource: '../src/' exclude: - '../src/DependencyInjection/' - '../src/Entity/' - '../src/Kernel.php' - '../src/Helper/Helpers.php' //add this line

Source : | Last Update : Thu, 01 Sep 22

Answers related to symfony add custom php

Code Explorer Popular Question For Php