Blog

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

Laravel Company

How to create a new Laravel project in PhpStorm 2018.1?

# How to Create a New Laravel Project in PhpStorm 2018.1 As a senior developer, I often find that the synergy between a powerful IDE like PhpStorm and the...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel 5.2 : Do something after user has logged in?

# Laravel 5.2: Do Something After a User Has Logged In? Mastering Post-Authentication Hooks Welcome to the world of application development! It’s completely...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel NotFoundHttpException

# Decoding Laravel Routing: Why You Get a `NotFoundHttpException` Despite Existing Routes As a senior developer, I’ve seen countless hours spent debugging...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to load view from alternative directory in Laravel 4

# Dynamic View Loading in Laravel 4: Accessing Views from Alternative Directories As developers working with older frameworks like Laravel 4, managing asset...

2026-06-29 Stefan Bogdanescu
Laravel Company

Incorrect table definition; there can be only one auto column and it must be defined as a key

# Fixing Migration Errors: Understanding the "Single Auto Column" Constraint in Database Schema As developers working with Laravel migrations, we frequently...

2026-06-29 Stefan Bogdanescu
Laravel Company

Display Laravel's dd() results without die -> d(), dump() in blade

# Display Laravel's `dump()` Results in Blade: Avoiding the "Array to String Conversion" Error As developers working within the Laravel ecosystem, we...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to delete table in laravel 5?

# How to Delete Tables in Laravel 5: A Developer's Guide Dealing with database operations, especially schema changes and data manipulation, is fundamental to...

2026-06-29 Stefan Bogdanescu
Laravel Company

Run artisan command in laravel 5

Title: Run artisan commands in Laravel 5: A Comprehensive Guide for Developers Body: When working on Laravel 5 applications, you will undoubtedly come across...

2026-06-29 Stefan Bogdanescu
Laravel Company

Cannot read property 'hasAttribute' of null

# Debugging Material Design Bootstrap Errors: Solving 'Cannot read property 'hasAttribute' of null' As a senior developer, I frequently encounter tricky...

2026-06-29 Stefan Bogdanescu
Laravel Company

Data fetching from database using laravel and vuejs

# Mastering Data Fetching: Seamless Integration of Laravel and Vue.js As a senior developer, I frequently encounter scenarios where the data flow between a...

2026-06-29 Stefan Bogdanescu
Laravel Company

how to work with laravel transaction rollback

# Mastering Atomicity: How to Work with Laravel Transaction Rollback As developers working with relational databases, ensuring data integrity across multiple...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel cannot use mysql_real_escape_string()

# Moving Beyond `mysql_real_escape_string()`: The Modern Laravel Approach to Database Safety As developers working within the Laravel ecosystem, we often...

2026-06-29 Stefan Bogdanescu