Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/agdholo/watermelon


https://github.com/agdholo/watermelon

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Laravel Prettier Starter

## Prettier

Ref:

- https://github.com/prettier/plugin-php

## Install

1. `git clone https://github.com/AGDholo/laravel-prettier-starter.git`
2. `composer install`
3. `yarn`

## Usage

### Use prittier

$ `yarn prittier`

## VSCODE

Ref:

- https://github.com/prettier/prettier-vscode

### Setting with VSCODE

```bash
# settings.json
"editor.defaultFormatter": "esbenp.prettier-vscode",
"[javascript, json, typescript, php]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true
},
```

## Final

Enjoy!