Blog
Insights, guides, and best practices from the Laravel Company team.
How to show percentage (%) in chart js
# How to Display Percentages (%) Accurately in Chart.js: A Deep Dive As a senior developer working with modern stacks like Vue.js and Laravel, you frequently...
Laravel 9 email verification Invalid Signature
# Laravel 9 Email Verification: Decoding the "Invalid Signature" Error Dealing with cryptic errors like "Invalid Signature," especially when dealing with...
Timestamps are not updating while attaching data in pivot table
# Fixing the Mystery: Why Pivot Table Timestamps Fail During Data Attachment in Laravel As a senior developer working with Eloquent relationships, I frequently...
Laravel migrations change a column type from varchar to longText
Title: Efficiently Changing Column Types from Varchar to LongText Using Laravel Migrations Body: Changing column types in your database can be a necessary...
How to properly install package in Laravel?
# How to Properly Install Packages in Laravel: Avoiding Collaboration Nightmares As senior developers working within the Laravel ecosystem, we often encounter...
Laravel - How to get current user in AppServiceProvider
# Laravel: How to Get the Current User in AppServiceProvider (And Where You *Should* Be Getting It) As a senior developer working with Laravel, you often run...
How to hide .env passwords in Laravel whoops output?
# How to Hide .env Passwords in Laravel Whoops Output As developers, we often operate in environments where security and debugging coexist. We need the freedom...
How to add an alert on Laravel 5?
# How to Add a Success Alert After Deleting Data in Laravel As developers, we often deal with operations where success or failure needs to be communicated...
Correctly redirect to another page with inertia?
# Correctly Redirecting with Inertia: Fixing Navigation Issues in Your Vue Application As a senior developer working with the Laravel and Inertia stack, you...
Laravel naming convention for blade files
# Laravel Naming Conventions for Blade Files: Finding the Right Balance Naming conventions are the bedrock of maintainable code, and while Laravel provides...
JETSTREAM "Unable to locate file in Vite manifest: resources/css/app.css." ERROR
# Solving the Jetstream Build Error: "Unable to locate file in Vite manifest: resources/css/app.css." Welcome to the world of Laravel and Jetstream! Setting up...
Laravel cookie session lifetime
# Mastering Session and Token Lifetime in Laravel: A Deep Dive for OAuth2 Clients As developers building applications that integrate with external services,...