tomasvotruba.com

Read about upgrades, static analysis, GPT, Symfony and Laravel

88
101
PHP

tomasvotruba.com

Personal Website running on Laravel 11


Install & Run

git clone [email protected]:TomasVotruba/tomasvotruba.com.git # use your fork if you want to contribute
cd tomasvotruba.com
composer install
  • Build assets
yarn build

# or to watch files and reload on scss change
yarn dev
  • Run local server
php artisan serve

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

That’s all!