Best of Laravel — May 2024
- 1
- 2
- 3
Community Picks·2y
Unlocking the Power of Attributes in PHP
Unlock the power of attributes in PHP with PHP 8, improving code readability, type-safety, reducing boilerplate code, and enhancing framework integrations. Discover the syntax, benefits, and practical applications of attributes in the context of the Laravel framework.
- 4
Laravel News·2y
NativePHP Windows Builds are Here
NativePHP now offers Windows support, allowing users to build applications for the Windows platform. The latest version of NativePHP can be obtained via Composer. This release also includes broader support for multiple versions of PHP, enabling full Laravel 11 support using PHP 8.2 or PHP 8.3.
- 5
- 6
- 7
- 8
Community Picks·2y
Does Laravel Scale?
Laravel is a fantastic choice for the majority of web applications, but there are limitations to scaling it for hyper-scale. Database, cache, and session management are important considerations. Writing consistent queries, offloading functionality when necessary, and caching expensive queries can help optimize performance. Code should be designed with scalability in mind, and AWS service limits should be taken into account. With the right infrastructure and services, Laravel can handle large projects.
- 9
Laravel News·2y
Use Vue or React Components in a Livewire App with MingleJS
MingleJS is a helper for using Vue and React components in a Livewire or Filament application. It allows for JavaScript interactivity on the front end that is isolated to the Livewire component. To get started, check out the MingleJS documentation and the open-source demo app.
- 10
PHP Dev·2y
Laraverse: The Go-To Resource for Laravel Developers
Master Laravel and other programming essentials with Laraverse. Learn best practices, design patterns, database migrations, Eloquent ORM, unit testing, integration testing, and discover useful development tools and libraries. Start exploring today!