I am building my first API and from the very first day I asked myself if its really a good idea to k...
I was using Eloquent outside laravel without any problem, until I came to a point that I wanted to d...
This is how I am doing it @atrakeur, I have different controllers for the API and a Route::group() t...
Ah ok, had to do this use Illuminate\Database\Capsule\Manager as DB;
The Laravel portal for problem solving, knowledge sharing and community building.
The community