Support the ongoing development of Laravel.io →

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

bijaygithub liked this thread

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 10 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

[Laravel 5][Eloquent ORM] Pivot table from one table result

In all examples I see pivot with tables relationship. Is it possible: I have result from one table [...

0 Likes
0 Replies

How to use Request::ip() in laravel 5

hello i want to save user ip in my DB. How to use Request::ip() in laravel 5?

0 Likes
1 Replies
posted 10 years ago

Syntax error or access violation Laravel 4

i use this query CREATE TEMPORARY TABLE temp1 ENGINE=MEMORY AS (SELECT a.account AS Account, a.name...

0 Likes
0 Replies

barryvdh/laravel-dompdf page break

Im using laravel-dompdf package to generate PDF file it's working fine but the problem is I want to...

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.