-
What are your views on PHP.. espcially its framework laravel livewire?? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
PHP as a language is pretty boring imo.. But laravel is good.. No idea about the livewire thing |
Beta Was this translation helpful? Give feedback.
-
Php is still a good language with huge community. Laravel is definitely more famous and widely used compared to Livewire. |
Beta Was this translation helpful? Give feedback.
-
Well, I love PHP. Are you thinking about learning it? If so, I encourage you! Check out this site:https://phptherightway.com/ |
Beta Was this translation helpful? Give feedback.
-
Laravel is PHP framework that makes aids developers build robust applications. It does this by providing elegant syntax, built in authentication, routing, caching and sessions as well an ORM system called eloquent among others. Livewire is a full stack framework for Laravel, it allows you to build reactive UIs using only PHP without JavaScript. It uses Ajax behind the scenes to update parts of the UI. You might also want to check out inertia.js |
Beta Was this translation helpful? Give feedback.
PHP as a language is pretty boring imo.. But laravel is good.. No idea about the livewire thing