Support the ongoing development of Laravel.io →

Laravel 5.2.45 is not displaying error 500

I'm getting a blank page with some errors with code 500. Sometimes It appears, but sometimes don't....

0 Likes
1 Replies
posted 7 years ago

Request's and $this-> in static functions

Hello, I have created a controller called ProductController. In that controller I have added pagin...

0 Likes
0 Replies

Log user returning via remember (L5.3)

I'm spinning in big circles here. I have a Log set up to log users logging in using the EventServic...

0 Likes
0 Replies

add new "password" column for authentication

Hi, I need to do two kind of authentication users. First is by password, so you need to type login+p...

0 Likes
0 Replies

Route.php Web.php . What does Route excactly do

Hi everybody, I'm very new in Laravel. I have been watching some videos and I saw this route.php use...

0 Likes
1 Replies

production.ERROR: exception 'Exception' with message 'Serialization of 'Symfony\Component\HttpFoundation\File\UploadedFile' is not allowed'

I’m having an issue with a file upload. I’m getting the following error in my laravel log. [2016-12-...

0 Likes
4 Replies
posted 7 years ago

Error in Gulp command

I working on a Laravel 5.3 project. I am getting below errors when I am running gulp command in CMD....

0 Likes
2 Replies

InsertGetId or Eloquent Model creation generating errors with Oracle

Hi, I'm developping an application with Oracle 10g as database. In ny code, i'm creation a model and...

0 Likes
0 Replies
posted 7 years ago

Creating dynamic links in Laravel 5.3 blade templates

In my routes/web.php: Route::get('/foo', 'FooController@index')->name('route.here'); In my contr...

0 Likes
2 Replies

Rollback migrations provided by a module

Hi, I have a question concerning the rollback of migrations provided by external modules. I built a...

0 Likes
0 Replies

Trying to get property of non-object

I have 2 table user and usedetail. Having relationship(1-to-many) and working fine. But problem is w...

0 Likes
6 Replies

How to login/ register the laravel default authentication by sending xhr request?

Hello, Info : Laravel using make:auth using form data to register and login. Problem : It must acces...

0 Likes
0 Replies

Laravel 5 - Config::set() not working in index.php

In Laravel 4 I can set app config values from index.php...for example Config::set('app.myvar','myval...

0 Likes
7 Replies

trouble with morphOne

Hello everyone! I have a little problem with Polymorphic relationships en Laravel 5.2. For example,...

0 Likes
1 Replies

Many to many pivot table issue / show all users with their role

I want to get all users: $users=User::get(); After that i want to se for every of them the role. fo...

0 Likes
1 Replies

How to add a additional condition in a join using query builder laravel 5.3?

My regular query is like this : SELECT e.field1, b.field2, c.field3, d.field4, a.field5 , a.field6...

0 Likes
4 Replies

Laravel 5.2+ date before and after date validation not working

This works 'expected_at' => 'date|after:"2016-04-09 10:48:11"', Or this works $rules['...

0 Likes
1 Replies
posted 7 years ago

Queue Work Command duplicates consumers

Hello Am using mayconbordin/l5-stomp-queue as a Stomp ActiveMQ reader the problem is when i use the...

0 Likes
0 Replies

Continuous Integration Vendor Problems

Hello, So I have a Laravel project hosted in source control. Continuous integration is running for P...

0 Likes
2 Replies

Laravel Scout Where Clause Not Working As Expected

Am implementing full-text search with Laravel Scout and TNTSearch, everything is working fine aside...

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.

© 2024 Laravel.io - All rights reserved.