Blog

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

Laravel Company

Using JavaScript to display Laravel's Variable

Title: Efficiently Display Laravel Variables using JavaScript Body: In this blog post, we will discuss how to efficiently display Laravel variables in your...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to add private github repository as Composer dependency

Title: Effortlessly Add Private Github Repository as Composer Dependency Introduction GitHub is an invaluable resource for software developers worldwide. It...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel maatwebsite/excel composer install error in mac

Resolving Laravel maatwebsite/excel Composer Install Errors in Mac When installing the maatwebsite/excel package via composer for macOS, it is not uncommon to...

2026-06-29 Stefan Bogdanescu
Laravel Company

Send object with axios get request

Title: Sending Objects with Axios Get Requests: A Comprehensive Guide Introduction: In the world of web development, APIs and data exchange play an essential...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel Eloquent - How to query NOT LIKE?

Title: Laravel Eloquent - How to Query NOT LIKE? Body: In this comprehensive blog post, we will explore how to find something that is not like a certain string...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to change From Name in Laravel Mail Notification

Title: Simple Guide to Modifying the Sender Name in Laravel Mail Notifications Introduction: Personalized email experiences are essential for effective...

2026-06-29 Stefan Bogdanescu
Laravel Company

Authenticator LOGIN returned Expected response code 235 but got code "535", with message "535 Incorrect authentication data "

Title: Troubleshooting Incorrect Authentication Data Errors During SMTP Email Sending in Laravel Applications Body: Hi i am trying to send emails in laravel....

2026-06-29 Stefan Bogdanescu
Laravel Company

"No such file or directory" or "No such host is known" when running migrations

Title: "Understanding and Resolving 'No such file or directory' or 'No such host is known' Errors During Migration" In this comprehensive blog post, we will...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel Carbon, retrieve today's date with weekday?

Title: Utilizing Laravel Carbon for Advanced Date Comparison and Weekday Search Body: Introduction One of the most useful features in Laravel is the DateTime...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel Migrations - Dropping columns

Title: Troubleshooting Laravel Migrations for Dropping Columns Body: Laravel provides an efficient way to manage database changes through migrations. However,...

2026-06-29 Stefan Bogdanescu
Laravel Company

Passing parameter to controller from route in laravel

Title: Passing Parameter to Controller from Route in Laravel - A Comprehensive Guide Body: In this comprehensive guide, we will discuss how to pass parameters...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel dynamic config settings

Title: Dynamically Configuring Laravel Application Settings - A Comprehensive Guide Body: Laravel applications can often require flexibility in configuring...

2026-06-29 Stefan Bogdanescu