Blog

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

Laravel Company

Laravel 5 - change default log location, move log file outside the app

# Laravel Log Management: Moving Logs Outside the `storage` Directory As developers working with Laravel applications, managing application logs effectively is...

2026-06-29 Stefan Bogdanescu
Laravel Company

Livewire throwing error when using paginated data

# Fixing the Livewire Pagination Headache: Resolving `PublicPropertyTypeNotAllowedException` As a senior developer working with the Laravel ecosystem, we often...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel get all parents of category

# Laravel: Recursively Finding All Ancestors of a Category Dealing with hierarchical data—like categories, organizational trees, or file systems—is a common...

2026-06-29 Stefan Bogdanescu
Laravel Company

How do I use JavaScript fetch in Laravel 8?

# How to Use JavaScript `fetch` in Laravel 8: Solving the 419 Error As developers bridge the gap between frontend interactivity and backend logic, mastering...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to sort array in descending order in laravel

# Mastering Array Sorting in PHP: How to Sort Arrays in Descending Order As developers, working with arrays is a fundamental skill. Whether you are dealing...

2026-06-29 Stefan Bogdanescu
Laravel Company

how to customize Laravel Filament Table size

# Mastering Layout: How to Customize Laravel Filament Table Sizing Beyond Text As a senior developer working with the Laravel ecosystem, I often encounter...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel:syntax error in vendor/laravel/framework/src/Illuminate/Support/Arr.php on line 384

# Decoding the Error: Fixing the `syntax error` in Laravel's Core Files on Your VPS Setting up a new framework project on a remote server, especially a Debian...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel 5 Run queue:work on laravel schedule

# Laravel Scheduling Deep Dive: Optimizing Your Queue and Cron Jobs As senior developers, we often deal with the intersection of application logic, scheduled...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to set timeout for Laravel artisan

# How to Set Timeout for Laravel Artisan Jobs: Controlling Execution and Preventing Zombie Processes As a senior developer working with Laravel, you frequently...

2026-06-29 Stefan Bogdanescu
Laravel Company

add background image in laravel 5

Title: Adding a Background Image in Laravel 5 Made Easy Introduction: Incorporating a background image to your website is an effective way of enhancing its...

2026-06-29 Stefan Bogdanescu
Laravel Company

How Send emails in queue in Laravel

# Mastering Asynchronous Communication: How to Send Emails in a Queue in Laravel Sending emails is a fundamental part of almost any application, whether it’s...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel Passport: Create access token manually

# Laravel Passport: Creating Access Tokens Manually for Custom Flows As a senior developer working with Laravel, you often encounter scenarios where the...

2026-06-29 Stefan Bogdanescu