There is no font package included here, if you want to add icon/s go to https://icons.getbootstrap.com/ then copy the HTML SVG for performance.
Laravel 8 + Inertiajs + vue3
To install:
- composer update
- npm install
- copy .env.example .env <- setup your database and config the .env
- php artisan key:generate
- php artisan migrate
- php artisan db:seed <-this will add user admin@admin.com/12345678
- php artisan storage:link