Support the ongoing development of Laravel.io →

2,392 Threads

Can't get named route name

Hello, Im pretty new on laravel, and today i'm stuck on simple (it looks like) thing. I have named r...

0 Likes
0 Replies

added simple Route::get('users', function() but the URL doesn't work with WAMP

Hi, I'm totally new to Laravel. I'm trying to follow the example on the "Routing" section...

0 Likes
3 Replies
Solved

Active class with conditional not active class

Hi, I am having an issue with removing active class from link, But first... I have created a Restful...

0 Likes
2 Replies

Laravel routing - shorten the urls upto only one URI segment.

It is said that shorter the URL, better the seo (atleast my client believes on it). Now am creating...

0 Likes
0 Replies

Query shouldn't be cached

Hi everyone, my problem is: i build a query like " DB::select( DB::raw("SELECT cont_timest...

0 Likes
3 Replies
posted 10 years ago

In the controller to build a test directory under a testController. PHP router how to access

//controllers/test/TestController.php class TestController.php extends BaseController{ public funtio...

0 Likes
0 Replies

All-in-one or two independent controllers to achieve different view based on request parameter?

Having a resource controller, there are the default representations of the used models as a website...

0 Likes
0 Replies

Undefined variable: error , No POST data when submitting form

I've been following the "Maek an Ecommerce App with Laravel" tutorial from Tuts+ but in th...

0 Likes
3 Replies
posted 10 years ago

HTTP DELETE problem

I am implementing a simple RESTful API using Laravel. It works as expected when using "artisan...

0 Likes
2 Replies
posted 10 years ago

Routing to undefined routes show blank page with HTTP 200

I am working on localization for my Laravel 4.1 app. I created a route filter to insert the locale t...

0 Likes
1 Replies

Redirect back with submit a POST form

Hello everybody, I have three views/controllers : One e submit a POST form to the second. Two use t...

0 Likes
0 Replies

Auto login facebook error StreamClient.php

Hi all I use this package https://github.com/artdarek/oauth-4-laravel/ My hosting enable open_ssl, a...

0 Likes
2 Replies

How do I generate the update or destroy url to resource controller?

Hi guys, I'm following the docs to create a resource controller at http://laravel.com/docs/controlle...

0 Likes
1 Replies
Solved

Trailing Slash leads to base uri

Hello guys, I have a problem and I can't find a solution for it. I have googled and tried the soluti...

0 Likes
2 Replies
posted 10 years ago

Wildcard in resource controller

Hi Folks, I have this (it works): Route::group(array('prefix' => 'backbone'), function() { Ro...

0 Likes
1 Replies

Best way to accomplish notifying across application

Hi guys, My users can submit a listing, but the administrator has to approve the listing for it to b...

0 Likes
2 Replies

How to handle route prefix with no parameters ?

Hello!, I looking for how to handle the route prefix with that no parameters like below my route Rou...

0 Likes
5 Replies
Solved

Sentry 2 authenticateAndRemember function not working in laravel 4.2

I using Sentry 2 in my project, in login function with remember password $dataLogin = array( 'userna...

0 Likes
0 Replies
posted 10 years ago

Blank page “redirecting to…” message

Every time I return a redirect to a route from a certain controller, the redirect is always preceded...

0 Likes
1 Replies
posted 10 years ago

Laravel Source

I'm doing a design for a laravel source. The source is sometimes mysterious and I don't know why som...

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.