norden.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Moin! Dies ist die Mastodon-Instanz für Nordlichter, Schnacker und alles dazwischen. Folge dem Leuchtturm.

Administered by:

Server stats:

3.4K
active users

#laravel

17 posts16 participants2 posts today

Nouvelle version de PhpStorm dispo ! Support amélioré de PHP 8.x, performances revues à la hausse, meilleures intégrations Symfony/Laravel, refactorings plus intelligents, et plein de petites améliorations pour le confort des devs.

Le récap complet ici : jetbrains.com/phpstorm/whatsne

JetBrainsWhat’s New in PhpStorm 2025.1Explore the new PhpStorm version enhancements including better Xdebug support, nested .env variables, and improved WordPress setup.

#Laravel should include soon a great PR that will help a lot of devs mapping collection items manually.

It's a simple `AsCollection::map(Item::class)` and `AsCollection::map([Item::class, 'fromArray])` cast.

It creates Collections and maps into a class instance, or a callable. No need to make your own anymore.

Confident it will land on Laravel 12.10 anytime this week.

Tables grow over the life of a project, but I like to keep the columns organized as if they were all created on day one. Laravel and MySQL let us do this, but in today's video I share a couple things to be aware of. #php #laravel masteringlaravel.io/daily/2025

Mastering LaravelSomething to know before reordering columns in a migration | Mastering LaravelEspecially if not on MySQL 8

I'm trying to create a new Laravel application with the Livewire and without Volt, because I prefer using Controllers for separation of concerns. It doesn't create the necessary Auth controllers. I have tried everything I can think of. What am I doing wrong here? #laravel #php

The more I make something using AlpineJS, the more I like it.

Sometimes you don't need to figure it out with Vue. You only need some AlpineJS magic and that's it, no need to spin up a whole Vue framework on the page.

Add that to Livewire and Filament PHP and you're all set to create small utilities without hacking your way into the frontend.