Skip to content

Install

Jason Huebel edited this page Jun 25, 2019 · 7 revisions

Installation

How to

    composer install
    php artisan migrate --seed
    php artisan key:generate

You can now very easily insert dummy data into the CRM. For more info look at Insertion of dummy data

Clone this wiki locally