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

Error: Unresolvable dependency resolving ( DI )

I want to implement paytabs into my Laravel app and have imported paytabs class into my blade templa...

0 Likes
1 Replies
posted 4 years ago

What package can I use to manage infinite nested categories?

I tried to code this from scratch before, the database schema is really simple, the tricky part is t...

0 Likes
0 Replies
posted 4 years ago

Showing a variable inside {{ }} cause to blank page in Larav

Hi there, I am using prism code highlighter in Laravel 5.4 in bellow example; ` Download ` In the ab...

0 Likes
0 Replies
posted 4 years ago

Three depending tables.

I have three dependent tables, and I want to know, how I can get the dependency in table 3 from tabl...

0 Likes
1 Replies

After update to Laravel 7 php artisan not working

Hello, after upgrading Laravel according to the docs to v7 I ran composer update. Then I'm getting t...

0 Likes
3 Replies
posted 4 years ago

Strugle with update function controller

Hi! Have this form (view) -> edit.blade.php `@extends('layouts.app') @section('content') <div...

0 Likes
0 Replies

Excel: WithMultipleSheets / ShouldQueue / WithChunkReading

How to implement WithMultipleSheet + ShouldQueue on Laravel Excel ? Currently Controller waiting for...

0 Likes
1 Replies
posted 4 years ago

How to mock a class and call constructor wit arguments?

No matter what I do, the constructor of the mocked class isn't called. The constructor has one param...

0 Likes
0 Replies
posted 4 years ago

error

I tried to install laravel offline by using the laravel method installed on my computer or globally,...

0 Likes
0 Replies

how to assign permission to storage directory in my laravel

I created a video player project in laravel. the video will play from only authenticated users. usin...

0 Likes
0 Replies
posted 4 years ago

Is it possible to stream data?

Hi Laravel Community, Is it possible to stream data? I tried implementing broadcast with laravel-web...

0 Likes
0 Replies
posted 4 years ago

Eloquent Query using Dynamic Model Laravel

I have this code which I am using to create a dynamic model in laravel `use Jenssegers\Mongodb\Eloqu...

0 Likes
0 Replies
posted 4 years ago

best approach

hey all, I need an hint on this: in my laravel app every user must authenticate to use it. If user i...

0 Likes
0 Replies

Laravel Date Validation between two dates

Hi, I need a user to be able to only select a date between a pair of dates, but the validation hasn'...

invokermaster liked this thread

1 Likes
4 Replies

Send plain-text notifications

I would like to send notification emails with only plain text. But every email is send with the Cont...

0 Likes
1 Replies
posted 5 years ago

security question

hello, I'm generating sensible data this way: ` File::put(storage_path() . '/invoice_' . $invoice-&g...

0 Likes
2 Replies
posted 5 years ago

Storing A Column Value Of A Table To Another Table Column.

I have two tables, Schema::create('orders', function (Blueprint $table) { $table->string(...

0 Likes
0 Replies

Laravel API tokens

I am using laravel 5.4 , created mobile API. Now I want to allow multiple mobile device to login for...

0 Likes
0 Replies

Non-static method should not be called statically for scopes

I have a model with those methods: public function waiting() { return ! is_null($thi...

0 Likes
2 Replies

unable to move onto next bootstrap carousel item

Please help, I have implemented the Bootstrap Carousel into my project but it doesn't seem to be sli...

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.