Hey, is it possible to use Auth::login(); to remember users? With Auth::attempt() you can add 'true'...
Hey, i have a small problem, when running a query like this $user = DB::table('users')->where('na...
Hey, i do not know if this is the right category, but it seemed the closest. When i access a laravel...
Hey, i am making an authentication page, and this is the controller public function postSignIn() {...
I solved it with @if(Request::is('item/*')) //my stuff here @endif
Thank you, it worked, but now the page is loading slower, it takes about 3 seconds for it to load, a...
psychonetic said: Joe96 said: Hey, i have this code $auth = User::where('Nome', '=', Input::get(...
TorchSK said: The number of models should match the number of DB Tables (minus the pivot tables) I...
I also had problems with that, so i changed to smtp. You make an account to any mail system [i recom...
The Laravel portal for problem solving, knowledge sharing and community building.