Best of LaravelMay 2024

  1. 1
    Article
    Avatar of communityCommunity Picks·2y

    FrankenPHP: the modern PHP app server

    FrankenPHP is a modern PHP app server written in Go and C, natively supported by Symfony, API Platform, and Laravel. It offers faster performance compared to FPM, and can run apps without requiring an external service.

  2. 2
    Article
    Avatar of lnLaravel News·2y

    Moonshine is an Open-source Admin Panel for Laravel

    Moonshine is an open-source admin panel for Laravel that offers rapid development, authorization, and CRUD functionality. It uses familiar tools like Blade, Livewire, and Alpine to make development more productive.

  3. 3
    Article
    Avatar of communityCommunity 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. 4
    Article
    Avatar of lnLaravel 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. 5
    Article
    Avatar of communityCommunity Picks·2y

    Scaling Laravel to 100M+ jobs and 30,000 requests

    This post tells the story of scaling a Laravel app to handle over 100 million jobs and 30,000 requests per minute using Laravel, MySQL, and Redis.

  6. 6
    Article
    Avatar of phpdevPHP Dev·2y

    NativePHP Windows Builds are Here

    Native PHP now supports building desktop apps, including support for Laravel.

  7. 7
    Article
    Avatar of lnLaravel News·2y

    Build Your SaaS In Days With SaaSykit

    Build and launch your SaaS application in days with SaaSykit. It provides a feature-rich Laravel SaaS boilerplate with easy product management, stunning admin panel, customizable landing page styling, and more.

  8. 8
    Article
    Avatar of communityCommunity 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. 9
    Article
    Avatar of lnLaravel 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. 10
    Article
    Avatar of phpdevPHP 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!