Blog

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

Laravel Company

How to check the MySQL JSON column is not contains the value in laravel?

# Mastering Negation in MySQL JSON Queries: How to Check for Absence in Laravel As developers working with NoSQL-like data structures within a relational...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel Passport use Different Model

# Mastering Custom Models in Laravel Passport: Using Different Eloquent Models for Authentication Guards As a senior developer working with the Laravel...

2026-06-29 Stefan Bogdanescu
Laravel Company

Submit Laravel form using JavaScript

# Submit Laravel Forms using JavaScript: Achieving Seamless AJAX Submissions As developers working with modern frameworks like Laravel and Blade, we often...

2026-06-29 Stefan Bogdanescu
Laravel Company

laravel- how to generate pdf for invoice and purchase order?

# Laravel: How to Generate Professional PDF Invoices and Purchase Orders As a senior developer working within the Laravel ecosystem, you often face the...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel: How to get single pivot row by key id

# Laravel: How to Get a Single Pivot Row by Key ID Efficiently When dealing with many-to-many relationships in Eloquent, accessing the intermediate pivot table...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel Eloquent: Accessing properties and Dynamic Table Names

# Mastering Dynamic Models in Laravel Eloquent: Static State vs. Instance Context As senior developers working with complex data structures in Laravel, we...

2026-06-29 Stefan Bogdanescu
Laravel Company

Creating laravel service class

Title: Utilizing Laravel Service Classes with Uptime Monitoring APIs Creating a service class in Laravel is an excellent way to organize your code and make it...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel How to update one to one relationships?

# Mastering One-to-One Relationships in Laravel: A Deep Dive into Eloquent Updates As a senior developer, I often see beginners grappling with how to manage...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to increase the maximum size of a cookie?

# Beyond the Limit: How to Handle Large Data When Using HTTP Cookies As developers working with web applications, we often encounter limitations imposed by the...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to use datetimepicker in Laravel using laravelcollective

# How to Implement a Real Date/Time Picker in Laravel using Laravel Collective Good day to all developers! As we build dynamic applications with Laravel, one...

2026-06-29 Stefan Bogdanescu
Laravel Company

Use REPLACE() function with laravel Database: Query Builder

# Mastering String Manipulation in Laravel Query Builder: Using `REPLACE()` with `DB::raw()` As senior developers working with the Laravel ecosystem, we...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to create new empty database with Laravel over Model

# The Right Way to Start: Creating Databases in Laravel Without Bypassing Artisan As a senior developer working with the Laravel ecosystem, I often encounter...

2026-06-29 Stefan Bogdanescu