Beginner

Portfolio Website

Personal site to showcase skills and projects.

HTMLCSSBootstrap

What this project is

Personal site to showcase skills and projects.

This pack is a complete starter you can run locally, study, and extend. The public page lists the stack, screenshots, and a YouTube walkthrough. After payment you download the zip and follow How to run.

How to run it

Unzip the download, copy .env.example to .env, then:

composer install
php artisan key:generate
php artisan migrate --seed
php artisan serve

Open http://127.0.0.1:8000. Default database is SQLite unless you point .env at MySQL.