Hi, I have service provier: class TwitterServiceProvider extends ServiceProvider { public functi...
Hi guys, is this right approach? To use app::make inside service provider like this $this->app-&g...
Is ti posible to do something like this: Request::with('users')->where('pivot_status', '=', PENDI...
Hi, I implemented validation as service, as it is described in this book https://leanpub.com/impleme...
here is my code // app/librarires/Validation/Validation.php ?php namespace App\libraries\Validation;...
The Laravel portal for problem solving, knowledge sharing and community building.
The community