|
|
|
|
|
by blowski
901 days ago
|
|
Laravel is quite patchy with types, because it does a lot of magic not supported by PHP’s type system. There are libraries and IDE plugins that mask this. Symfony, the other big PHP framework, has a lot more to offer if you like types. It also has a combination of Encore, Stimulus and Twig to link the backend to the front, but it doesn’t have the features of Livewire. |
|