Skip to content

berezuev/thephpleague.github.io

 
 

Repository files navigation

thephpleague.com

This is the source for thephpleague.com. It is automatically compiled by Jekyll every time a pull request is merged.

(The source code for individual League projects can be found in their respective repositories in the gh-pages branch.)

Contributing

  1. If you notice something missing, please open an issue on GitHub.

  2. If you'd like to fix it yourself, simply edit the file on GitHub and open a pull request. The site will be recompiled as soon as your pull request is merged.

  3. If you'd like to test things out locally, you'll need to install Jekyll and a markdown engine:

    gem install bundler
    bundle install

    Then compile!

    bundle exec jekyll serve

    ... and open http://localhost:4000 in your browser to check it out!

About

The League of Extraordinary Packages website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 63.6%
  • HTML 35.4%
  • Other 1.0%