Support the ongoing development of Laravel.io →

Preventing overwriting changes in database.

I have a system for publishing photos. Photos are published in articles. Article is searched based o...

0 Likes
5 Replies

Reusable base admin controller for use across packages

Howdy, So I have a admin package that contains a BaseAdminController class and I also have other pac...

0 Likes
2 Replies
Solved

about Authentication in laravel

In laravel for login attempt I generally use something like this if (Auth::attempt(array('email' =&g...

0 Likes
1 Replies

Route Group with Prefix

Hi Everyone, New to here as well as Laravel, but trying my best to get through this awesome framewor...

0 Likes
7 Replies
Solved

"artisan queue:flush" is ignoring environment? (4.2.x-dev 4a066fd)

When I run the command php artisan queue:flush --env=dev --verbose I get the error: [PDOException]...

0 Likes
0 Replies

Configuring File Uploads in IIS

I am able to move an uploaded file to the destination path. When I try to access that file on the se...

0 Likes
0 Replies
posted 10 years ago

Cache Partitions?

Is there any way for Laravel (4.2 or ???) to support cache partitions? What I mean by this is that...

0 Likes
0 Replies

Mysql to Postgres Conversion

Hi , We are using laravel 4.2. Till now we have used mysql database . Now we want to mive to Postgre...

0 Likes
2 Replies

Multi-table class inheritance possible with Eloquent?

I have an application that's getting pretty large. I've noticed that one of our tables "locatio...

0 Likes
1 Replies
posted 10 years ago

What are "Routes" and "Controllers"?

I am going in order of the docs that the laravel intro suggests and reading the route and controller...

0 Likes
4 Replies

htaccess rule to get laravel to run on Apache server

This is pretty basic I am sure but I can't seem to find a satisfactory answer anywhere online. I hav...

0 Likes
2 Replies

Best Method for Multiple Types of Users

Hi Guys, I am currently trying to move a web application to laravel to make it more maintainable and...

0 Likes
2 Replies
posted 10 years ago

slug build from title and random string

Hello, Im using cviebrock/eloquent-sluggable and wanna make unique slug for news table. News model:...

0 Likes
1 Replies
Solved
posted 10 years ago

ssh - Expected SSH_FXP_VERSION

I am using the laravel Task functions to run some code using phantomjs and then using the output. Th...

0 Likes
1 Replies

Extending BaseController when constructor has params

This is mostly just to do with PHP, but I'm trying to do it in Laravel, so thought I'd ask here... W...

0 Likes
5 Replies

Why does $this->be() keep blowing up?

Try as I might, I can't seem to get $this->be($foo), trying to set the currently logged-in user,...

0 Likes
0 Replies

Getting a checkbox to save

If the checkbox is checked it needs to save as a 1 in the database and if it isn't checked then it n...

0 Likes
3 Replies
Solved
posted 10 years ago

satisfy both the validation rules for one field in laravel

Hi I am new to laravel and creating an application with it. Now i have been stuck with two problems,...

0 Likes
0 Replies

Auth filter redirecting back to original POST request in Laravel

Hi i'm new to larvel. I'm need to post the data to post controller after auth. Checked the below pos...

0 Likes
0 Replies
posted 10 years ago

repopulate password in *** form

Is that possible to repopulate password in *** in blade ? i know that below will show the user passw...

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