
Generate Collections on the Fly with Laravel's times Method
Need to create a collection with calculated values? Laravel's times method lets you generate collections dynamically!
Read the latest blog posts about Laravel, PHP and web development!
Filters
Need to create a collection with calculated values? Laravel's times method lets you generate collections dynamically!
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.
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.
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.
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.
Filepond is a JavaScript package that allows you to upload anything, with popular integrations for React, Vue, Svelte, and more
Need to create a collection with calculated values? Laravel's times method lets you generate collections dynamically!
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.
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.
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.
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.
Filepond is a JavaScript package that allows you to upload anything, with popular integrations for React, Vue, Svelte, and more