Skip to content

Tag: laravel-5

ServiceProvider not found Laravel 5.0

I’m trying to create a custom package for Laravel 5.0 based on this tutorials The folder structure and service providers are exactly same, but some how the Serviceprovider is not updating autoload_namespace.php. I already added my service provider in app/config.php In my root composer.json I have follow…

Laravel 5 add nusoap

I am unable to install nusoap to my existing laravel 5 application. Ive done the following: Created a new Folder in App/Http/Controllers/ – namend “Soap” – and copied the libary into it. use …