Support the ongoing development of Laravel.io →

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

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

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 8 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 8 years ago

Check if url with argument is accessed right now

I solved it with @if(Request::is('item/*')) //my stuff here @endif

0 Likes
Solved
replied 8 years ago

Global functions

Thank you, it worked, but now the page is loading slower, it takes about 3 seconds for it to load, a...

0 Likes
replied 9 years ago

Auth::login won't work

psychonetic said: Joe96 said: Hey, i have this code $auth = User::where('Nome', '=', Input::get(...

0 Likes
replied 9 years ago

Should i make more use of the models?

TorchSK said: The number of models should match the number of DB Tables (minus the pivot tables) I...

0 Likes
replied 9 years ago

Default Mail not working

I also had problems with that, so i changed to smtp. You make an account to any mail system [i recom...

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.

© 2024 Laravel.io - All rights reserved.