Hi Why do I get this error ? behnamjerisimac:development pmdg3$ sudo laravel new blog Crafting appl...
Hey friends; There are no errors in No errors in storage log. The record exists in the database with...
Hi; I get "The image cannot be displayed because it contains errors" message for some reas...
Hi; Hooked up the site on Git hub and got it working with Forge sweet. Emails are set up with Google...
This works fine why use filter? public function home() { if(Auth::check()) return R...
Dixter said: Use the IOC Container to automagically inject the request class into your controller a...
The apply only to some methods of the controller
public function store() { $validation = $this->userValidationInterface->validate(Input::...
Figured it out myself, pretty simple: namespace Acme\Services; use Acme\Interfaces\UserValidationI...
The Laravel portal for problem solving, knowledge sharing and community building.