Best of LaravelMarch 2024

  1. 1
    Article
    Avatar of stitcherstitcher.io·2y

    PHP in 2024

    PHP in 2024 offers continuous evolution with new PHP features being worked on, the emergence of FrankenPHP for performance optimization, the success of Laravel as an open-source framework, the growing interest in PHP from outside the PHP community, and the continuous growth of the PHP ecosystem with Packagist reaching over one hundred billion downloads.

  2. 2
    Article
    Avatar of laravelLaravel·2y

    Laravel 11 Now Available

    Laravel 11 introduces a minimal application structure, Laravel Reverb provides real-time WebSocket communication, and new Laravel applications use SQLite as the default database.

  3. 3
    Article
    Avatar of freecodecampfreeCodeCamp·2y

    How to Build Real-Time Chat App with Laravel Reverb

    Learn how to build a real-time chat application using Laravel Reverb. The article covers topics such as installing Laravel, adding authentication, and setting up Laravel Reverb.

  4. 4
    Article
    Avatar of lnLaravel News·2y

    Laravel Herd for Windows is now released!

    Laravel Herd for Windows is a blazingly fast, native Laravel and PHP development environment that includes everything you need to start Laravel development.

  5. 5
    Article
    Avatar of lnLaravel News·2y

    Easily create complex database queries with the Query Enrich Package

    Laravel Query Enrich simplifies the creation of complex database queries in Laravel. It provides examples of fetching orders placed in the last 7 days, using the avg function for grabbing average monthly prices for oil and gas, using exists queries, and getting a full name using concatws. The complete documentation and Github repository for the Query Enrich Package can be found.

  6. 6
    Article
    Avatar of lnLaravel News·2y

    Tablar Kit: UI Components for Tablar Admin Dashboards

    Tablar Kit is a UI kit for Laravel Tablar admin dashboards that adds visually appealing and user-friendly components, such as form components, dropdowns, file upload with on-the-fly image editing, optimized data tables, and a rich text editor.

  7. 7
    Article
    Avatar of communityCommunity Picks·2y

    Using Inertia with Laravel in 2024

    Learn about Inertia and why you might choose to use it with Laravel in 2024. Discover the benefits of using Inertia, such as avoiding the need to create a separate API, improving performance, and writing all frontend code in JavaScript. Find out how to leverage features like server-side rendering and Inertia forms. Get tips for maximizing the benefits of Inertia, including using Ziggy for routing, using Laravel form requests, and using Inertia middleware to share common data across pages.

  8. 8
    Article
    Avatar of communityCommunity Picks·2y

    Hybridly

    Build single-page applications the classic way with Hybridly. It supports typing paginators, routes, authorizations, and global properties. It also provides features for building datatables.