Blog

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

Laravel Company

How can I use sentry with laravel 5?

# Mastering Observability: How to Integrate Sentry with Laravel 5 Integrating error tracking and performance monitoring is crucial for maintaining a healthy...

2026-06-29 Stefan Bogdanescu
Laravel Company

Can't start Laravel, I get "Base table or view not found" error

# Can't Start Laravel, I Get "Base table or view not found" Error: A Developer's Guide to Migration Chaos As a senior developer working with Laravel, dealing...

2026-06-29 Stefan Bogdanescu
Laravel Company

Is it possible to pass a variable from a beforeEach/beforeAll function to my tests? (Pest php)

# Is it possible to pass a variable from a `beforeEach`/`beforeAll` function to my tests? (Pest PHP) As developers transitioning testing strategies, you often...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel datatable date format doesn't work

# Fixing the Laravel DataTables Date Formatting Headache: A Developer's Guide Dealing with front-end data display issues, especially when integrating powerful...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel 5.2 Queue and Jobs - Not Pushing to Jobs DB

# Laravel Jobs and Queues: Why Your Scheduled Tasks Run Synchronously Instead of Asynchronously As senior developers working with asynchronous processing in...

2026-06-29 Stefan Bogdanescu
Laravel Company

compact(): Undefined variable: operator

Title: Understanding and Resolving "Undefined variable: operator" Error in compact() Function Introduction: As a senior developer or technical blogger, you may...

2026-06-29 Stefan Bogdanescu
Laravel Company

how to change the Y-axis values from float number to integer in chartjs?

# How to Change Y-Axis Values from Float Number to Integer in Chart.js As developers working with data visualization libraries like Chart.js, we frequently...

2026-06-29 Stefan Bogdanescu
Laravel Company

Display modal from another blade laravel

# Mastering Dynamic Modals in Laravel Blade: Displaying Modals from Other Views As a senior developer working with the Laravel ecosystem, one of the most...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel api routes with auth

# Securing Your Laravel API Routes: Mastering Authentication Middleware Building secure APIs is one of the most critical tasks in modern web development. When...

2026-06-29 Stefan Bogdanescu
Laravel Company

Copy data(text) to Clipboard in Vue(Nuxt js)

# Copy Data to Clipboard in Vue/Nuxt: The Modern and Reliable Way As developers working with modern JavaScript frameworks like Vue and Nuxt.js, interacting...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel Livewire refreshing parent full-page component

# Mastering Inter-Component Communication: Refreshing the Parent in Laravel Livewire As developers building complex interfaces with Laravel Livewire, managing...

2026-06-29 Stefan Bogdanescu
Laravel Company

Server side pagination in KTDatatable (Metronic)

# Mastering Server-Side Pagination in KTDatatable (Metronic): A Developer's Guide As a senior developer, I frequently see developers running into hurdles when...

2026-06-29 Stefan Bogdanescu