Support the ongoing development of Laravel.io →

2,392 Threads

Undefined variable in view (when trying to grab database result)

Hi, Been stuck on this problem for about a week. I know its probably something simple I missed but I...

0 Likes
14 Replies

Route 'before' atrribute doesn't work

Hi everyone, I have these routes in my routes.php Route::get('login', [ 'uses' => 'loginCon...

0 Likes
1 Replies
posted 10 years ago

Prefixed group route with Resource controller

Hi Guys , I have a prefixed group route with a resource controller. When I list down all my existing...

0 Likes
1 Replies
Solved

POST route redirected to GET route?

Hey, so it's not working, and I'm wondering if it's possible. Here's the gist of it: http://laravel....

0 Likes
2 Replies

Exception handling in laravel 4.2.6

Hi, `m trying to get custom error page to work in laravel 4.2.6. It just returns a blank page instea...

0 Likes
0 Replies
posted 10 years ago

One controller to rule them all.

I have one controller for my entire website that sets up the routes and load the appropriate files b...

0 Likes
2 Replies
Solved

URL problem with parameters

Hello, i have a problem when i pass a GET parameter in the URL. here is an example URL : http://api....

0 Likes
0 Replies

HTTPS on certain routes

Hello All, I want to have my /order route to be forced to https. I added the https in my route optio...

0 Likes
0 Replies

posting a form with ajax in laravel

I am new with ajax and want to make a to-do-list according to http://www.packtpub.com/article/bu...

0 Likes
11 Replies
posted 10 years ago

Resource controller. Route a method excluding filter

Hi all, i have a resourceful controller that Route::group(array('before' => 'auth'), function() {...

0 Likes
2 Replies
Solved
posted 10 years ago

call my own api with POST method

I'm trying to call my own laravel api with POST method.. these are the routes.. Route::get('/callapi...

0 Likes
0 Replies

pagination search page

Hi everyone, I have a page with all users and I have a search box. When I search, shows me the resul...

0 Likes
3 Replies
Solved
posted 10 years ago

Nested route groups

How do I nest route groups? I'm on 4.1.23 and when I attempt to nest route groups I get an "arr...

0 Likes
8 Replies

JavaScript::put not working

I just want to pass some variable to my JS file so I use de laracasts/utilities for this. But I chan...

0 Likes
0 Replies

Subbmiting form with array text fields.

Is there a cleaner way to do this? view.blade.php <form> <input type="text" name=...

0 Likes
1 Replies

error redirect please help me

my all redirect is working like that http://laravel_cms/http://laravel_cms/admin/banner my login ac...

0 Likes
1 Replies

Merge Laravel eloquent model objects

Hi, I have two eloquent queries : $result_name = Item::where('name', 'LIKE', '%'.$key.'%'); $result_...

0 Likes
2 Replies

Group Routes with dynamic data.

Hello all, i want to make a multilingual website based on format: http://www.com/en/contact (en...

0 Likes
1 Replies

Namespacing Resource Routes (error?)

From this: Route::group(array('prefix' => 'admin','namespace' => 'Admin'), function() { Route...

0 Likes
3 Replies

Laravel insists on loading incorrect resource route

I am well into a project where I have a number of resource controllers. They have all been working p...

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