I am trying to add a bundle manually without composer but with out any success.
Error
The autoloader expected class "Destination\Content\ExcelBundle\LiuggioExcelBundle" to be defined in file "/src/\Destination\Content\ExcelBundle\LiuggioExcelBundle.php"
My folder structure looks like the following.
src\
Destination\
Content\
ExcelBundle\LiuggioExcelBundle.php
My AppKernel
$bundles = array(
....
new Destination\Content\ExcelBundle\LiuggioExcelBundle(),
....
);
Any ideas?