Blog

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

Laravel Company

How to install Composer on a Mac?

Title: Mastering Composer Installation on Your Mac for Smooth Laravel Development Introduction: Composer is an essential tool in the world of PHP development,...

2026-06-29 Stefan Bogdanescu
Laravel Company

What is the need for env and env.example files in Laravel?

Title: The Importance of .env and .env.example Files in Laravel Application Development Body: As a new or aspiring Laravel developer, you must understand the...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel generate slug before save

Title: Laravel generate slug before save - A Comprehensive Guide Body: Im trying to learn laravel 5 with help of this wonderful website. For my activity model,...

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

Insert array values into database in laravel

Title: Inserting Array Values into a Database in Laravel - A Comprehensive Guide Body: Inserting array values into a database can sometimes be challenging for...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel 11 - This password does not use the Bcrypt algorithm

Title: Understanding Laravel's Password Hashing Algorithm with Bcrypt (Laravel 11) Body: Laravel is a popular PHP framework that includes powerful features for...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel 5.5 ajax call 419 (unknown status)

Title: Understanding and Resolving Laravel 5.5 Ajax Call Issues with Unknown Status (419) Introduction: In this comprehensive guide, we'll explore the causes...

2026-06-29 Stefan Bogdanescu
Laravel Company

Find or Create with Eloquent

Title: Simplifying Model Creation and Retrieval with Find or Create in Laravel Eloquent Introduction: As a Laravel developer, you might have experienced the...

2026-06-29 Stefan Bogdanescu
Laravel Company

Whats the point of running Laravel with the command 'php artisan serve'?

Title: Clarifying the Purpose of Running Laravel with 'php artisan serve' Body: Understanding the Rationale Behind Running Laravel Applications with 'php...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel excel maatwebsite 3.1 import, date column in excel cell returns as unknown format number. How to solve this?

Title: Addressing Unknown Number Format Issue with Date Columns in Laravel Excel Maatwebsite v3.1 Import Body: By using Maatwebsite/Laravel-Excel version 3.1...

2026-06-29 Stefan Bogdanescu
Laravel Company

How do you get the HTTP host with Laravel 5

Title: Retrieving the HTTP Hostname with Laravel 5 - A Comprehensive Guide In a modern web application that takes advantage of Laravel's powerful features, it...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel (Carbon) display date difference only in days

Title: Effortlessly Display Date Differences in Days Using Laravel (Carbon) Introduction: As a developer working with date manipulations in your applications,...

2026-06-29 Stefan Bogdanescu