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

I can't start queue in Laravel 5.4?

I want to queue and send mails with database based queue driver. I can send emails with that: Mail::...

0 Likes
0 Replies

How to view Laravel's Homestead error logs?

Having some issues with a new virtual host: "No input file specified." when all of my path...

0 Likes
3 Replies
posted 7 years ago

How to persist data between views

I'm re-building an old site of mine and learning Laravel as I go but I have a problem which might ju...

0 Likes
6 Replies
posted 7 years ago

Laravel custom validation message

I'm using laravel 5.4 to make a custom form validation. But why is the custom error message isn't di...

0 Likes
1 Replies
posted 7 years ago

Using common Models in Plugin and in main app

Hi, I developped a main app, and then I refactor a part into a plugin. In my plugin, I copied the mo...

0 Likes
0 Replies
posted 7 years ago

Get List Fields From Query Builder

I'am new in laravel. I have query builder like this : $menu = DB::select("SELECT menu_id, menu_...

0 Likes
0 Replies

Middleware - auth OR operation

Hello everyone, is it possible to accept auth-token OR jwt-auth token in middleware on new request?...

0 Likes
0 Replies

Enhanced Register Form

Hi, I'm building a website for a music association, and only want users to be able to login when the...

0 Likes
0 Replies

custom fields when throw Exception

Hi, I want to throw exception in my controller. I use this code: abort(404, 'user not found') I wan...

0 Likes
2 Replies
posted 7 years ago

5.3 hasmanythrough id comes from pivot table id

I have a method Assets. It has this this relation: public function fields() { return $this->...

0 Likes
0 Replies

Laravel 5.4 call js class from blade

So i've upgraded a project i'm working on to 5.4 version and wants to take advantage of webpack. so...

0 Likes
0 Replies

remember auth and sessions tokens problems..

Hi! I'm a new Laravel user, coming from cakephp. I've created an aplication with an initial login fo...

0 Likes
0 Replies

Importing DTO data from external API into Laravel Database?

I'm working on a project that imports data from the Riot API (League of Legends). I'm currently usin...

0 Likes
0 Replies

Laravel Policies on Route::group with Eloquent

i have a \App\Polices\CustomPolicy with a method public function view(User $user, CustomModel $model...

0 Likes
0 Replies
posted 7 years ago

How To Get Chunk To Query Builder In Laravel

$users = DB::table('products')->orderBy($sortbysql, $sortbysqltype) -> where('product_name', '...

0 Likes
0 Replies

Validation, 2 fields unique

How can I have a unique validation rule on 2 fields? a. The application should not allow two people...

0 Likes
1 Replies
Solved

Format FormRequest Validation Error Response

with reference to http://stackoverflow.com/questions/42100798/format-formrequest-validation-error-re...

0 Likes
0 Replies
posted 7 years ago

Plain-text emails with new Laravel 5.4 markdown mails

When I use the new Markdown Mail feature I get valid HTML emails, but the plain text email counterpa...

0 Likes
3 Replies
Solved

Session shutdown handler

Normally with a session_set_save_handler you would also register a shutdown handler with session_reg...

0 Likes
0 Replies

Laravel 5.4

Hi, I would like to know if is it possible to create a new project with Laravel 5.4 yet ? Or how lon...

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