Blog

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

Laravel Company

Laravel- redirect with variable and display it in the view file

Title: Laravel Redirects with Variables and Displaying Them in View Files Body: In modern web development, redirecting users based on specific conditions or...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel passing data using ajax to controller

Title: Laravel Passing Data Using Ajax to Controller Body: When working with Laravel, a popular PHP framework, passing data from an AJAX call to your...

2026-06-29 Stefan Bogdanescu
Laravel Company

Image Intervention w/ Laravel Storage

Title: Effortlessly Resize Images with Intervention & Laravel Storage Introduction Incorporating images into your web applications can significantly enhance...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel lockforupdate (Pessimistic Locking)

Unlocking the Mystery of Laravel's lockForUpdate - A Comprehensive Guide Laravel's lockForUpdate() function is a crucial feature for developers working with...

2026-06-29 Stefan Bogdanescu
Laravel Company

Setting up Laravel on a Mac php artisan migrate error: No such file or directory

Title: Troubleshooting Laravel Migrations on Mac: Resolving Errors with "No such file or directory" Body: Pulling a Laravel Project from Git to Mac: You've...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel controller construct

Title: Understanding Laravel Controller Construct: A Comprehensive Guide Introduction: Laravel is a powerful PHP framework that offers various functionalities...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel Livewire component not refreshing/reloading automatically after refreshing it

Title: Troubleshooting Livewire Component Updates: Ensuring Automatic Refresh After Manual Page Refreshes Body: Laravel Livewire is an excellent tool to build...

2026-06-29 Stefan Bogdanescu
Laravel Company

What is the difference queue:work and queue:listen

Title: Unraveling the Difference Between Laravel's queue:work and queue:listen Commands Introduction: In this blog post, we will discuss the differences...

2026-06-29 Stefan Bogdanescu
Laravel Company

Get environment value in controller

Title: Accessing Environment Variables in Laravel Controllers - A Comprehensive Guide Introduction: In modern web applications, managing configuration settings...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel Eloquent JSON Contains, how to provide WhereIn logic (one of array values)

Title: Laravel Eloquent JSON Contains and WhereIn Logic: Exploring Possible Solutions for Filtering Array Values in JSON Arrays Body: The Laravel framework...

2026-06-29 Stefan Bogdanescu
Laravel Company

DB::statement(); in Laravel (5.5)

Using DB::statement() Safely for Advanced Database Queries in Laravel 5.5 In the world of web development, different technologies are used to solve various...

2026-06-29 Stefan Bogdanescu
Laravel Company

Concatenation with Blade in Laravel

Title: Dynamic Concatenation with Blade in Laravel for Table Column Names Body: When working on a web application using Laravel, you may need to dynamically...

2026-06-29 Stefan Bogdanescu