Support the ongoing development of Laravel.io →

2,390 Threads

Routing issue with WAMP

I'm having trouble getting any routes to work besides the default ('/'). I have: Route::get('/', fu...

0 Likes
3 Replies
posted 10 years ago

Routing to another controller without redirect

I have a "short url" feature in my application that allows visitors to access, eg "/s...

0 Likes
0 Replies
posted 10 years ago

Subdomain routing and WAMP

Hello there. According to the docs, you can do things like this with routes (http://laravel.com/doc...

0 Likes
1 Replies
Solved

Problem in validation file

Hello dear friends I want to upload a ".apk" file using laravel and form validation. my ru...

0 Likes
1 Replies

problem with intermittent page load

I am laravel newbie - installed laravel 4 yesterday ;-) I know this is a strange question, i havent...

0 Likes
3 Replies
posted 10 years ago

Problem with routing

hello dear friends I have a problem in routing I created a route in a route group Route::group(array...

0 Likes
2 Replies
posted 10 years ago

Redirect to named route, passing array to method

I suspect that the answer here is a simple 'how to use laravel' kind of answer, but I can't seem to...

0 Likes
2 Replies
Solved

dynamic SEO URL wanted

Hello, I'm a newby with Laravel but I succeed to make pages and route them with a nice URL But I'm d...

0 Likes
3 Replies
posted 10 years ago

Route::get displays error 404

Hello there, I'm just learning laravel 4. I setup the framework with success. I access the plublic c...

0 Likes
3 Replies

[Package] HTML Tidy filter for Laravel

Laravel HTML Tidy Filter Laravel-html-tidy is a filter that parses Response objects in order to dete...

0 Likes
0 Replies

problem with link_to_action

Hello to everybody. I've an ask for you. i've this link in my HTML: {{link_to_action('ResearchContro...

0 Likes
0 Replies

Naming RESTful Controller Methods

Stumbled upon the biggest Laravel issue for me. I don't like the idea of defining routes for many me...

0 Likes
8 Replies
Solved

After submit a form,php throw a NotFoundHttpException exception

Routes.php Route::get('tool/url_translate', function() { $url = Input::get('url'); echo $url...

0 Likes
4 Replies
Solved
posted 10 years ago

App:after question

http://laravel.io/bin/XDrq currently, im using the code attached to minify my html output. it also m...

0 Likes
2 Replies
posted 10 years ago

App:after question

currently, im using the code below to minify my html output App::after(function($request, $response)...

0 Likes
0 Replies

Transfer variables from controller to routes.php

Hi, I use a controller function to insert datas in database and get some others datas : public funct...

0 Likes
1 Replies

[Benchmarking] Using your public API internally, too

Hey guys I had some doubts and concerns about using an HMVC approach with Request::create() so I did...

0 Likes
1 Replies
posted 10 years ago

Is it possible to use a parameter from a group globally?

Hello, Consider the following: //Flexible sub domain Route::group(array('domain' => '{account}.ex...

0 Likes
1 Replies
Solved
posted 10 years ago

Advice wanted regarding two routing issues

Hello, For the development of an application there are several requirements regarding routing, which...

0 Likes
2 Replies
Solved

What's the correct way to get the ID from the URI?

On the page that lists the user's cars, each list item has the following link: {{URL::to("cars/...

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