Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/agdholo/watermelon
https://github.com/agdholo/watermelon
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/agdholo/watermelon
- Owner: AGDholo
- Created: 2020-11-28T04:14:50.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T16:44:44.000Z (about 2 years ago)
- Last Synced: 2023-03-05T06:25:07.270Z (almost 2 years ago)
- Language: PHP
- Size: 862 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
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!