Download the PHP package basalam/laravel-kendo-ui without Composer
On this page you can find all versions of the php package basalam/laravel-kendo-ui. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-kendo-ui
Laravel Package
this repo is not maintained anymore
This package provides you with a simple tool to set up Kendo UI into your project
Installation
require
composer require basalam/laravel-kendo-ui
In project composer.json
After that from application directory in terminal: php composer.phar update
When package downloaded, add the service provider in config/app.php
at the end of "providers" array:
'Kendo\KendoUIServiceProvider',
And as last run command in terminal to copy assets from package into "public" directory:
php artisan vendor:publish --tag=public --force
Usage
Basic css:
Basic js:
PHP usage example (Chart):
All versions of laravel-kendo-ui with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
The package basalam/laravel-kendo-ui contains the following files
Loading the files please wait ....