https://github.com/dillingham/new-project
https://github.com/dillingham/new-project
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dillingham/new-project
- Owner: dillingham
- Created: 2022-01-25T19:33:35.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-25T19:49:10.000Z (over 4 years ago)
- Last Synced: 2025-03-31T20:13:46.414Z (over 1 year ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# New Project
A simple setup for anyone wanting to setup code standards & testing in new Laravel projects:
```
composer require dillingham/new-project
```
```
php artisan new-project:install
```
- adds project readme
- adds ide-helper
- adds larastan
- adds php mess detector
- adds php cs-fixer
- adds laravel-ray
- adds cypress
- adds laracasts/cypress
- adds eslint
- adds prettier
- adds github action
- adds git pre-commit hooks
- removes dillingham/new-project