Best of LaravelOctober 2023

  1. 1
    Article
    Avatar of lnLaravel News·2y

    Make iTerm2 look fantastic

    Eric L. Barnes Nuno Maduro has a new video tutorial on his YouTube showing how he makes his terminal look amazing. Make iTerm2 look fantastic.

  2. 2
    Article
    Avatar of communityCommunity Picks·3y

    rahulhaque/laravel-filepond: Use FilePond the Laravel way.

    Laravel FilePond is a backend package for integrating the FilePond file upload library into Laravel applications. It features single and multiple file uploads, chunk uploads with resume, third party storage support, global server side validation for temporary files, and more.

  3. 3
    Article
    Avatar of communityCommunity Picks·2y

    Hacking Laravel Prompts for Fun and Profit

    The article explores the use of Laravel Prompts to create interactive text-based user interfaces (TUIs). It discusses the structure of Prompts, the program flow, and how to build TUIs using the library. The article also provides a step-by-step guide to creating a simple Kanban board using Laravel Prompts.

  4. 4
    Article
    Avatar of lnLaravel News·2y

    Filter API Responses with Laravel Purity

    Laravel Purity is a filtering and sorting package for Laravel that simplifies complex data filtering and sorting logic for eloquent queries. It allows frontend users to apply filters based on URL query string parameters. The package provides various filters and features for robust filtering and data sorting.

  5. 5
    Article
    Avatar of lnLaravel News·3y

    Consuming APIs In Laravel is Now Available! 🎉

    A book on consuming APIs in Laravel is now available, providing actionable information on building powerful API integrations in Laravel projects.

  6. 6
    Article
    Avatar of lnLaravel News·2y

    Laravel 10.29 Released

    Laravel 10.29 has been released with new features such as expanded middleware groups in route:list and updates to the CLI dump output. The release also includes various fixes and changes. For a complete list of updates, refer to the changelog.

  7. 7
    Article
    Avatar of lnLaravel News·2y

    Laravel Attributes Package

    The Laravel Attributes package allows for easy creation of attributes on a model, such as associating technical details with a product in an e-commerce store. It provides a trait that can be added to the model, and allows for attaching and retrieving attributes.

  8. 8
    Article
    Avatar of lnLaravel News·2y

    What we know so far

    Taylor is planning to release Laravel Pulse, a free and open-source system for health checking Laravel apps. More details will be announced in the future.

  9. 9
    Article
    Avatar of hackernoonHacker Noon·3y

    Is PHP The Middle Child Of Web Development?

    PHP's evolution into modern versions, such as PHP 8, has made it more secure and scalable for enterprise-level applications. The key reasons for PHP's continued popularity include its user-friendly nature, accessibility, and early adoption by startups for rapid and cost-effective development.