Blog

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

Laravel Company

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...

2026-06-29 Stefan Bogdanescu
Laravel Company

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...

2026-06-29 Stefan Bogdanescu
Laravel Company

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...

2026-06-29 Stefan Bogdanescu
Laravel Company

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...

2026-06-29 Stefan Bogdanescu
Laravel Company

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...

2026-06-29 Stefan Bogdanescu
Laravel Company

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...

2026-06-29 Stefan Bogdanescu
Laravel Company

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...

2026-06-29 Stefan Bogdanescu
Laravel Company

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...

2026-06-29 Stefan Bogdanescu
Laravel Company

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...

2026-06-29 Stefan Bogdanescu
Laravel Company

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...

2026-06-29 Stefan Bogdanescu
Laravel Company

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...

2026-06-29 Stefan Bogdanescu
Laravel Company

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,...

2026-06-29 Stefan Bogdanescu