TheDoctor0·6 years ago·discussSeems like a similar concept to Livewire: https://laravel-livewire.com/
TheDoctor0·6 years ago·discussSpring was first MVC framework, but Laravel in PHP and Django in Python were inspired by Ruby on Rails.
TheDoctor0·6 years ago·discuss> My only real gripe with PHP is the annotation syntax. Yikes. Stuff that's in comments SHOULD NOT AFFECT RUNNING CODE. Who came up with that?That will change in PHP 8 with the introduction of attributes (https://wiki.php.net/rfc/attributes_v2).