{"id":11889,"date":"2022-02-08T17:48:00","date_gmt":"2022-02-08T22:48:00","guid":{"rendered":"http:\/\/local.brightwhiz\/?p=11889"},"modified":"2022-02-08T17:48:03","modified_gmt":"2022-02-08T22:48:03","slug":"laravel-9-release-announced-with-php-8-dependancy","status":"publish","type":"post","link":"http:\/\/local.brightwhiz\/laravel-9-release-announced-with-php-8-dependancy\/","title":{"rendered":"Laravel 9 Release is Now Available"},"content":{"rendered":"\n
Laravel 9 release has been announced for general availability. This release comes with a host of new features and fixes.<\/p>\n\n\n\n
Laravel<\/a> is a free and open-source<\/a> PHP web application framework based on Symfony and designed to use the model\u2013view\u2013controller architectural pattern.<\/p>\n\n\n\n Laravel 9 release is the next long-term support version (LTS) and will receive bug fixes until February 2024 and security fixes until February 2025.<\/p>\n\n\n\n Symfony 6.0 has a minimum requirement of PHP<\/a> 8 which means this release will carry this same restriction. This is because the latest Laravel version requires Symfony 6.0.<\/p>\n\n\n\n There is a new design for With a new artisan This release will feature a new Query Builder Interface, use of the PHP 8 string functions Symfony Mailer is now used instead of SwiftMailer which is no longer maintained. There are improved Eloquent accessors and mutators defining.<\/p>\n\n\n\n This new release comes with Controller Route group improvements as well as implicit Enum bindings introduced in PHP 8.1.<\/p>\n\n\n\n For more details on these plus a more extensive guide to Laravel 9 please visit the release announce page<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":" Laravel 9 release has been announced for general availability. This release comes with a host of new features and fixes. Laravel is a free and open-source PHP web application framework…<\/p>\n","protected":false},"author":1,"featured_media":11891,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[25,13,16],"tags":[344,350,424,433,449,452,544,571,591],"yoast_head":"\nLaravel 9 Release Highlights<\/h2>\n\n\n\n
routes:list<\/code> command that improved a design feature where when you have huge and complex routes defined it can be difficult trying to view them in the console.<\/p>\n\n\n\n
test --coverage<\/code> option, the call will display the test coverage directly on the terminal.<\/p>\n\n\n\n
str_contains()<\/code>,
str_starts_with()<\/code> and
str_ends_with()<\/code>.<\/p>\n\n\n\n