artworksit/starter

Website starter scaffolding package for Laravel projects.

Installs: 11

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/artworksit/starter

v0.1.1 2026-01-23 06:22 UTC

This package is auto-updated.

Last update: 2026-01-23 06:26:08 UTC


README

Starter scaffolding package for Laravel websites. It generates routes, controllers, Blade components, and optional modules for SEO, blog, and careers.

Requirements

  • PHP 8.2+
  • Laravel 12 (Illuminate Support ^12.0)

Installation

composer require artworksit/starter

Usage

php artisan starter:install

The installer asks which static pages to create and optionally adds SEO, blog, and careers modules.

Options

  • --force overwrite files generated by Starter
  • --dry-run show what would be generated without writing files
  • --install-deps install required dependencies for optional modules

Typography Tokens

php artisan starter:typography:build

This command generates typography tokens from a CSV file. Use the --csv option to provide a custom path or --scale to adjust the 3xl scaling behavior.

Configuration

Publish the config file to customize package settings.

php artisan vendor:publish --tag=starter-config

Config path: config/starter.php.

License

MIT. See LICENSE.