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

Serialization of 'Closure' is not allowed

class EmployeeController extends BaseController { public function indexAction() { $employees = Cache...

0 Likes
1 Replies
posted 11 years ago

Getting Carbon timezones right for display and storage

I've been running into a problem with getting dates to display correctly, and I think I've been over...

0 Likes
2 Replies
posted 9 years ago

keep one default row in a model?

A row in a table must exist for my application to function. Is there a way to keep that row in the m...

0 Likes
0 Replies

"Remember me" token in cookies

I have made a test with default authorization in Laravel project with "remeber me" checkbo...

0 Likes
1 Replies

Bypass .env file in laravel 5.1

Hiii, I want to bypass the .env file in laravel 5.1. I am currently hosting my application on bluemi...

0 Likes
2 Replies
Solved

Laravel 5.1 - Remove “public/” of the URL whith Method bind?

Hello, I need some help Please, for I'm beginner with Laravel and MVC. I want to remove the "pu...

0 Likes
5 Replies

Tell Eloquent to return an array using a column value as key

Hello all! Currently I have an application where I have stored in the database the following columns...

0 Likes
3 Replies
Solved

Laravel 5 Where to store data

Hello all! I've searched a lot about this but couldn't find anything related to what i need. I need...

0 Likes
8 Replies
Solved

redirect users on method not allowed exeption

Hi guys i would like to prevent users from accessing post routes via get method what is the best app...

0 Likes
0 Replies

Where to change Password Reset Link Subject?

In PasswordBroker.php -> emailResetLink an e-mail is sent to the user. The subject is "Your...

0 Likes
1 Replies
Solved

How to have a cancel button on edit page that works after validation errors

This works if there has been no attempt to update the record and the user just clicks cancel. {{For...

0 Likes
2 Replies

Redirect with parameters on laravel 5

I'm new using laravel 5. What's the best redirect to use to pass parameters without send to URL?

0 Likes
1 Replies

How to Include a class ????

I would lke to know how do i include a myclass.php file ???? Where? tried to use include('myclass.ph...

0 Likes
5 Replies
Solved

Cannot JSON decode permissions,

Hi all i have implemented the sentry plugin for Admin panel, so now i changed to as multiple user, s...

0 Likes
0 Replies

NotFoundHttpException on route

Hi. I create my routes like so Route::model('projects', 'Project'); Route::bind('projects', functio...

0 Likes
2 Replies
Solved
posted 9 years ago

Error in exception handler: Illegal offset type in isset or empty in...

I am trying to display custom views on errors. I have already modified the code in global.php as bel...

0 Likes
1 Replies

Facades - Am I Using Them Correctly?

So I wanted to create a form function set for my blades to automatically recover values after a fail...

0 Likes
1 Replies

Check if url with argument is accessed right now

Hey, i want to display something only if the url is the one being accessed. For this i did @if(Reque...

0 Likes
1 Replies
Solved

Newbie Issue: Form works fine as it's own view but when used in another it doesn't process

I'm sure the solution to this is stupid simple, and (maybe) has to do with routes, but I'm stumped r...

0 Likes
5 Replies

possibly out of free disk space

ErrorException in D:\xampp\htdocs\pckg\vendor\laravel\framework\src\Illuminate\Filesystem\Filesystem...

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.

© 2025 Laravel.io - All rights reserved.