Author name: Projects Inventory

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 »

Laravel Image – Image processing

Laravel Image is a package that provides an intuitive interface for image manipulation and processing within your Laravel applications. Built on top of the popular Intervention Image library, it allows you to easily resize, crop, and perform various transformations on images, making it ideal for tasks such as uploading and handling user-generated images.   Installation …

Laravel Image – Image processing Read More »

Laravel Fast Excel – Speed up Excel exports

Laravel Fast Excel is a package that significantly enhances the speed and performance of Excel file exports in Laravel applications. It provides a simple and efficient way to generate Excel files, leveraging the underlying PhpSpreadsheet library while focusing on speed and low memory usage.   Installation You can install the Laravel Fast Excel package using …

Laravel Fast Excel – Speed up Excel exports Read More »

Laravel Stubs – Customize default stubs in Laravel

Laravel Stubs is a package that allows you to customize the default stub files used by Laravel when generating various components, such as controllers, models, migrations, and more. By customizing these stubs, you can tailor the generated code to fit your application’s specific needs and standards.   Installation To install the package, you can use …

Laravel Stubs – Customize default stubs in Laravel Read More »

Laravel Permission Manager – Manage permissions easily

Laravel Permission Manager is a package that simplifies role and permission management in your Laravel application. It allows you to define roles and permissions, assign permissions to roles, and manage user access throughout your application seamlessly.   Installation To install the package, you can use Composer:

  Configuration After installation, publish the configuration file …

Laravel Permission Manager – Manage permissions easily Read More »

Spatie Laravel Http Logger – Log HTTP requests

Spatie Laravel Http Logger is a package that allows you to log HTTP requests and responses in your Laravel application. This can be particularly useful for debugging and monitoring purposes, as it helps you keep track of all incoming and outgoing HTTP requests.   Installation To install the package, you can use Composer:

  …

Spatie Laravel Http Logger – Log HTTP requests Read More »

Scroll to Top