Support the ongoing development of Laravel.io →

final solution gor app/storage in gitignore

cant find a proper answer, should app/storage should be in gitignore??

0 Likes
1 Replies
posted 9 years ago

saving and retrieving images from database

please i want to know how to save the path of an image into the database and how to retrieve them wh...

0 Likes
0 Replies
posted 11 years ago

Get ID of model that I just saved

So, I create an object, do the $object->save(); , and now I want to quickly get auto incremented...

0 Likes
4 Replies
Solved

Access control and usergroups

Hello everyone, I'm still relatively new to Laravel, but for the last few weeks I've been trying to...

0 Likes
0 Replies

Postgres schema

how do I use more than one postgres scheme in laravel ?

0 Likes
0 Replies
posted 9 years ago

Query and get results from eager load nested relationships

Hi, I'm getting stuck on adding nested conditions on my tables and retrieving only results of which...

0 Likes
2 Replies
Solved

Problem With Changing Storage Path, worked on 5.0 but not on 5.1

On 5.0 I used to make a storagepath.php in app/ which contained the following: <?php namespace M...

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

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.