Blog

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

Laravel Company

Need to run 'composer update' on ssh on hostgator, but php -v to low

# The SSH Conundrum: Running Composer Updates on Shared Hosting with PHP Version Conflicts ## Need Help : Navigating Environment Restrictions on HostGator...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel 5.8 show CSRF token mismatch when submit ajax POST

# Solving the Laravel CSRF Token Mismatch in AJAX POST Requests As developers working with modern PHP frameworks like Laravel, handling cross-origin requests...

2026-06-29 Stefan Bogdanescu
Laravel Company

how can I use bootstrap instead of tailwind CSS in vue.js welcome component

# How to Use Bootstrap Instead of Tailwind CSS in a Vue.js Welcome Component As developers working within the Laravel ecosystem, we often face the challenge of...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel - Editing a dropdown option in a form

# Mastering Data Modeling: Structuring Real Estate Records with Eloquent As developers, our primary task is transforming raw data into meaningful, persistent...

2026-06-29 Stefan Bogdanescu
Laravel Company

Response.data returning json data as string Laravel 8/Axios

# Decoding the Response: Why JSON Data Appears as a String in Laravel & Axios As developers working with modern PHP frameworks like Laravel, interacting...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to revert back composer update?

Title: Rolling Back Composer Updates: A Comprehensive Guide for Troubleshooting Issues Introduction Composer is an essential dependency manager for PHP...

2026-06-29 Stefan Bogdanescu
Laravel Company

Request header field X-CSRF-TOKEN is not allowed by Access-Control-Allow-Headers

# Decoding CORS Errors: Why X-CSRF-TOKEN Fails in Cross-Origin Requests As developers working with modern JavaScript frameworks like Vue and HTTP clients like...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel: setting a MSSQL timeout

# Laravel: Setting Realistic Timeouts for MSSQL Connections Working with remote database connections, especially those involving SQL Server (MSSQL), often...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to add a random string column to laravel migration

# How to Handle Dynamic Data in Laravel Migrations: Fixing the `str_random` Error As senior developers working with Laravel, we often encounter situations...

2026-06-29 Stefan Bogdanescu
Laravel Company

"Unknown database type json requested, Doctrine\DBAL\Platforms\MySQL57Platform may not support it." while running php artisan migrate command

# Troubleshooting Database Type Errors in Laravel Migrations: Understanding Doctrine and MySQL Limitations As senior developers working with the Laravel...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to use NOT FIND_IN_SET in Laravel 5.1?

# Mastering Negation: How to Use `NOT FIND_IN_SET` in Laravel As developers working with relational databases, we frequently encounter scenarios where data is...

2026-06-29 Stefan Bogdanescu
Laravel Company

Add slug in the URL filament Laravel

# Adding Clean Slugs to URLs in Filament Laravel Applications As developers building feature-rich applications with Laravel and Filament, one of the most...

2026-06-29 Stefan Bogdanescu