Blog

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

Laravel Company

Format phone number in Laravel Blade

# Format Phone Numbers in Laravel Blade: A Developer’s Guide Is there a simple way to format a phone string for display in a Laravel Blade template? The short...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to use pre-defined destroy method in laravel

# Mastering Deletion in Laravel: Understanding Pre-defined Destroy Methods I wonder about the best practice way of deleting an object made from a model? I have...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel kreait/laravel-firebase Invalid service account specification

# Laravel Firebase Connection Nightmare: Solving the "Invalid Service Account Specification" Error As developers diving into new ecosystems like Firebase, the...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel php artisan serve logs stored and start artisan serve automatically

# Mastering Laravel Service Management: Logs and Automation for `php artisan serve` As developers working with the Laravel ecosystem, we frequently use the...

2026-06-29 Stefan Bogdanescu
Laravel Company

Send Notification to specific user using onesignal

# Sending Targeted Notifications with OneSignal: Mastering Player ID Management As developers integrating services like OneSignal into complex applications,...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to run Laravel project on normal Apache?

# How to Run Your Laravel Project on Apache: A Deep Dive into Web Server Configuration As developers, we often start our journey with the ease of the local...

2026-06-29 Stefan Bogdanescu
Laravel Company

Change TimeZone dynamically in laravel

# Change TimeZone Dynamically in Laravel: A Developer's Guide Managing timezones dynamically within a web application is a common requirement, especially for...

2026-06-29 Stefan Bogdanescu
Laravel Company

Call to undefined function App\Http\Controllers\array_except() in laravel

# Solving "Call to undefined function": Debugging Custom Functions in Laravel Controllers As senior developers working with the Laravel ecosystem, we often...

2026-06-29 Stefan Bogdanescu
Laravel Company

Extend Request class in Laravel 5

# Extending the Request Class in Laravel 5: A Developer's Guide As a developer diving into the world of Laravel, it’s natural to want to understand the deepest...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to fix: The difference between the request time and the current time is too large

# How to Fix: The "RequestTimeTooSkewed" Error in AWS Operations Dealing with cryptic error messages from cloud providers can be incredibly frustrating. When...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel Controller Subfolder routing

Title: Laravel Controller Subfolder Routing: Keeping Your App Organized While Preserving Functionality Hello fellow developers and Laravel enthusiasts! One of...

2026-06-29 Stefan Bogdanescu
Laravel Company

laravel passing errors to views through controllers

# Passing Validation Errors to Views in Laravel: The Right Way to Handle Feedback As a senior developer working with the Laravel ecosystem, we frequently...

2026-06-29 Stefan Bogdanescu