Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stephenjude/laravel-code-style
Laravel code style rules
https://github.com/stephenjude/laravel-code-style
code code-style laravel
Last synced: 12 days ago
JSON representation
Laravel code style rules
- Host: GitHub
- URL: https://github.com/stephenjude/laravel-code-style
- Owner: stephenjude
- License: mit
- Created: 2022-02-01T09:56:52.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-01T19:32:57.000Z (almost 3 years ago)
- Last Synced: 2024-04-14T02:23:38.112Z (7 months ago)
- Topics: code, code-style, laravel
- Language: PHP
- Homepage: http://stephenjude.me/articles/how-to-fix-laravel-php-code-styles-locally
- Size: 11.7 KB
- Stars: 9
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Laravel Code Style
Laravel code style rules. I published an article that explains how to to do this, check the link below.
## Usage
Create a [`.php-cs-fixer.dist.php`](https://github.com/stephenjude/laravel-code-style/blob/main/.php-cs-fixer.dist.php) file inside your root project directory. The article below explains it in details.### [How To Fix Laravel & PHP Code Styles Locally](http://stephenjude.me/articles/how-to-fix-laravel-php-code-styles-locally)