The Laravel Coding Standards
*.php
*.php
app
config
public
resources
routes
tests
*/database/*
*/cache/*
*/*.js
*/*.css
*/*.xml
*/*.blade.php
*/autoload.php
*/storage/*
*/docs/*
*/vendor/*
*/migrations/*
*/config/*
*/public/index.php
*/Middleware/*
*/Console/Kernel.php
*/Exceptions/Handler.php
*/Http/Kernel.php
*/Providers/*