2017 © Pedro Peláez
 

library polyvel

Install Polymer into Laravel application

image

alexisgeneau/polyvel

Install Polymer into Laravel application

  • Tuesday, October 20, 2015
  • by alexisgeneau
  • Repository
  • 2 Watchers
  • 4 Stars
  • 30 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 3 % Grown

The README.md

Polyvel

Installation

Add Polyvel to your composer.json file to require Polyvel :, (*1)

    require : {
        "alexisgeneau/polyvel": "dev-master"
    }

Update Composer :, (*2)

    composer update

The next step is to add the service provider to config/app.php :, (*3)

    Alexisgeneau\Polyvel\PolyvelServiceProvider::class,

Publish

The next step is to publish files in your application with :, (*4)

    php artisan vendor:publish --force

Warning ! This command will replace 'package.json' in your application, but is required to use the package., (*5)

NPM

Next, you have to install npm packages:, (*6)

    npm install

Bower

The last step is to run bower:, (*7)

     bower install

Now, you can use Polymer's elements in your application. You can verify by going at route '/polymer' in your browser., (*8)

The Versions

20/10 2015

dev-master

9999999-dev

Install Polymer into Laravel application

  Sources   Download

MIT

by Alexis Geneau