lukeraymonddowning / laravel-template
An opinionated setup of the Laravel Framework.
Installs: 106
Dependents: 0
Suggesters: 0
Security: 0
Stars: 59
Watchers: 1
Forks: 5
Open Issues: 1
Type:project
Requires
- php: ^8.2
- guzzlehttp/guzzle: ^7.5
- laravel/framework: ^10.0
- laravel/sanctum: ^3.2
- laravel/tinker: ^2.8
- thecodingmachine/safe: ^2.4
Requires (Dev)
- fakerphp/faker: ^1.9.1
- laravel/pint: ^1.4
- laravel/sail: ^1.18
- mockery/mockery: ^1.5.1
- nunomaduro/collision: ^6.1
- nunomaduro/larastan: ^2.4
- pestphp/pest: ^1.20
- pestphp/pest-plugin-parallel: ^1.2
- spatie/laravel-ignition: ^2.0
- thecodingmachine/phpstan-safe-rule: ^1.2
README
This is a template I use when starting a new Laravel project. It is opinionated and uses the conventions I prefer to work with day-in, day-out.
Installation
You can create a new project via composer:
composer create-project lukeraymonddowning/laravel-template
Toolset
The created application is configured with the following tools: