Best of Laravel — October 2023
- 1
- 2
Community 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
Community 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
Laravel 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
- 6
- 7
Laravel 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
- 9
Hacker 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.