PHPackages                             solidworx/vuetify-bundle - 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. solidworx/vuetify-bundle

AbandonedArchivedSymfony-bundle[Utility &amp; Helpers](/categories/utility)

solidworx/vuetify-bundle
========================

Add support for Vuetify in Symfony

91.3k3[5 issues](https://github.com/SolidWorx/VuetifyBundle/issues)[2 PRs](https://github.com/SolidWorx/VuetifyBundle/pulls)PHP

Since Oct 11Pushed 5y ago1 watchersCompare

[ Source](https://github.com/SolidWorx/VuetifyBundle)[ Packagist](https://packagist.org/packages/solidworx/vuetify-bundle)[ RSS](/packages/solidworx-vuetify-bundle/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (3)Used By (0)

VuetifyBundle
=============

[](#vuetifybundle)

VuetifyBundle adds support for various [VuetifyJS](https://vuetifyjs.com) components in Symfony

**Note:** This bundle does NOT add the VuetifyJS library to your project. Vuetify should already be included in your project, and a basic Vue instance should be instantiated. See the [quick start guide](https://vuetifyjs.com/en/getting-started/quick-start) of Vuetify to get started, or follow the [Adding Vuetify](#adding-vuetify) instructions.

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

[](#installation)

You can install the bundle using [Composer](https://getcomposer.org/):

```
$ composer require solidworx/vuetify-bundle
```

After the process has completed, you need to enable the bundle:

```
