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

Homestead on OS X: Cannot get Homestead box to be used

I've copied and pasted from the documentation, and yet I can't seem to get Homestead to work in the...

0 Likes
2 Replies
posted 10 years ago

Latavel postgresl timestamp update issue

Timestamp fields are not being set automatically for ORM classes. "SQLSTATE[23502]: Not null v...

0 Likes
0 Replies

Dinamic SSH envoy

Hi, I'm new using laravel. I'm finding a way to use ssh dynamically, using ssh-key or another way wi...

0 Likes
1 Replies

Larabook "Method [execute] does not exist."

I'm following the Laracasts's Larabook tutorial. I'm on the Following Users part. I added a follow b...

0 Likes
4 Replies

Eager Problem with Constraint

I am having problem with Laravel Eager loading with constraint. public function showAllOrders(){...

0 Likes
0 Replies

Delete does not cascade

In migrations, I create a pivot table Schema::create('system_user', function(Blueprint $table) {...

0 Likes
1 Replies
Solved
posted 10 years ago

Laravel 5 Localization Problem

I tried to localization my application, but seems like I'm missing something. Here is my routes.php...

0 Likes
2 Replies
Solved

send mail via mandrill problem

configuration of mail.php <?php return array( 'driver' => 'smtp', 'host' => 'smtp.man...

0 Likes
7 Replies

Using Laravel, SMTP Mail not Working in Live Server

My configuration works fine on Localhost. The email go through successful. But when I deploy it on t...

1 Likes
2 Replies
posted 10 years ago

Laravel 5 Authentication Video tutorial?

Any video tutorial or link for Laravel 5 Authentication? Thanks in advance.

0 Likes
3 Replies

Unwanted login redirect. Subdomain only

Hello. I have been having an issue with my laravel site for a few weeks now and I have tried every s...

0 Likes
1 Replies

Sentry 2 Get logged in user!

hi! I'm usign Sentry 2 .1 on laravel 4.2. When im logged in like a User for example "Admin1&quo...

0 Likes
1 Replies
Solved
posted 11 years ago

Session object error

Hi guys, I put the code below in my controller(I'm using Laravel 5): if(Session::has('user')){ retur...

0 Likes
3 Replies

Multiple sites with Forge

So, I am trying to create multiple sites on the same DO server, but the only way I get it to work is...

0 Likes
6 Replies

Using two different database users for web applications and console migrations. Is it possible?

Hello everyone. First case: At the database level have I created two users - "app_web_worker&qu...

0 Likes
1 Replies
Solved

Catching errors from Laravel Billing

Hello. I am trying to catch any errors that might come up when using the Billing service in Laravel....

0 Likes
0 Replies
posted 10 years ago

Cachet - The open source status page system

You've likely seen or heard of Cachet, the open source status page system which is currently in beta...

0 Likes
0 Replies

[L5] How Can I extend Laravel5 Request and Route

On Laravel 4.2 I can extend Custom Request class (http://laravel.com/docs/4.2/extending#request-exte...

0 Likes
2 Replies
Solved

If in statements

Hi everyone, a "simple question" maybe it's not possible... I have this query repeated con...

0 Likes
7 Replies
Solved

Form vs model validations

Hello, I am using Laravel 4.2 to develop a web application for teachers. I have a User model that c...

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