Skip to content

How to install Larasap package

Ali Hesari edited this page Jan 9, 2018 · 3 revisions

To install Larasap package you should do two-step:

Step 1: Download and install the package via composer:

composer require toolkito/larasap

Step 2: Run the command below to publish the package config file in config\larasap.php

php artisan vendor:publish — tag=larasap

Clone this wiki locally