Not sure if this is the correct way to end a trial for a user via laravel 4.2? // Lets grab the...
Using laravel 4.2's billing features with stripe. I need to figure out how to remove a trial period...
Hi. So I am using L5 to create a simple ContactUs email form and trying to get a handle of this new...
After completing my project in localhost, I had upload my project to the server suppose the url is w...
Hi everyone, I am currently encountering a bug which logs the user out. I am testing my application...
I can´t manage to find a correct solution for this situation (simplified example): index.blade.php...
Hi guys i would like to prevent users from accessing post routes via get method what is the best app...
I'm new using laravel 5. What's the best redirect to use to pass parameters without send to URL?
Hi. I create my routes like so Route::model('projects', 'Project'); Route::bind('projects', functio...
Hey, i want to display something only if the url is the one being accessed. For this i did @if(Reque...
Basically I just want url to switch language. For example when user visit follwing page. http://exap...
Hey, i need to make some functions availabile everywhere: this means i can call them from a controll...
Hello, I have installed fresh copy of laravel 5. Everything is working, but when I refresh page mult...
i try to set rule to validate post request for laravel form to store data but if i set any validatio...
Hello, Since today, my web site presents an empty page. I really don't know why.. Could you help me?...
hello how I hook "#myTab" to route method? return redirect()->route('generate_path') an...
Hello everyone! I have a website built with Laravel and Bootstrap. The website is loading pretty slo...
I am having troubles with larval because the dd() functions returns with a lots of HTML on it. Since...
Hey, i made a search view that searches data from the get method and tried to redirect the user back...
I have defined a route in laravel 4 that looks like so : Route::get('/books/{id}', 'HomeController@s...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community