I'd like to use hashids replace general numeric id. so i add a route bind in routes.php to decode ha...
Hello. Have this question wondering. I have multiple domains, that I want to use for a certain langu...
Hi everyone, I ran into an issue with subdomain routing configuration. Here is what I am trying to a...
A third party software will visit my laravel project with a link. But this link has a extra slash. I...
Hi, just messing with some facebook auth and noticed that on the request before i Redirect::to( '/'...
I have a lot of form fields on my html page, so how can i quickly map each form field name to its co...
I'm creating an API in which routes are already made like: Route::post('/keyword/{keyword}/{page?}',...
Hello, I am making a community site for pet lovers and I am facing a design question. Lets say I hav...
Hi all! If you go here: http://wp.lorandszazi.com/portfolio/weddings and click on an image there is...
Hey I want to do internal requests and I use Request::create() for this. According to the API the Re...
Hi! After doing validation and creating a user, I want to redirect to the index page of my site. Her...
Hy, I want to make redirect's from my package class, but if returning a redirect it redirect me to t...
Hy. First at all, sorry for my english, is not the best, but i try to do the best. I have a database...
Hello, I'm trying to create a list of links, generated as a response to some input. The links need t...
The relevant section of my routes.php: http://laravel.io/bin/mkJyn I have two routes (people/list an...
Hi Im trying to send an array of data so I can destroy the IDs beeing sent in the array. I have a Ja...
Hi all, I have the route below: Route::get('category/{id}/{year}-{month}-{day}', array('as' => 'c...
Laravel( + Angular) project not work on iPage host. but works fine on bluehost.com. same code. why?...
how to retrieve data from database using table formatting
Hi, I want to set a session value using session_put in a ajax request and then after that I want to...
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