Support the ongoing development of Laravel.io →
Joe96

Joe96

Joined 28 Apr 2014

Statistics

Threads 44
Replies 23
Solutions 5
Articles 0

Blacklist URLs with validation

Hey, i have a form that accepts only URLs, and i use the validation function accordingly to only all...

0 Likes
1 Replies
posted 10 years ago

Carbon - Check how many days ago was timestamp

Hey, is it possible to get the number of days that have passed since a given timestamp, but only the...

0 Likes
1 Replies
Solved
posted 10 years ago

Check if url with argument is accessed right now

Hey, i want to display something only if the url is the one being accessed. For this i did @if(Reque...

0 Likes
1 Replies
Solved

Global functions

Hey, i need to make some functions availabile everywhere: this means i can call them from a controll...

0 Likes
3 Replies
posted 10 years ago

Redirect does not work

Hey, i made a search view that searches data from the get method and tried to redirect the user back...

0 Likes
1 Replies
replied 11 years ago

Redirect a route with parameters

bmgalego said: This is for flash data not request parameters. return Redirect::route('user')->wi...

0 Likes
replied 11 years ago

Model query

Found out, it's $query = DB::table('Users')->where('Name', Auth::user()->Name)->first(); $q...

0 Likes
Solved
replied 11 years ago

Login error message

dvabr said: Joe96 said: Actually, i had some problems with auth attempt, so i just used auth login...

0 Likes
replied 11 years ago

Login error message

dvabr said: Hi, Validation & error messages is very well documented: http://laravel.com/docs/va...

0 Likes
replied 11 years ago

Login error message

AndrewBNZ said: If you're using Blade templates, echo it using the {{ $err }} syntax. Otherwise &l...

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2026 Laravel.io - All rights reserved.