Read about upgrades, static analysis, GPT, Symfony and Laravel
Personal Website running on Laravel 11
git clone [email protected]: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!