Browser Version and laravel Version

Laravel is written in PHP. And PHP is a server-side language. Laravel doesn’t get executed in the browser.

They do have a set of default css/javascript packages that are used. You can look them up and take a look at their browser support.

Laravel tends to only choose packages that are stable and have a huge browser support.

Leave a Comment