Closed boscorelly closed 8 years ago
PHP 5.6.19-0+deb8u1
That looks like laravel being silly. What's your app.php look like on that line?
I'm new to laravel. It's a fresh install and i've followed the guide at laravel website.
Just added the line you are giving on the project :
'Bootstrapper\BootstrapperL5ServiceProvider',
you can see here : http://pastebin.com/ii0sjwkV
I also have the sme problem with the following line of bootstrapper.
Your app file has Bootstrapper\BootstrapperL5ServiceProvider - not 'Bootstrapper\BootstrapperL5ServiceProvider' (ie you haven't given the class name as a php string).
You could also change it to Bootstrapper\BootstrapperL5ServiceProvider::class and it'll work. On 4 Apr 2016 13:04, "Camille Ollié" notifications@github.com wrote:
you can see here : http://pastebin.com/ii0sjwkV
I also have the sme problem with the following line of bootstrapper.
— You are receiving this because you commented. Reply to this email directly or view it on GitHub https://github.com/patricktalmadge/bootstrapper/issues/308#issuecomment-205265415
pffff it's not a bug, it's a noob :D
I was thinking the quotes are not needed, but they are.
Thanks for your answer !
Hi,
when trying to install in laravel5 :