Example for package: kanata-php/forklift
This example uses SQLite, for that, you'll need the extension installed on your OS.
Step 1
Clone project:
git clone https://github.com/kanata-php/forklift-example.git forklift-example
Step 2
Change to the new directory and install dependencies:
cd forklift-example
composer install
Step 3
Run sample migration and seeders:
php artisan migrate:fresh --seed
Step 4
Serve app and use it in the browser:
php artisan serve