ThakurCoder

Tag: Laravel - Page 2

Posts tagged with "Laravel" - Page 2

Docker
Laravel
Server

Building a dockerized laravel application with serversideup image and redis integration

Building a Laravel App Using ServerSideUp Image with Docker Docker provides a powerful way to containerize your Laravel application, making it easier to manage dependencies, environments, and...

July 11, 20245 min read
Best Practices
Laravel

Webhooks in laravel: when sending and receiving messages, make sure both ends are aligned

Ever tried getting two systems to play nice with each other? It’s like trying to get two cats to share a sunbeam—tricky but totally worth it. Webhooks are the digital equivalent of sending a friendly...

July 10, 20244 min read
Database
Laravel
PHP

Supercharging laravel search: transitioning from mysql full-text search to typesense

As web applications grow in complexity and user expectations soar, delivering fast, accurate, and relevant search results becomes critical. Whether you’re building a content-heavy platform, an e-comm...

July 8, 20248 min read
Database
Laravel

Understanding longtext and json in mysql: optimal data storage solutions

Choosing the right data type in MySQL is crucial for optimizing database performance, ensuring efficient storage, and enabling effective data retrieval. This blog provides an in-depth look into vario...

July 5, 20244 min read
Best Practices
Laravel

Understanding laravel casting: a comprehensive guide to array and json casting

When working with Laravel's Eloquent ORM, managing and manipulating model attributes effectively is crucial for building robust applications. Laravel casting provides a powerful way to transform mode...

July 4, 20244 min read
Best Practices
Laravel
PHP

Mastering advanced eloquent in laravel: 10 pro tips for efficient database management

Introduction Eloquent ORM is one of Laravel's most powerful features, simplifying complex database interactions with an elegant syntax. While many developers are familiar with basic CRUD operatio...

June 28, 20245 min read
Best Practices
Laravel
PHP

Leveraging php built-in constants in laravel for enhanced development

Introduction When developing applications in Laravel, leveraging PHP's built-in constants can significantly enhance your workflow. These constants provide quick access to essential values and sys...

June 27, 20244 min read
Laravel
Filament

Creating a custom resume page in filament php: a step-by-step guide

Filament is a robust framework for building beautiful admin panels in Laravel. Customizing Filament allows you to tailor its components to your specific needs, such as creating a custom page. In this...

June 26, 20245 min read
Best Practices
Laravel
PHP

18 laravel bad practices you should avoid for cleaner, faster code

Introduction Laravel is a robust and versatile PHP framework widely favored for building modern web applications. Despite its flexibility and power, many developers—both novice and experienced—fa...

June 22, 20247 min read
Laravel

Importance of logging in applications: levels, handling, and simplification with laravel

In the world of software development, logging is a fundamental aspect that significantly contributes to maintaining, debugging, and monitoring applications. A well-implemented logging system can be t...

June 9, 20244 min read