is it a good ideas to create a website using those tree?
or maybe laravel+tailwind-css is enough?
why should i add vue?
what about adding voyager for admin panel?
First find out what you want, make it simple then add starting things like Vue if that had a real usecase for you. Personally Im using InertiaJS with Vue Laravel and Tailwind for a project and added Inertia later and tinkered with it before i implemented it everywhere.
well i'm not really sure about it i'm just saying, but is there is other examples for vue cuz that's not enough to make me use vue with laravel i need a solid reason that would make me using it
Well you can always start without it. That is totally fine. It can always be added later, if and only if you need it. Maybe you will never find a use case for it
But an easy summary. Any dynamic update on a web page without going to a new page (apart from css animation) is Javascript.
Personally I use laravel, react, tailwind and inertiajs
aokey and now this is a good reason "But an easy summary. Any dynamic update on a web page without going to a new page (apart from css animation) is Javascript." as you said thanks^^
I would suggest starting with either vue or react (vue is really popular here and there are alot of videos)
Inertiajs is made for creating SPAs (single page application). That means that your browser never really changes page when clicking links. But inertia relies on you knowing either vue or react, so start with one of them