Make a get request to some URL using the \Illuminate\Support\Facades\Http with a proxy setup; The r...
I'm working on a Lumen API, and my current task involves a service that involves multiple possible i...
Hi I am new to laravel IoC. Can you please suggest me a good tutorials/references to learn IoC from...
I've created an SNS driver for the Broadcasting package that works well in Laravel. However, I reall...
Hi all, I am having a hard time to test my rest api app, I think the main reason is because of https...
Am getting this error message: Target [App\Repositories\UserRepositoryInterface] is not instantiable...
Is there any way to get installed packages as a list of their names or by passing a specific package...
Laravel Version: 5.4.33 PHP Version: 7.0.22-0ubuntu0.16.04.1 Database Driver & Version: 10.1.25...
Hi, I am just refactoring my code to follow some common patterns in application development. The pat...
So Ive learned how to make simple service providers that call a helper method from a helper folder....
My route is Route::resource('product', 'Product\ProductController'); My ProductController...
Facade namespace App\Webshop\Facades; use Illuminate\Support\Facades\Facade; class Webshop extends...
I've already have key generated in my .env file. This exception occures when i do refresh my web pag...
Greeting guys, I'm just about to start developing my very first Laravel Package using v4.2 & enc...
Windows 10, OpenServer, Laravel 4.2, Elasticsearch 1.0 Controller: public function searchUser()...
Wrapper namespace App\Services; use Elasticsearch\Client; class Elastic { protected $client;...
Hello ! I want to use a custom UrlGenerator implementation in my application. How it is possible ? I...
http://asklagbox.com/blog/unboxing-laravel-authentication A look at the pieces of the Authentication...
http://asklagbox.com/blog/laravel-realtime-facades We're off to see the wizard.
I do not understand how to connect that api to my project. Vimeo account -> created. Vimeo APP -&...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community