Hi all. I'm fairly new to Laravel but am liking it so far. I have been using the blade templates in...
Hi All I am using Laravel on top on an existing database. Another application is still also using th...
Hi all, I've been trying to figure out how to display an input text field or the text value dependin...
Hi all, I have a profile module that is related to modules through a middle table module_profile. I...
Hi all I'm having some issues trying to set up a relationship for two Models. ExCompany and ExGroup....
Yes I am too. I'm sorry I haven't had much time to work through this. Will get back to you definitel...
tiagocaetano said: You have interface( ), and this classe is implementacion, you have $emailview th...
<?php namespace App\Http\Middleware; use Closure; use UnexpectedValueException; //use Illuminate...
tiagocaetano said: Userprovider is interface, you must use the class that implement the interface,...
astroanu said: What are you trying to do in that part when the user is authenticated ? In your mode...
The Laravel portal for problem solving, knowledge sharing and community building.