Torkuma Jonathan Yuwa

Results 15 comments of Torkuma Jonathan Yuwa

Have been waiting for this a long time now

https://www.ntfs.com/ntfs-permissions-setting.htm hope this helps

it seems like this project has been abandoned, we need something up to date for **Laravel 8.x**

I have the same issue, nothing works on Laravel 11. Nothing is minified.

> It works for me on Laravel 11, initially I only included > > `\Fahlisaputra\Minify\Middleware\MinifyHtml::class,` > > because I didn't care about css and js. > > You have to...

> It works for me on Laravel 11, initially I only included > > `\Fahlisaputra\Minify\Middleware\MinifyHtml::class,` > > because I didn't care about css and js. > > You have to...

> Also, instead of using load I would use ->with() on the query builder. Thank you for your suggestion. However, I believe using ->with() is not applicable in this scenario...

> Hey there, thanks for reporting this issue. > > We'll need more info and/or code to debug this further. Can you please create a repository with the command below,...

> @bridgeyuwa Did you set the required properties for string primary keys? > > ``` > class Social extends Model > { > public $incrementing = false; > > protected...

> @bridgeyuwa I had this issue before with the primary key not being int and the relations would not load. See also this [#51135 (comment)](https://github.com/laravel/framework/discussions/51135#discussioncomment-9166143) > > Your institution id...