Download the PHP package folklore/laravel-hypernova without Composer
On this page you can find all versions of the php package folklore/laravel-hypernova. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download folklore/laravel-hypernova
More information about folklore/laravel-hypernova
Files in folklore/laravel-hypernova
Package laravel-hypernova
Short Description Laravel PHP package to use Hypernova server-side rendering service.
License MIT
Homepage http://github.com/Folkloreatelier/hypernova-php
Informations about the package laravel-hypernova
Laravel Hypernova
Laravel Hypernova is a package to use the Hypernova server-side rendering service from Airbnb (https://github.com/airbnb/hypernova). It enables you to render Javascript UI views on the server and use it in your Laravel views. The advantage of this technique is that the response will contain the actual HTML of your Javascript views and helps on things like SEO.
Installation
Dependencies:
Installation:
1- Require the package via Composer in your composer.json
.
2- Run Composer to install or update the new requirement.
or
3- Add the service provider to your app/config/app.php
file
4- Add the facade (optional) to your app/config/app.php
file
5- Publish the configuration file and public files
6- Review the configuration file
All versions of laravel-hypernova with dependencies
illuminate/support Version 5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*
wayfair/hypernova-php Version ^1.0
ramsey/uuid Version ^3.5