Support the ongoing development of Laravel.io →

1,415 Threads

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

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

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

Get data of one to many, which is got from many to many

My Category model public function firms() { return $this->belongsToMany('App\Firm'); } My Fi...

0 Likes
0 Replies

Create menu with variables from database

Hello, I would create a simple menu based on categories which are they creating from database. I hav...

0 Likes
1 Replies
posted 6 years ago

Laravel's middleware empty request

I'm using laravel 5.5, and tymon/jwt-auth as my jwt service provider. When I'm using the JWTAuth fac...

0 Likes
0 Replies

putenv() has been disabled for security reasons

Hello, I just clean installed Laravel and am getting the following message not just upon install but...

0 Likes
0 Replies

DB Relationships with where condition

I'm making a webapp where need to display all the products with active price list . I’m struggling...

0 Likes
3 Replies

Call to undefined method ConsoleTVs\Charts\Builder::new()

Hi guys, I am new here, I want to try making a pie chart in laravel. I have tried using lavachat but...

0 Likes
0 Replies

Stripe Connect binding for Laravel

Here is a small lib I created: https://github.com/rap2hpoutre/laravel-stripe-connect It's a kind of...

0 Likes
0 Replies

Session suddenly lost when redirect to other pages

I having an issues on sessions, or may be token mismatach. My session lifetime are 30 min, when user...

0 Likes
0 Replies
posted 6 years ago

Getting data from database using lavacharts with laravel

Hi guys, first time here, I need some help regarding about lavacharts. Current situation that I want...

0 Likes
0 Replies

Laravel Routing Bug ?

Hi ! Currently i'am creating a CMS using laravel, and some route is not working correctly to test th...

0 Likes
1 Replies

Eloquent Relationship Questions Laravel 5.5.21

So I want to display teams and their league stats, exactly like you see on a major sports site when...

0 Likes
0 Replies

Relationship count

Hey guys, I have done some research on the forum/google and could not find the answer to this proble...

0 Likes
1 Replies

HTTP POST Request in Laravel 5.5

Let me try to explain what I'm trying to do. We have an API for SMS services hosted somewhere in the...

0 Likes
0 Replies

Cannot connect to mysql 4.0

How can i connect to mysql version 4.0.22-nt? I got this error message when trying to connect to dat...

0 Likes
0 Replies

Laravel email link redirect

i am getting issue sending mail using command. i have subdomains in my project , every record in db...

0 Likes
1 Replies
posted 6 years ago

Show pivot table data

Hello guys, I have a pivot table and need to retrieve the data from a table and the data from its pi...

0 Likes
1 Replies
posted 6 years ago

[L5.4] Middleware in controller construct not working

Hello, I have code like this class AController extends Controller { public function __construct...

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.