Support the ongoing development of Laravel.io →

2,389 Threads

Subfolder and namespaces

I've tried to create a nesting controller but I am not able to create a route for it. The documentat...

0 Likes
4 Replies

SelectBox - Selectize.js

$('#select-repo').selectize({ valueField: 'url', labelField: 'name', searchField: 'name', options: [...

0 Likes
1 Replies

Named Routes and Multi-tenancy identifier

Hi all, I was wondering how I would have a named route that I can put in a view file that would auto...

0 Likes
3 Replies

it's a bug or mistake ?

hello dear friends I have a problem in laravel 4 . when I call a method from url it executes 2 times...

0 Likes
6 Replies
Solved

insert data from form to table but the data inserted row empty

insert data from form to table but the data inserted row empty what the problem?

0 Likes
8 Replies
Solved

route validation

Hi all, I have a route pattern like 'category/{id}/{year}-{month}-{day}'. How can I render a 404 res...

0 Likes
1 Replies
Solved
posted 10 years ago

Route::get parameters as variable

When i am using: Route::get('page/{id}-{slug}', 'PageController@show'); My url should look like &qu...

0 Likes
3 Replies
Solved
posted 10 years ago

Reason for not having 'Content-Length' header automatically set?

Hi all, Is there a reason why the 'Content-Length' header is not automatically set, when returning r...

0 Likes
0 Replies

Method "Redirect::to('....')" in the Controller's construct does not work!

Method "Redirect::to('....')" in the Controller's construct does not work! Who can help me...

0 Likes
3 Replies

wrong redirect

hello reading http://www.codeforest.net/laravel-4-tutorial-part-2 tutorial I have a problem with Red...

0 Likes
1 Replies
Solved

Variable URLs in web scraping

I am using Goutte with Guzzle + Dom Crawler to create a webscraper in Laravel. I would like to crawl...

0 Likes
8 Replies
posted 10 years ago

Get route name/action info having only url

Hi guys, I have a problem, I am making website which has several languages, the URLs of the same act...

0 Likes
1 Replies

Route redirect

Hey, i want to make a ban system, and i do not know how to redirect a user to a "You're banned&...

0 Likes
1 Replies
Solved

RegEx in a request

Hello¨ Can anybody tell me how to create a request in Laravel using regular expressions? I have to s...

0 Likes
0 Replies
posted 10 years ago

Route vs Request

Hello, I am new in a framework world. Reading Laravel documentation at the moment chapter after chap...

0 Likes
4 Replies

Sub domain wild card gets 404 error

I have a dns server wind a wild card and i do have mod_rewrite. What am I doing wrong? Please help....

0 Likes
5 Replies
Solved

Issue with potential old/beta laravel 4 (NotFoundHttpException)

Hi guys, been using laravel for a while on a number of projects.. and usually these errors mean some...

0 Likes
3 Replies
posted 10 years ago

Special character in Redirect::to()

Hi, I have a problem with special characters in a Redirect::to(). If there is in a controller : // $...

0 Likes
8 Replies

Creating relationships with enumerated tables

My current project has a form creation feature. For each form created, there is also a table created...

0 Likes
0 Replies

Stateless HTTP authentication not working properly

I'm trying to do a stateless HTTP login for my RESTful API using Auth::onceBasic() I've tried the so...

0 Likes
1 Replies
Solved

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.