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

Class not found only in production.

Tonight I made a deploy to my production server and suddenly sparkpost stop working. (my commit had...

0 Likes
4 Replies

Homestead - vagrant ssh --command not working

Hope this is the right place, didn't find a place for homestead stuff. I'm trying to pass a simple c...

0 Likes
0 Replies

POST method form

Hello I have this blades, routes and controller, my problem is that displays blank page. I guess tha...

0 Likes
0 Replies

use Auth::user() in api routes!

in laravel 5.3 i cannot use Auth::user(), it's response unauthenticated! how can i use Auth at api r...

0 Likes
0 Replies
posted 8 years ago

Set id as the index of relations array

Hi I have model with relation: $u = $user->with('Articles')->first(); then i can get: $u->...

0 Likes
0 Replies

How to get rid of weird chars in my CLI

I am using artisan with my windows "CMD" CLI. In most cases i get a lot of weird character...

0 Likes
0 Replies

Laravel 5.3 FileTypeFilterIterator give error and project not run.

Hi, Today i face some issue in laravel core code, my product not run its showing this error Fatal er...

0 Likes
0 Replies

5.3 Passport Personal access token 500

Hi guys, I'm trying to set up my custom API with Passport (well, I'm already halfway through, just n...

0 Likes
0 Replies

Laravel Passport with SPA (using VueJS 2)

I've been having this dilemma when working with Laravel Passport and VueJS 2 for SPA. I have my back...

0 Likes
1 Replies

Dependency injection + ServiceProvider with custom class?

I'm having trouble understanding best practices for using dependency injection with my custom classe...

0 Likes
6 Replies
Solved

Many-to-many and pivot - what are the benefits?

In my application I have a model User which can have many List, but a List can only have one User....

0 Likes
0 Replies
posted 8 years ago

Sent email to multi addres

Hello, I have to sent a email to some person but it shows: "Swift_RfcComplianceException in Mai...

0 Likes
0 Replies

How to run run your own written service provider before laravel core service providers

I want to run my own provider before laravel core provider how can i do it?

0 Likes
0 Replies

Lravel 5.3 - Password Reset with different user column names (username)

Hi, developed web application based on account with inner users for companies with staff. my users t...

0 Likes
2 Replies

How to select table data in orderby id desc then groupby name in laravel 5.3?

I do this but can not work.. DB::table("office_costing_zone") ->orderBy("id",...

0 Likes
2 Replies

Checkbox is not showing on the POST

Hello, Very strange, i'm trying to include a Form::checkbox on my form and the values simply doesn't...

0 Likes
1 Replies

postLogin never called?

Hi, I have a very strange behavior here. I have the same app on local and remote servers. The same p...

0 Likes
1 Replies

Getting model reference in an trait

Guys, good afternoon! I use Laravel and I have the following problem: Whenever a user edit a record...

0 Likes
0 Replies

How do I use the ModelFactory for seeding data if my data is not from Faker?

Hello, Ok, so I am trying to seed data into a table, below is what I have tried: $factory->defin...

0 Likes
1 Replies
posted 9 years ago

fresh installation doesnt work

Hello, new here to Laravel. I followed the Laracast video to install Laravel to my Centos 6. Everyth...

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