The base website

Generic Laravel starter. Themes and systems are on their own pages.

Website Start Kit
  • Website Starter, Auth, Cookie Consent, and Newsletter. Free. One path to a site you can edit in the browser.

    1. Order this kit and download the four ZIPs from the Client Area.
    2. Unzip Website Starter into the site folder so app/ and public/ appear. Copy .env.example to .env, set APP_URL, then php artisan key:generate and php artisan migrate. storage/ and bootstrap/cache must be writable.
    3. Unzip Auth, Cookie Consent, and Newsletter on top of it. No .env.
    4. Open /setup and create the first account. It becomes the owner and opens /site.
    5. In /site change the name, photos, texts, and which pages are on.

    Guide: After purchase — the first hour. Live preview: test.hubsitefactory.com

    The four ZIPs you need after purchase

Website Starter
  • generate and php artisan migrate.
  • Edit texts in content/*.json. An empty field hides that block.
  • Theme switch: theme.json{"theme":"default"} until you add a theme ZIP.
  • Live preview: test.hubsitefactory.com

    A generic Laravel 12 website. No niche and no shop. Use it as the base, then unzip theme and add-on ZIPs beside it.

    1. Order the package (free) and download website-starter.zip from the Client Area.
    2. Unzip into the site root (same level as app/ and public/). The ZIP has no .env.
    3. Copy .env.example to .env, then run php artisan key