DEV Community

Morcos Gad
Morcos Gad

Posted on

New Things Added - Laravel 9.3 Released

Let's get started quickly I found new things in Laravel 9.3 Released I wanted to share with you.

  • whereNot() Query Builder

https://github.com/laravel/framework/pull/41096
In the following example, we see the first image, we get a certain result from the database, but when we use whereNot() in the second image, we see a completely different result, despite the small change we made

Image description

Image description

  • filter out routes defined in vendor packages

https://github.com/laravel/framework/pull/41254
Let's improve the route:list display further by

php artisan route:list --except-vendor
Enter fullscreen mode Exit fullscreen mode

I hope you enjoyed with me and to learn more about this release visit the sources and search more. I adore you who search for everything new.
Source :- https://www.youtube.com/watch?v=eYMdIlJO2Uw

Top comments (0)