Support the ongoing development of Laravel.io →

sylarbg

Joined 13 Apr 2014

Statistics

Threads 1
Replies 4
Solutions 0
Articles 0

How to add custom fields to AUTH module

What is the best way to add custom field to Auth ? How about if i want to check additional fields so...

0 Likes
1 Replies
replied 6 years ago

php artisan migrate error for authentification

'as' => 'name' not 'as',=>'name'

0 Likes
replied 6 years ago

GameQ v3 integration in Laravel 5.4

You can use type hinting and laravel will resolve GameQ for you. Another option is to use it directl...

0 Likes
replied 6 years ago

Ordering by an Average.

Product::where('approved', '=', 1))->leftJoin('reviews', 'reviews.product_id', '=', 'products.id'...

0 Likes
replied 9 years ago

Take all user post comments

Load all author/s, their posts and the comments on a post $authors = Author::with('posts.comments')-...

0 Likes

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.