Support the ongoing development of Laravel.io →

2,389 Threads

Process parameters when generate url

I'd like to use hashids replace general numeric id. so i add a route bind in routes.php to decode ha...

0 Likes
3 Replies

Multiple domains & masking of the www.example.com/de with www.example.de

Hello. Have this question wondering. I have multiple domains, that I want to use for a certain langu...

0 Likes
0 Replies

Laravel 4: Advanced routing issue

Hi everyone, I ran into an issue with subdomain routing configuration. Here is what I am trying to a...

0 Likes
4 Replies

extra slash: testphp/? ==> testphp?

A third party software will visit my laravel project with a link. But this link has a extra slash. I...

0 Likes
3 Replies
Solved
posted 10 years ago

Redirect adds hash of previous url

Hi, just messing with some facebook auth and noticed that on the request before i Redirect::to( '/'...

0 Likes
4 Replies

I have a lot of form fields on my html page, so how can i quickly map each form field name to its corresponding table column, and insert it that way?

I have a lot of form fields on my html page, so how can i quickly map each form field name to its co...

0 Likes
2 Replies

Request::segment from another uri

I'm creating an API in which routes are already made like: Route::post('/keyword/{keyword}/{page?}',...

0 Likes
0 Replies

Controllers vs Models relations best practice

Hello, I am making a community site for pet lovers and I am facing a design question. Lets say I hav...

0 Likes
9 Replies
posted 10 years ago

I need help with ajax request

Hi all! If you go here: http://wp.lorandszazi.com/portfolio/weddings and click on an image there is...

0 Likes
2 Replies
Solved

Request::create() not pass parameters for url

Hey I want to do internal requests and I use Request::create() for this. According to the API the Re...

0 Likes
2 Replies

Redirect::to, back, route all leading to wrong URL?

Hi! After doing validation and creating a user, I want to redirect to the index page of my site. Her...

0 Likes
9 Replies
Solved

Redirect::to() from a package class

Hy, I want to make redirect's from my package class, but if returning a redirect it redirect me to t...

0 Likes
1 Replies
Solved

Pass database data to multiples views

Hy. First at all, sorry for my english, is not the best, but i try to do the best. I have a database...

0 Likes
0 Replies

how to create a link with data

Hello, I'm trying to create a list of links, generated as a response to some input. The links need t...

0 Likes
3 Replies
Solved
posted 10 years ago

Route failing on one but not the other

The relevant section of my routes.php: http://laravel.io/bin/mkJyn I have two routes (people/list an...

0 Likes
3 Replies

Reading JSON from view in called controller

Hi Im trying to send an array of data so I can destroy the IDs beeing sent in the array. I have a Ja...

0 Likes
1 Replies
posted 10 years ago

route optional part

Hi all, I have the route below: Route::get('category/{id}/{year}-{month}-{day}', array('as' => 'c...

0 Likes
2 Replies
Solved

Laravel project not work on iPage host. but works fine on bluehost.com. same code. why?

Laravel( + Angular) project not work on iPage host. but works fine on bluehost.com. same code. why?...

0 Likes
2 Replies

how to retrieve data from database using table formatting

how to retrieve data from database using table formatting

0 Likes
3 Replies
Solved

How to set and get session by ajax request

Hi, I want to set a session value using session_put in a ajax request and then after that I want to...

0 Likes
1 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.