Is this possible something like this: if(Auth::user()->isCompany()){ $middleware = "auth...
I am using Laravel 5. After too many GET requests via ajax, let's say an ajax request that gets fire...
I am in the process of rewriting a site(doesn't use any framework) to laravel. For now my first task...
I haven't really written any unit tests as it goes in the way with deadlines . Please don't get me w...
If I do this, I would be able to retrieve the images() for the item $items = Item::all(); foreach($i...
This would not answer your question but have you watched the Laravel 5 Fundamentals also at Laracast...
digitalformula said: I can't currently install them via Composer for some reason. What reason?
Because if you put it above the PasswordController, that route would catch all urls with the pattern...
Did you update your composer.json to use psr-4 ? "psr-4": { "App\\": "ap...
The Laravel portal for problem solving, knowledge sharing and community building.
The community