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...
bmgalego said: This is for flash data not request parameters. return Redirect::route('user')->wi...
Found out, it's $query = DB::table('Users')->where('Name', Auth::user()->Name)->first(); $q...
dvabr said: Joe96 said: Actually, i had some problems with auth attempt, so i just used auth login...
dvabr said: Hi, Validation & error messages is very well documented: http://laravel.com/docs/va...
AndrewBNZ said: If you're using Blade templates, echo it using the {{ $err }} syntax. Otherwise &l...
The Laravel portal for problem solving, knowledge sharing and community building.