which is best laravel version 8 or 7 ?
i am starting project on Laravel please suggests version
Always use the latest version of Laravel.
Both versions are almost the same.
Laravel 8 was released in September 2020, all good packages already support it.
do all previous packages will support Laravel 8 ?
but 8 has some issues in rout defining its bit complex in 8 then 7 an lesser
It depends on maintainers of those packages.
Start always with the latest version of the framework, then keep it up to date.
but 8 has some issues in rout defining
What do you mean?
I guess, Laravel 9 (LTS) the best for you.... by the time you familiar it version 9 should be out... and it's LTS version ....
Hahahaha....
but 8 has some issues in rout defining its bit complex in 8 then 7 an lesser
@saifali It’s not. You can use the string-based route syntax that Laravel 7 had, or the new, class-based syntax. The choice is up to you.
Absolutely not a valid reason not to Laravel 8.
Please or to participate in this conversation.