|
What are your views on PHP.. espcially its framework laravel livewire?? |
Replies: 4 comments 2 replies
|
Php is still a good language with huge community. Laravel is definitely more famous and widely used compared to Livewire. |
|
Well, I love PHP. Are you thinking about learning it? If so, I encourage you! Check out this site:https://phptherightway.com/ |
|
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 |
thanks i am learnng laravel right now