This is my portfolio website. It uses Twill, which is a CMS package for Laravel. Check it out at svenfinger.digital.
- Install dependencies:
composer install && npm install
- Populate the
.env
file with details such as database credentials - Make sure an application key is set, otherwise create one:
php artisan key:generate
- Set up the database:
php artisan migrate
If you are using macOS, I can recommend to use Laravel Valet with Vite via vite dev
to preview changes to the portfolio locally with ease.
Unauthorized copying, modification, distribution, and use of this software, either in source or binary form, without express permission of the copyright holder, is strictly prohibited.
© 2023-2024 Sven Finger. All rights reserved.