Blog

Insights, guides, and best practices from the Laravel Company team.

Laravel Company

Laravel Kernel.php file alternative

Title: Understanding Laravel Scheduling Alternatives: The Evolution of Kernel.php File Usage Introduction: As a Laravel developer, you may have encountered the...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel get name of file

Title: Retrieving Filename from Uploaded File in Laravel Body: In Laravel, handling file uploads is quite straightforward thanks to the built-in functionality...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel, sync() - how to sync an array and also pass additional pivot fields?

Title: Efficiently Working with sync() and Pivot Table Fields in Laravel Applications Laravel's eloquent model provides an efficient way to work with multiple...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel - Pass more than one variable to view

Title: Laravel - Passing Multiple Variables to Your View with Ease Introduction In your Laravel application, you have a page that displays a list of people...

2026-06-29 Stefan Bogdanescu
Laravel Company

Manually register a user in Laravel

Title: Manually Registering Users in Laravel Without Using Auth Registration Pages Is it possible to manually register a user (with artisan?) rather than via...

2026-06-29 Stefan Bogdanescu
Laravel Company

How can I solve "laravel/horizon v1.1.0 requires ext-pcntl * -> the requested PHP extension pcntl is missing from your system"?

Title: Solving "laravel/horizon v1.1.0 requires ext-pcntl * - the requested PHP extension pcntl is missing from your system" Error Introduction When working...

2026-06-29 Stefan Bogdanescu
Laravel Company

Property [title] does not exist on this collection instance

Title: Resolving "Property [title] does not exist on this collection instance" Error in Laravel Applications Body: Introduction When developing web...

2026-06-29 Stefan Bogdanescu
Laravel Company

PATCH and PUT Request Does not Working with form-data

Title: Understanding PATCH and PUT Request Issues with Form-Data in Laravel Applications Body: In the past few years, RESTful APIs have become the foundation...

2026-06-29 Stefan Bogdanescu
Laravel Company

BitBucket - error: failed to push some refs

Title: Understanding and Resolving "failed to push some refs" Error on BitBucket Introduction: Bitbucket is a popular software development collaboration tool...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel array to string conversion

Title: Efficiently Converting Laravel Arrays to Comma-Separated Strings Introduction: In the world of web development, working with arrays and strings is an...

2026-06-29 Stefan Bogdanescu
Laravel Company

'cross-env' is not recognized as an internal or external command,

Title: 'cross-env' is not recognized as an internal or external command for Laravel Mix on Windows7 This comprehensive blog post aims to provide a detailed...

2026-06-29 Stefan Bogdanescu
Laravel Company

BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default

Title: Resolving 'path' Module Issues with Webpack The issue you are facing where the application throws an error when running "npm run dev" is common, and...

2026-06-29 Stefan Bogdanescu