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
Requires
- php: ^8.2
- illuminate/support: ^12.0
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
--forceoverwrite files generated by Starter--dry-runshow what would be generated without writing files--install-depsinstall 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.