Support the ongoing development of Laravel.io →
posted 11 years ago

Problem loging in, "The page isn't redirecting properly"

cats\app\routes.php Route::get('login', array('as' => 'login.index', 'uses' => 'LoginControlle...

0 Likes
9 Replies
posted 11 years ago

L5 Monolog to MySQL

I have added this class to /vendor/monolog/monolog/src/Monolog/Handler based on this https://github....

0 Likes
1 Replies

Problem with Server Side in Datatable

Hello. I'm using the Bllim Package for Datatable in my Laravel app. Its found here It's not working...

0 Likes
5 Replies

Need small help In Updating record.

Hello Experts, I need small help regarding to updating profile information. im trying to update prof...

0 Likes
1 Replies
Solved

LARAVEL4 - chunk function not working with model save().

I am doing this for hashing all the passwords from previous project which was in pure PHP and rewrit...

0 Likes
0 Replies

Multiple ajax requests causing session persistance to fail

I have a page that makes two ajax requests fired by the same event, so they will be firing pretty mu...

0 Likes
2 Replies

Polymorphic association SQLSTATE[42S22]: Column not found

Hello, I'am getting error when I'm using polymorphic relation. class User extends \Eloquent { pu...

0 Likes
0 Replies

Can someone reccommend a good backup software

I am looking for an easy to use, reliable backup software. I want an option to what comes with Windo...

0 Likes
0 Replies

Saving in a pivot table

When I try to save data into a pivot table I get this error. SQLSTATE[23000]: Integrity constraint v...

0 Likes
20 Replies

convert dropdown list from php code to laravel blade code how?

Hello, I need convert dropdown list from php code to laravel blade code <label> <span&...

0 Likes
1 Replies

Having trouble with returning errors and old input to the view

i have this code in my controller $data=Input::all(); $rules=array( 'first_name' => 'required...

0 Likes
1 Replies

# Create Common Form

Hi..all I wants to create common form which can be use in another forms, like address form in which...

0 Likes
2 Replies
Solved

Setting cache expires for images in Laravel

I would like to add a cache-expires: never header to all requests for image resources being served....

0 Likes
0 Replies
posted 11 years ago

"Undefined variable: data" when using Mail::queue()

I'm getting a "Undefined variable: data" error whenever this function runs. The $data vari...

0 Likes
3 Replies
Solved
posted 11 years ago

How to cache paginated results ?

This will work $posts = Post::paginate(6); This will not work $posts = Post::paginate(6); Cache::ad...

0 Likes
2 Replies
posted 11 years ago

Hot to get controller name in Laravel 5.0

I need to setup menu style with property selected, and i want to use a controller name for that. {{R...

0 Likes
3 Replies
Solved
posted 11 years ago

Syntax Error Unexpected '=>' (beginner question)

So i have a problem like this, also im a beginner in laravel and web-development, i am creating a sa...

0 Likes
4 Replies

How to create a log in system

I am trying to create a log in functionality for my application. I have a login view which post to a...

0 Likes
5 Replies
posted 11 years ago

Testing, where to start?

I have never done any sort of testing before, but I am about to start a new project that I would lik...

0 Likes
1 Replies

Having troubles with the date.

Hi, i need to get the real date. For example i put this code on my laravel app: echo date("d-m-...

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

© 2026 Laravel.io - All rights reserved.