Skip to content

Installation

Chaski can be installed through composer

bash
composer require yormy/chaski-laravel

Preparing the database

You need to run the migrations

bash
php artisan migrate

Released under the MIT License.