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 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.
The community