clickfwd / yoyo-laravel-app

Yoyo demo app for Laravel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yoyo demo app for Laravel

This is a port to Laravel of the framework agnostic Yoyo app

Only 3 new files are added to the Laravel project:

  • app/Providers/YoyoLaravelServiceProvider.php

  • config/yoyo.php

    Here you can adjust Yoyo config settings such as the name of the route used for requests, class namespace for dynamic components and the location for the Yoyo components blade template files

  • public/assets/scripts/yoyo.js

    You can find this file within the Yoyo vendor package

Services providers needed to registered in config/app.php:

/*
* Package Service Providers...
*/
App\Providers\YoyoLaravelServiceProvider::class,
Clickfwd\Yoyo\Blade\YoyoServiceProvider::class, 

About

Yoyo demo app for Laravel

License:MIT License


Languages

Language:PHP 65.5%Language:Blade 19.2%Language:JavaScript 14.5%Language:Shell 0.7%