An open API service indexing awesome lists of open source software.

https://github.com/dillingham/new-project


https://github.com/dillingham/new-project

Last synced: 6 months ago
JSON representation

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