PHPackages                             shovedev/shove-laravel - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. shovedev/shove-laravel

ActiveLibrary[Framework](/categories/framework)

shovedev/shove-laravel
======================

Laravel adapter for Shove.dev

0684PHPCI failing

Since Dec 5Pushed 7mo ago1 watchersCompare

[ Source](https://github.com/shovedev/shove-laravel)[ Packagist](https://packagist.org/packages/shovedev/shove-laravel)[ RSS](/packages/shovedev-shove-laravel/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Shove.dev Laravel Package
=========================

[](#shovedev-laravel-package)

The official Laravel integration for [Shove.dev](https://shove.dev), a cloud message queue service designed for simplicity and productivity. This package provides seamless integration with Laravel's queue system, allowing you to use Shove.dev as a queue driver.

Installation
------------

[](#installation)

Install the package via Composer:

```
composer require shovedev/shove-laravel
```

Configuration
-------------

[](#configuration)

After installation, publish the configuration file:

```
php artisan vendor:publish --tag=shove-config
```

This will create a `config/shove.php` file with the following content:

```
