Spatie Laravel Event Sourcing – Event sourcing implementation

Spatie Laravel Event Sourcing is a powerful package that enables event sourcing in your Laravel applications. Event sourcing is a design pattern that stores the state of an application as a sequence of events, rather than as a current state snapshot. This approach can improve scalability, maintainability, and provide a clear audit trail of how …

Spatie Laravel Event Sourcing – Event sourcing implementation Read More »

Laravel Turbo – Full-stack framework for building modern web apps

Laravel Turbo is a powerful framework designed to enhance the development of modern web applications. It focuses on creating responsive, interactive applications with minimal effort by combining server-side rendering with client-side interactivity. This approach allows developers to build full-stack applications more efficiently, leveraging the strengths of both backend and frontend technologies. Key Features Speed and …

Laravel Turbo – Full-stack framework for building modern web apps Read More »

Laravel Settings – Store and retrieve settings

Laravel Settings is a package that allows you to easily store and retrieve application settings in your Laravel application. This is particularly useful for managing configurable parameters such as site settings, application configurations, and any other settings that need to be easily accessible throughout your application.   Key Features Simple Storage and Retrieval: Store settings …

Laravel Settings – Store and retrieve settings Read More »

Laravel API Response – Standardize API responses

Laravel API Response is a package designed to help you standardize your API responses in Laravel applications. By providing a consistent format for your API responses, it improves the usability of your API and simplifies error handling and debugging.   Key Features Standardized Format: Automatically formats responses to a consistent structure. Customizable Response Structure: Allows …

Laravel API Response – Standardize API responses Read More »

Laravel Ban – Ban/unban users from your application

Laravel Ban is a package that allows you to easily ban and unban users in your Laravel application. This can be particularly useful for applications where you need to manage user access and enforce rules, such as forums, social media platforms, or any other application that requires user moderation.   Key Features User Banning: Easily …

Laravel Ban – Ban/unban users from your application Read More »

Laravel Blade SVG – Use SVGs in Blade templates

Laravel Blade SVG is a package that enables you to easily include and manipulate SVG files directly within your Blade templates. This package simplifies the process of using SVG images in your Laravel applications by providing a clean and expressive API.   Key Features Simplified SVG Inclusion: Load SVG files directly in your Blade views …

Laravel Blade SVG – Use SVGs in Blade templates Read More »

Laravel Forge API – Manage servers through the Forge API

Laravel Forge API is a powerful tool that allows you to manage your servers and applications through a RESTful API provided by Laravel Forge. Laravel Forge is a server management and deployment service for PHP applications that simplifies the process of provisioning and managing web servers. With the Forge API, developers can automate and manage …

Laravel Forge API – Manage servers through the Forge API Read More »

Spatie Laravel Backup Server – Centralize backups for Laravel apps

Spatie Laravel Backup Server is a powerful package designed to centralize and manage backups for multiple Laravel applications. It helps streamline the backup process, allowing you to maintain a consistent backup strategy across various projects by storing backups in a centralized location.   Key Features Centralized Management: Manage backups from multiple Laravel applications in one …

Spatie Laravel Backup Server – Centralize backups for Laravel apps Read More »

Scroll to Top