wwsh/twitter-typeahead

A bundle for integrating Twitter's Typeahead into Symfony projects

Installs: 20

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:JavaScript

Type:project

dev-master 2016-03-22 10:23 UTC

This package is not auto-updated.

Last update: 2024-05-03 17:21:11 UTC


README

Integrate Twitter Typeahead.js easily into Symfony projects.

Usage:

composer require wwsh/twitter-typeahead

Add to AppKernel.php:

new WW\TwitterTypeaheadBundle\TwitterTypeaheadBundle()

Generate assets:

php app/console assets:install --symlink

Enjoy!