Support the ongoing development of Laravel.io →

2,392 Threads

posted 10 years ago

Redirection when routes have filters into Firefox come an warning

Hello. I am facing an issue and i don;t know how to solve. I have a post route where i am storing to...

0 Likes
0 Replies

how to consume web service with laravel

I need help to implement a web service in a laravel driver, please can you help me because I do not...

0 Likes
1 Replies

how to get a single input value in an array of input form using Input::get

i have a form input like this <input type="text" name="user[username]" /> <input type="text...

0 Likes
1 Replies

Redirect Loop on non-existent routes?

Hi guys, So i'm making an admin section and when I go to foo.com/admin it gives me a redirect loop....

0 Likes
1 Replies
posted 10 years ago

Admin Route ends up in Redirect error

when I navigate to http://mysite.com/admin, the browser returns the redirect error message. this is...

0 Likes
3 Replies

Split up a controller into multiple files

Hi, I have an admin controller containing every method used in my administration panel. This file is...

0 Likes
2 Replies

Mockery with $this->action

I can't seem to run a test with Mockery that uses $this->action instead of $this->call. I need...

0 Likes
1 Replies

Routes.php and a real directory

I have two CSS/JS directories because my site has a dashboard and a site. So I created a /public dir...

0 Likes
1 Replies
posted 10 years ago

beforeFilter() method

Hello everybody! My question is, where to find any documentation about the "beforeFiler()"...

0 Likes
4 Replies
Solved

Advanced routing issue

Hi, So I've setup my route as follows: Route::group(array('prefix' => 'student/{student_id}/'), f...

0 Likes
5 Replies
Solved

Accounting

How to create accounting module using Laravel4?

0 Likes
2 Replies

How to pass data in an Ajax call with routing through a controller

Hi guys, Let me begin by explaining what I'm trying to do, so that you can get a better understandin...

0 Likes
1 Replies

Carbon::now() time changes after changing my computer time.

How can I get server time which does not change according to my computer time??

0 Likes
1 Replies

Code executing with artisan

I have made language slugs for my site ex: domain.com/en/something, domain.com/fr/something etc. I h...

0 Likes
4 Replies
Solved
posted 10 years ago

Routing dosent work

hi i install laravel with this command composer create-project laravel/laravel --prefer-dist everyth...

0 Likes
1 Replies

Translation per User

Hello, I work on a BrowserGame who wants to Support many Languages. But now i run into a Problem and...

0 Likes
1 Replies
Solved

Response::make with png image makes the session expire

I have a rather strange situation. I'm generating a number of images and I need to generate them dyn...

0 Likes
1 Replies

Routing question regarding static and dynamic URL's

I have a real estate site and I want to have URL's for individual properties show up as /community/a...

0 Likes
2 Replies

Get main domain address

Hi! I've started developing a multilingual (with multiple domains) and with multiple subdomains. Now...

0 Likes
0 Replies

How to pass argument to template?

Hi, I am new to MVC and learning Laravel at the moment. I would like to have the last URL string as...

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