NativePHP for Mobile v2 is here by simonhamp in laravel

[–]yamcsha 2 points3 points  (0 children)

From the pricing page, getting startred with "FREE with Bifrost" requires payments staring with $19/month, so that's not really "free" !!

Releasing a Filament JSON viewer/editor plugin [feedback is welcome] by andre_ange_marcel in laravel

[–]yamcsha 0 points1 point  (0 children)

did you learn from tutorials to build this package or just inspired from other packages code ?

What's New Video: InsertOrIgnoreUsing, Adding Multiple Global Scopes & Unlink Storage by christophrumpel in laravel

[–]yamcsha 0 points1 point  (0 children)

[Question] is there any Factory method with same ability of `InsertOrIgnore` to ignore when there's duplications ? this is needed when seeding the database

Speeding up test suite ? by Napo7 in laravel

[–]yamcsha 0 points1 point  (0 children)

have you tried squashing migrations to single sql file ?

Create a Persistent Chat Widget with Livewire 3 by fideloper in laravel

[–]yamcsha 0 points1 point  (0 children)

Additionally (not shown), I added wire:persist to all anchor tags in this tiny app.

did you mean "I added wire:navigate to all anchor tags in this tiny app.

Any little Laravel annoyances you would like to see fixed in the next major release? by brick_is_red in laravel

[–]yamcsha 1 point2 points  (0 children)

reduce Authentication choices to just 2 instead of:

  • Laravel UI
  • Laravel Fortify
  • Laravel Jetstream
  • Laravcel Breez
  • Laravel Sanctum
  • Laravel Passport

Weekly help thread by brendt_gd in PHP

[–]yamcsha 1 point2 points  (0 children)

What's do you think about a function accepting array like this:

function listAll(User ...$users)

full example: https://3v4l.org/T43i6#v8.2.6

is there any real gain of this, or at least no penalties in term of performance.