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

Get first name and last name from Facebook

Hello, I have not field for name but for first_name and last_name. How can i get first name and last...

0 Likes
1 Replies

How to develop a completely secure e-commerce website in Laravel?

I am fairly new to laravel. I have developed two small web app which doesn't require that much of at...

0 Likes
12 Replies
posted 11 years ago

Code Climate vs. Scrutinizer vs. SensioLabsInsight

Code Climate Just set up Code Climate for the laravel.io website: https://codeclimate.com/github/Lar...

0 Likes
9 Replies

Use Eloquent to Query only master table

I use PostgreSQL with partitioning by one table. Here's my quesrtion. Is there any way to query ONLY...

0 Likes
0 Replies
posted 11 years ago

Integrating Bootstrap framework with Laravel

Last week I have posted a very detailed tutorial on how to Integrate Bootstrap 3 framework with web...

0 Likes
7 Replies

Questions about Queues in Laravel 5.1

Some questions guys! working with queues now with 5.1 (a bit old, but was the last LTS!!) The faile...

0 Likes
0 Replies

MAX/GROUP BY Query

How would I do the following query using query builder? Preferably without using any raw sql :-) SEL...

janise liked this thread

1 Likes
5 Replies

Change layout when user is logged in.

@if ( $currentUser) @extends('layouts.in') @section('content') @else @extends('layouts.login') @...

0 Likes
2 Replies
posted 7 years ago

About "ssh_exchange_identification: Connection closed by rem

When I try "vagrant ssh" under my homestead directory, I get "ssh_exchange_identifica...

0 Likes
0 Replies

Laravel passport gives 401 Unauthenticated error - Tenant DB

I'm using laravel passport for API authentication, it works perfectly when I use it with one db, but...

doaaiti liked this thread

1 Likes
0 Replies
posted 7 years ago

laravel 5.5 Unauthenticated.

i use laravel 5.5. i got some problem. login first time is ok. and then logout, change account login...

0 Likes
0 Replies
posted 7 years ago

Routing

Just wanna ask why my additional function on my controller doesn't return data when i declare the my...

0 Likes
2 Replies

Using @section and @yield

Hi I'm working with Laravel for a couple of month, in the beginning days I couldn't understand the u...

0 Likes
5 Replies
posted 11 years ago

OrderBy DESC and after OrderBy ASC query

Helo!!, i need, help me please i'm confused with this query, sorry for my english :( I have this qu...

0 Likes
2 Replies

Sorting by related field

How do I orderBy a field that's in a related table as in: DB::with('relatedTable')->orderBy('rela...

0 Likes
2 Replies

Order and paginate a collection by a releted field using Eloquent

I have these models: Post, Category and User. My goal is to show a paginated and sortable table disp...

0 Likes
7 Replies
posted 10 years ago

Sort by distant relationship

Hello. So I have these Models: Product - for example, a t-shirt ProductVariant - for example, a XL-s...

0 Likes
4 Replies
Solved

convert this query to laravel query

i wont to make this query : SELECT w.wilayah, a.penerima FROM ( SELECT DISTINCT w...

0 Likes
0 Replies

Vuejs Vuetable-2 error.

Hi I'm following a tutorial tutorial But I keep getting the same error: TypeError: this.$refs.pagina...

0 Likes
7 Replies
Solved

New Forge Linode server not provisioning.

Has anyone else had the problem that a new linode server on forge doesn't finish provisioning? After...

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.