Loading...

Blog

Read the latest blog posts about Laravel, PHP and web development!

Filters

Securing File Uploads: Mastering File Type Validation in Laravel
997

Securing File Uploads: Mastering File Type Validation in Laravel

In web applications, file uploads are a common feature, but they can also be a significant security risk if not handled properly. Laravel provides robust tools for validating file uploads, including the ability to verify file types. Let's explore how to implement secure file type validation in your Laravel applications.

Simplifying Data Manipulation with Laravel's High Order Collections
896

Simplifying Data Manipulation with Laravel's High Order Collections

Laravel's collections are already a powerful tool for working with arrays of data, but high order collections take this to the next level. These methods allow you to perform common operations on collections in a more concise and expressive way, leading to cleaner and more readable code. Let's dive into how you can leverage high order collections in your Laravel projects.

Automating Database Backups with Laravel's Task Scheduler and Cloud Storage
899

Automating Database Backups with Laravel's Task Scheduler and Cloud Storage

Ensuring regular database backups is crucial for any application. Laravel's Task Scheduler combined with cloud storage provides an efficient way to automate this process. Let's explore how to implement automated database backups using Laravel and store them in the cloud.

Remove Duplicate Characters in Strings With Laravel
687

Remove Duplicate Characters in Strings With Laravel

The Laravel team released v11.20 this week, including a new collection method, a deduplicate string method, the ability to use Enums with AssertableJson, and more.

Upload Files Using Filepond in Livewire Components
708

Upload Files Using Filepond in Livewire Components

Filepond is a JavaScript package that allows you to upload anything, with popular integrations for React, Vue, Svelte, and more

A Lightweight Cart Package for Laravel
653

A Lightweight Cart Package for Laravel

The binafy/laravel-cart package adds the ability to add shopping cart functionality to Laravel applications. It simplifies storing and managing cart items, supports storing multiple item types, and more

6 of 10 posts