PHPackages                             angel/carousels - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. angel/carousels

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

angel/carousels
===============

An Angel CMS module for carousels.

0.0.4(11y ago)21651JavaScriptPHP &gt;=5.3.0

Since Aug 28Pushed 11y ago5 watchersCompare

[ Source](https://github.com/jqr108/angel-carousels)[ Packagist](https://packagist.org/packages/angel/carousels)[ RSS](/packages/angel-carousels/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (1)Versions (4)Used By (0)

This is a module for the [Angel CMS](https://github.com/JVMartin/angel).

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

[](#installation)

Add the following requirements to your `composer.json` file:

```
"require": {
    "angel/carousels": "dev-master"
},
```

Issue a `composer update` to install the package.

Add the following service provider to your `providers` array in `app/config/app.php`:

```
'Angel\Carousels\CarouselsServiceProvider'
```

Issue the following command:

```
php artisan migrate --package="angel/carousels"
php artisan asset:publish  angel/carousels
```

Finally, open up your `app/config/packages/angel/core/config.php` and add the module to the `menu` array:

```
'menu' => array(
	'Pages'		=> 'pages',
	'Menus'		=> 'menus',
	'Carousels'	=> 'carousels', //  'users',
	'Settings'	=> 'settings'
),
```

Usage
-----

[](#usage)

```
