29.07.2016 Views

laravel-5

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Contribution Guide 40<br />

• Laravel Website²⁶<br />

• Laravel Art²⁷<br />

Core Development Discussion<br />

Discussion regarding bugs, new features, and implementation of existing features takes place in<br />

the #internals channel of the LaraChat²⁸ Slack team. Taylor Otwell, the maintainer of Laravel, is<br />

typically present in the channel on weekdays from 8am-5pm (UTC-06:00 or America/Chicago), and<br />

sporadically present in the channel at other times.<br />

Which Branch?<br />

All bug fixes should be sent to the latest stable branch. Bug fixes should never be sent to the master<br />

branch unless they fix features that exist only in the upcoming release.<br />

Minor features that are fully backwards compatible with the current Laravel release may be sent<br />

to the latest stable branch.<br />

Major new features should always be sent to the master branch, which contains the upcoming<br />

Laravel release.<br />

If you are unsure if your feature qualifies as a major or minor, please ask Taylor Otwell in the<br />

#<strong>laravel</strong>-dev IRC channel (Freenode).<br />

Security Vulnerabilities<br />

If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell at .<br />

All security vulnerabilities will be promptly addressed.<br />

Coding Style<br />

Laravel follows the PSR-2²⁹ coding standard and the PSR-4³⁰ autoloading standard.<br />

²⁶https://github.com/<strong>laravel</strong>/<strong>laravel</strong>.com<br />

²⁷https://github.com/<strong>laravel</strong>/art<br />

²⁸http://larachat.co<br />

²⁹https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md<br />

³⁰https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-4-autoloader.md

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!