Support the ongoing development of Laravel.io →

2,389 Threads

Billing Stripe - End trial

Not sure if this is the correct way to end a trial for a user via laravel 4.2? // Lets grab the...

0 Likes
0 Replies

Stripe Billing - Remove Trial

Using laravel 4.2's billing features with stripe. I need to figure out how to remove a trial period...

0 Likes
0 Replies

Form Request, Response().

Hi. So I am using L5 to create a simple ContactUs email form and trying to get a handle of this new...

0 Likes
3 Replies
Solved

Laravel 5.1 “This webpage has a redirect loop”

After completing my project in localhost, I had upload my project to the server suppose the url is w...

0 Likes
0 Replies

Laravel 5.1 Automatically Forcing logout bug

Hi everyone, I am currently encountering a bug which logs the user out. I am testing my application...

0 Likes
1 Replies

click link and include subview

I can´t manage to find a correct solution for this situation (simplified example): index.blade.php...

0 Likes
2 Replies
Solved

redirect users on method not allowed exeption

Hi guys i would like to prevent users from accessing post routes via get method what is the best app...

0 Likes
0 Replies

Redirect with parameters on laravel 5

I'm new using laravel 5. What's the best redirect to use to pass parameters without send to URL?

0 Likes
1 Replies

NotFoundHttpException on route

Hi. I create my routes like so Route::model('projects', 'Project'); Route::bind('projects', functio...

0 Likes
2 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
posted 9 years ago

Language switcher with URL helper route name

Basically I just want url to switch language. For example when user visit follwing page. http://exap...

0 Likes
0 Replies

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

Laravel 5 - Multiple requests in short time cause 500 Internal Server Error

Hello, I have installed fresh copy of laravel 5. Everything is working, but when I refresh page mult...

0 Likes
4 Replies

laravel post request validation don't show ther errors ( validation Fail)

i try to set rule to validate post request for laravel form to store data but if i set any validatio...

0 Likes
2 Replies

Blank pages

Hello, Since today, my web site presents an empty page. I really don't know why.. Could you help me?...

0 Likes
0 Replies

Redirect to bootstrap tab?

hello how I hook "#myTab" to route method? return redirect()->route('generate_path') an...

0 Likes
0 Replies

Why my laravel website is pretty slow?

Hello everyone! I have a website built with Laravel and Bootstrap. The website is loading pretty slo...

0 Likes
6 Replies
posted 9 years ago

Raw output for debugging API.

I am having troubles with larval because the dd() functions returns with a lots of HTML on it. Since...

0 Likes
1 Replies
posted 9 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

Define route to make nice SEO url

I have defined a route in laravel 4 that looks like so : Route::get('/books/{id}', 'HomeController@s...

0 Likes
7 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

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.