A php template for blogging/personal websites
Install Php (WAMP), then Laravel, then Composer Enable necessary extensions in php.ini (ext-filesystem) Create a project with laravel
Create App key with artisan Enable SQLite in php.ini Install and enable XDebug Install Vue DevTools in your browser Run npm run dev alongside laravel when debugging
run
php artisan migrate
npm install
npm run build
php artisan serve