They want us to build an e-commerce site with laravel at the internship where I work now, I saw a difference between the laravel versions when I was looking at the trainings of it, but the laravel 10x version we use, but the trainings generally continue like 7x 8x 9x. Now I am confused between these versions.
Some notable differences that Laravel 9 and 10 have is that Laravel 9 added queue improvements while 10 focused on blade optimization. Some other differences are:
Laravel 9: Added a sync queue support with Redis or database driver Route caching for improved performance Scheduler improvements like cron job logging Deprecation removal for several components
Laravel 10: Blade engine rewritten for faster performance Added retry with back off helper method Added match some pipe method to Collections Updates for horizon long-running jobs Dropped support for PHP 8.0
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community