Installation

Prerequisites

Fillakit uses Laravel with Filament as the main framework for web applications, so you need to have a basic understanding of these technologies:

1

Install Laravel

1        composer global require laravel/installer
2

Create a new Laravel project

1        laravel new your-project-name --using=akrista/fillakit
3

Install dependencies

1        cd example-app
2        composer i
3        npm install && npm run build

Run the application

1        php artisan serve

Powered by Converge