Hey, i have a form that accepts only URLs, and i use the validation function accordingly to only all...
Hey, is it possible to get the number of days that have passed since a given timestamp, but only the...
Hey, i want to display something only if the url is the one being accessed. For this i did @if(Reque...
Hey, i need to make some functions availabile everywhere: this means i can call them from a controll...
Hey, i made a search view that searches data from the get method and tried to redirect the user back...
I had the same problem, but i couldn't find a solution, instead i ran the query to check for credent...
Nevermind, i replaced attempt with login, and i made this: $auth = User::where('Name', '=', Input:...
elite123 said: Can you verify Input::all() contains an element called 'password' <input type='p...
The Laravel portal for problem solving, knowledge sharing and community building.