Blog
Insights, guides, and best practices from the Laravel Company team.
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...
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...
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...
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...
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...
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...
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....
"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...
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...
Laravel Migrations - Dropping columns
Title: Troubleshooting Laravel Migrations for Dropping Columns Body: Laravel provides an efficient way to manage database changes through migrations. However,...
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...
Laravel dynamic config settings
Title: Dynamically Configuring Laravel Application Settings - A Comprehensive Guide Body: Laravel applications can often require flexibility in configuring...