Laravel Queue Monitor – Monitor Laravel job queues

Laravel Queue Monitor is a package that allows you to monitor and track the performance and execution of your Laravel job queues. It helps you visualize the status, success rate, and failure rate of your queued jobs, making it easier to manage background tasks and improve the overall performance of your application. Key Features Job …

Laravel Queue Monitor – Monitor Laravel job queues Read More »

Spatie Laravel Medialibrary Pro – Enhanced media management

Spatie Laravel Medialibrary Pro is a powerful package that enhances media management in Laravel applications. It allows you to easily associate files with Eloquent models and provides a range of features for handling media files, including image manipulation, file conversions, and responsive images. Key Features File Associations: Easily associate media files with Eloquent models. Image …

Spatie Laravel Medialibrary Pro – Enhanced media management Read More »

Laravel UUID – UUID generation for models

Laravel UUID is a package that allows you to use universally unique identifiers (UUIDs) as primary keys for your Eloquent models instead of the default auto-incrementing integer IDs. UUIDs provide a way to create unique identifiers that are less predictable and can be generated independently of the database. Key Features Globally Unique: UUIDs ensure uniqueness …

Laravel UUID – UUID generation for models Read More »

Laravel Repository – Repository pattern for Laravel

Laravel Repository is a design pattern that abstracts the data layer of your application, making it easier to manage and test your code. By using repositories, you can centralize your data access logic, improve code maintainability, and simplify unit testing. Key Features Separation of Concerns: Keeps your data access logic separate from your application logic. …

Laravel Repository – Repository pattern for Laravel Read More »

Laravel Hashids – Generate short unique hashes

Laravel Hashids is a package that provides a simple way to encode and decode unique identifiers into short, human-readable hashes. It’s particularly useful for obscuring numeric IDs, making them less predictable and improving the overall security of your application. Key Features Obfuscation: Convert numeric IDs into short, unique hashes to enhance security. Customizable: Allows customization …

Laravel Hashids – Generate short unique hashes Read More »

Laravel Country State City – Dropdowns for country, state, and city

Laravel Country State City is a package that provides an easy way to create dropdowns for selecting countries, states, and cities in your Laravel applications. This is particularly useful for forms where location selection is required, and it simplifies the process of populating these dropdowns with the relevant data. Key Features Easy Integration: Simple setup …

Laravel Country State City – Dropdowns for country, state, and city Read More »

Laravel GeoIP – Determine visitor’s geographic location

Laravel GeoIP is a package that allows you to determine the geographic location of your application’s visitors based on their IP addresses. This can be useful for various purposes, such as personalizing content, analyzing user behavior, or implementing location-based features.   Key Features IP Geolocation: Easily retrieve geographic information about visitors, including country, city, latitude, …

Laravel GeoIP – Determine visitor’s geographic location Read More »

Laravel Likeable – Like/dislike functionality

Laravel Likeable is a package designed to add like and dislike functionality to your Laravel applications. It allows users to easily express their opinions on content (such as posts, comments, or any other models) by liking or disliking them, enhancing user engagement on your platform. Key Features Easy Integration: Simple setup to add like/dislike functionality …

Laravel Likeable – Like/dislike functionality Read More »

Laravel Envoy Tasks – Task automation

Laravel Envoy is a task automation tool that simplifies deployment and task execution in Laravel applications. It allows you to define and run tasks using a simple syntax, making it easy to automate repetitive tasks such as deployments, running tests, and managing server processes. Key Features Task Automation: Define and automate repetitive tasks using a …

Laravel Envoy Tasks – Task automation Read More »

Laravel Jetstream Inertia – Jetstream’s Inertia.js integration

Laravel Jetstream Inertia is a powerful integration that allows you to build modern single-page applications (SPAs) using Laravel as the backend and Inertia.js as the frontend framework. Inertia.js provides a simple way to create SPAs while leveraging existing server-side frameworks, enabling developers to build dynamic applications without the complexity of a traditional frontend framework like …

Laravel Jetstream Inertia – Jetstream’s Inertia.js integration Read More »

Scroll to Top