Lucas T.
Lucas T.
@noobs2ninjas : Thank you :)
Hi guys, I got the same error. And when I try your solution @vrkansagara I got this error : ``` PHP Fatal error: Cannot redeclare assetic_init() (previously declared in /Users/lucas/Sites/booking/apigility/vendor/kriswallsmith/assetic/src/functions.php:24)...
Hi, I fixed this issue with : ``` $symfonyApp = '/path/to/symfony/'; require_once $symfonyApp . '/app/bootstrap.php.cache'; // This line is important require_once $symfonyApp . '/app/AppKernel.php'; $kernel = new \AppKernel('prod', true); $kernel->loadClassCache();...