nwrman / laravel-template
An opinionated starter setup for laravel projects
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:template
pkg:composer/nwrman/laravel-template
Requires
- php: ^8.0.2
 - guzzlehttp/guzzle: ^7.2
 - laravel/framework: ^9.2
 - laravel/sanctum: ^2.14.1
 - laravel/tinker: ^2.7
 - thecodingmachine/safe: ^2.1
 
Requires (Dev)
- barryvdh/laravel-ide-helper: ^2.12
 - fakerphp/faker: ^1.9.1
 - fidum/laravel-blueprint-pestphp-addon: ^2.2
 - friendsofphp/php-cs-fixer: ^3.7
 - laravel-shift/blueprint: ^2.3
 - laravel/sail: ^1.0.1
 - mockery/mockery: ^1.4.4
 - nunomaduro/collision: ^6.1
 - nunomaduro/larastan: ^2.0
 - pestphp/pest-plugin-laravel: ^1.2
 - pestphp/pest-plugin-parallel: ^1.0
 - phpunit/phpunit: ^9.5.10
 - spatie/laravel-ignition: ^1.0
 - thecodingmachine/phpstan-safe-rule: ^1.2
 
This package is auto-updated.
Last update: 2025-10-05 08:56:53 UTC
README
Laravel template
This is an opinionated Laravel template that includes the following:
Create a new project with composer:
composer create-project nwrman/laravel-template my-new-project dev-master
After pulling the project dont't forget to update dependencies
composer update
Generate model ide helpers
composer model-helpers 
Lint everything
composer lint
Lint only modified files
composer lint --dirty
Make sure that everything is ok
composer test
Toolset
The created application is configured with the following tools: