PHPackages                             artworksit/starter - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. artworksit/starter

ActiveLibrary[Framework](/categories/framework)

artworksit/starter
==================

Website starter scaffolding package for Laravel projects.

0.1.4(3mo ago)253↓50%MITPHPPHP ^8.2

Since Jan 22Pushed 2mo agoCompare

[ Source](https://github.com/ArtWorksIT/starter)[ Packagist](https://packagist.org/packages/artworksit/starter)[ Docs](https://github.com/ArtWorksIT/starter)[ RSS](/packages/artworksit-starter/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (2)Versions (8)Used By (0)

ArtWorksIT Starter
==================

[](#artworksit-starter)

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

Requirements
------------

[](#requirements)

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

Installation
------------

[](#installation)

```
composer require artworksit/starter --dev
```

This package is intended for scaffolding during development and does not need to be installed in production.

Usage
-----

[](#usage)

```
php artisan starter:install
```

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

### SEO scaffolding

[](#seo-scaffolding)

When SEO is installed, Starter now scaffolds a class-based SEO component and reusable concerns:

- `App\View\Components\Seo` prepares SEO data for rendering
- `resources/views/components/seo.blade.php` remains presentational
- `App\Models\Concerns\HasSeoMorph` centralizes model SEO URL sync logic
- `App\Filament\Resources\Concerns\HasSeoFormFields` centralizes SEO form fields
- `App\Filament\Resources\Concerns\HandlesSeoFormData` centralizes SEO page data handling

SEO tags are rendered through `` as the single source of truth.

### Options

[](#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
-----------------

[](#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.

OG Images
---------

[](#og-images)

```
php artisan starter:og-generate
```

This command generates OG images in batch mode from a CSV file. If the CSV does not exist, it will be created from the Starter manifest.

### CSV format

[](#csv-format)

```
slug,header,subtext,input,output
home,Home,,public/assets/og/default.png,public/og

```

- `slug` becomes the output filename: `{output}/{slug}.png`
- `input` is the source image; if missing, `public/assets/og/default.png` is used (auto-copied from the package default if needed)
- `output` is a folder path

### Options

[](#options-1)

- `--csv` path to the CSV (default `resources/og.csv`)
- `--force` overwrite existing images
- `--strict` fail on invalid rows or missing fonts
- `--heading-*` and `--subtext-*` override font settings (size, color, position, alignment)

Sitemap
-------

[](#sitemap)

```
php artisan starter:sitemap:generate
```

This command generates an application command stub at `app/Console/Commands/GenerateSitemapCommand.php`.

Then run:

```
php artisan sitemap:generate
```

The generated command creates `sitemap.xml` by browsing application routes. It asks for your domain and defaults to `APP_URL`.

### Route handling

[](#route-handling)

- Home route `/` uses priority `1.0`
- Static routes use priority `0.8`
- Slug routes use priority `0.6`
- Other dynamic placeholder routes use priority `0.4`
- Filament routes are excluded

### Options

[](#options-2)

- `starter:sitemap:generate --force` overwrite existing generated command stub
- `sitemap:generate --domain` domain used in generated URLs (if omitted, command prompts with default from `APP_URL`)
- `sitemap:generate --output` output file path (default `public/sitemap.xml`)
- `sitemap:generate --force` overwrite existing sitemap file

Configuration
-------------

[](#configuration)

Publish the config file to customize package settings.

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

Config path: `config/starter.php`.

License
-------

[](#license)

MIT. See `LICENSE`.

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance83

Actively maintained with recent releases

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 83.3% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~4 days

Total

5

Last Release

97d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a12f4e90ce8b01469fd0c9be046a131912e412d8c364bc08d4e9329b2039b5a5?d=identicon)[ashwind192](/maintainers/ashwind192)

---

Top Contributors

[![ashwind-19](https://avatars.githubusercontent.com/u/19575985?v=4)](https://github.com/ashwind-19 "ashwind-19 (10 commits)")[![vinayakdev](https://avatars.githubusercontent.com/u/24803671?v=4)](https://github.com/vinayakdev "vinayakdev (2 commits)")

---

Tags

laravelscaffoldwebsitestarterartworksit

### Embed Badge

![Health badge](/badges/artworksit-starter/health.svg)

```
[![Health](https://phpackages.com/badges/artworksit-starter/health.svg)](https://phpackages.com/packages/artworksit-starter)
```

###  Alternatives

[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.1k84.2M225](/packages/laravel-horizon)[laravel/jetstream

Tailwind scaffolding for the Laravel framework.

4.1k19.8M136](/packages/laravel-jetstream)[internachi/modular

Modularize your Laravel apps

1.1k662.4k8](/packages/internachi-modular)[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)[kompo/kompo

Laravel &amp; Vue.js FullStack Components for Rapid Application Development

11812.4k21](/packages/kompo-kompo)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
