Best of LaravelJuly 2023

  1. 1
    Article
    Avatar of communityCommunity Picks·3y

    Laravel Volt

    Laravel Volt is a new project announced at Laracon 2023. Volt brings single-file components to Blade templates. This will allow developers to create powerful interactive components that leverage the back-end and the front-end. Conclustion Volt is scheduled to be released this week and I will update this post as soon as this.

  2. 2
    Article
    Avatar of communityCommunity Picks·3y

    Laravel Folio

    Laravel Folio is a Page-based routing system introduced to Laravel at LaraconUS 2023. Using Folio you can easily map a route to a specific file or folder, like NextJS or NuxtJS. We can also create dynamic pages using wildcards.

  3. 3
    Article
    Avatar of lnLaravel News·3y

    PHPSandbox - Build, Prototype, and share PHP apps in seconds

    PHPSandbox is a web app that allows you to quickly prototype or share PHP projects without setting up a local environment. The base plan is free, and they have an upgraded professional plan for $6 a month, including private repos, email captures, and more.

  4. 4
    Article
    Avatar of lnLaravel News·3y

    Design Emails and Send Them Via API with MailCarrier

    MailCarrier is an open-source web app built with Laravel and Filament. You can design emails once and send them via an API call. Send emails synchronously or async via queues.

  5. 5
    Article
    Avatar of lnLaravel News·3y

    Inertia vs Livewire

    Inertia isn't a frontend framework. It's a wire protocol specification to allow you to build Laravel + React / Vue / Svelte apps monolithically. Instead, you should be keeping up with what new features Vue or React are getting. It solves the problem it set out to solve.

  6. 6
    Article
    Avatar of lnLaravel News·3y

    API Authentication in Laravel

    API authentication in Laravel has become the gold standard authentication mechanism within the Laravel ecosystem. Sanctum was designed as a lightweight alternative to Passport, but in reality, it has achieved a lot more than that. Laravel Passport has a grant type called Client Credentials: where you authenticate a client not a client.

  7. 7
    Article
    Avatar of lnLaravel News·3y

    Learn Livewire 3, Volt, and Folio by building a podcast player

    Learn Livewire 3, Volt, and Folio by building a podcast player. Laravel team released a powerful page-based router designed to simplify routing in Laravel applications. In this article, I will teach you how to build a simple app that lists out episodes of the Laravel News podcast and allows users to play them.

  8. 8
    Article
    Avatar of laravelLaravel·3y

    Introducing Volt: An elegantly crafted functional API for Livewire

    Volt is an elegantly crafted functional API for Livewire. The functional API is compiled to Livewire class components and linked with the template present in the same file. Volt allows you to easily convert a small portion of a page into a Volt component without extracting it into a separate file.

  9. 9
    Article
    Avatar of lnLaravel News·3y

    The Livewire v3 Beta Has Been Released

    The Livewire v3 Beta has been released. Livewire now allows Alpine to do the heavy lifting while still providing the syntactic sugar you've come to love. The new core architecture will also be much easier to maintain for Caleb Porzio and the Livewire core contributors.

  10. 10
    Article
    Avatar of communityCommunity Picks·3y

    Running NativePHP on Windows: An Unofficial Developer’s Hack

    NativePHP is an innovative approach to building native applications, leveraging the familiar tools of PHP. It revolutionizes the development process by letting you create powerful, native applications using the PHP language and environment you’re already comfortable with. The method lets you bypass the wait and start developing withNativePHP on your Windows machine right away.

  11. 11
    Article
    Avatar of lnLaravel News·3y

    Watch Caleb Porzio's "Livewire 3" Presentation from Laracon

    Caleb Porzio's Livewire 3 presentation from Laracon US is now live on Youtube. See Caleb explain and demonstrate new Livewire features, such as hot reloading without a build step, automatic injection, and more. Learn about the new and much more Laracon 2023 talks will continue to be published throughout this week.

  12. 12
    Article
    Avatar of lnLaravel News·3y

    Laracon Recap

    The 2023 Laracon US is now wrapped up, and it was a fantastic week of new product releases, training, inspiration, and meeting new and old friends. Nuno on stage announcing Pest's "Spicy Summer" release is full of new features, and I'm most excited about Snapshot Testing, which allows you to assert that the output of a function or method.