Hisham fawaz

Results 10 comments of Hisham fawaz

@owenvoke Can you please review this pr because the scheduler is broken

> Tried to apply the fix locally, but it doesn't seem to do anything? 1- Install a fresh laravel-zero application 2- uncomment the scheduler function on inspire command 3- then...

Yes I used it to call 3 different google drive APIs at the same time

I had the same issue its because I was using 2 versions of alpine at the same time

if you used this style ```php #[BelongsTo('invoice_id', 'id')] public Invoice $invoice; $position->invoice //will use the invoice class $position->invoice() // but the relation will not work ``` You should use this...

Same issue with the TenancyForLaravel package ![image](https://github.com/spatie/laravel-permission/assets/16060516/05c607f7-1530-4ab9-a1c4-1ab17c53aeb1) ![image](https://github.com/spatie/laravel-permission/assets/16060516/b920d46d-6ed1-4974-839b-0d4dccb99dd6)

checkout this comment https://github.com/victorybiz/laravel-tel-input/issues/16#issuecomment-2081259345

The problem was in the config file for the **utilsScript** key You should download the utilities script and put the path in the config ![image](https://github.com/victorybiz/laravel-tel-input/assets/16060516/461ef2a4-5915-4f81-b8b4-210e31db4534) script used : https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/21.2.7/js/utils.min.js and...

Eliminating redundant queries for fetching the main record is essential for optimizing performance and reducing resource overhead.