Best of Laravel News — October 2022
- 1
- 2
- 3
Laravel News·4y
Faster Laravel: Surprising Optimization Tips
Testmo's goal is to answer most server requests in 100ms or less. It's pretty simple: slow server-side performance will trickle down to all parts of the stack. In Testmo we don't use @include at all anymore. Instead, we've built our own lightweight alternative we call @require.
- 4
Laravel News·4y
Learn how to upload files in Laravel like a Pro
Learn how to upload files in Laravel like a Pro One of the things that I see many people struggling with is file uploads. In this tutorial, I will walk through from a basic version using blade and routes, getting more advanced, and then how we might handle it in Livewire too. We must send a file across in our request, and it must be either a PNG or JPG and not be any bigger than 5Gb.
- 5
Laravel News·4y
Laravel 9.34 Released
The Laravel team released 9.33 and 9.34, introducing Laravel Precognition, short attribute syntax for self-closing blade components, and more. The new framework feature is a new framework that will allow developers to create new and improved experiences for their users.