Fillakit uses Laravel with Filament as the main framework for web applications, so you need to have a basic understanding of these technologies:
Install Laravel
1 composer global require laravel/installer
Create a new Laravel project
1 laravel new your-project-name --using=akrista/fillakit
Install dependencies
1 cd example-app 2 composer i 3 npm install && npm run build
Run the application
1 php artisan serve
After completing the installation, you can access the application at http://localhost:8000.
No Results Found
Please enter a search term to get started.