Hello there. According to the docs, you can do things like this with routes (http://laravel.com/doc...
Hello dear friends I want to upload a ".apk" file using laravel and form validation. my ru...
I am laravel newbie - installed laravel 4 yesterday ;-) I know this is a strange question, i havent...
hello dear friends I have a problem in routing I created a route in a route group Route::group(array...
I suspect that the answer here is a simple 'how to use laravel' kind of answer, but I can't seem to...
Hello, I'm a newby with Laravel but I succeed to make pages and route them with a nice URL But I'm d...
Hello there, I'm just learning laravel 4. I setup the framework with success. I access the plublic c...
Laravel HTML Tidy Filter Laravel-html-tidy is a filter that parses Response objects in order to dete...
Hello to everybody. I've an ask for you. i've this link in my HTML: {{link_to_action('ResearchContro...
Stumbled upon the biggest Laravel issue for me. I don't like the idea of defining routes for many me...
Routes.php Route::get('tool/url_translate', function() { $url = Input::get('url'); echo $url...
http://laravel.io/bin/XDrq currently, im using the code attached to minify my html output. it also m...
currently, im using the code below to minify my html output App::after(function($request, $response)...
Hi, I use a controller function to insert datas in database and get some others datas : public funct...
Hey guys I had some doubts and concerns about using an HMVC approach with Request::create() so I did...
Hello, Consider the following: //Flexible sub domain Route::group(array('domain' => '{account}.ex...
Hello, For the development of an application there are several requirements regarding routing, which...
On the page that lists the user's cars, each list item has the following link: {{URL::to("cars/...
I would like to have the following models: Employee, Agent, Client. Since half of all the fields and...
good morning, someone who can help me, I need to create a route between father son model to model, l...
Solutions given in the past year. Excluding solutions from thread authors.
The Laravel portal for problem solving, knowledge sharing and community building.
The community