Skip to content
Advertisement

Tag: laravel

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 following code. Under my packages folder files struture is as follows. I can’t use

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 …

Advertisement