TomasVotruba / tomasvotruba.com

Read about upgrades, static analysis, GPT, Symfony and Laravel
https://tomasvotruba.com
88 stars 101 forks source link
blog php

tomasvotruba.com

Personal Website running on Laravel 11


Install & Run

git clone git@github.com:TomasVotruba/tomasvotruba.com.git # use your fork if you want to contribute
cd tomasvotruba.com
composer install
yarn build

# or to watch files and reload on scss change
yarn dev
php artisan serve

And open http://localhost:8000 in your browser.

That's all!