Download the PHP package seramity/pleebo without Composer
On this page you can find all versions of the php package seramity/pleebo. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package pleebo
Pleebo
Social Q&A made simple
Pleebo is a Q&A (questions and answers) platform that allows you to interact with your friends. With Pleebo, you can ask anyone questions and get to know them better.
Installation
- Create a new project:
composer create-project seramity/Pleebo PATH -s alpha
- Add credentials in .env
- Install database:
./vendor/bin/phinx migrate
Contributing
If you would like to contribute to Pleebo's development, we would appreciate anything from simple bug fixes to implementing new features. We'll be glad to work with whatever that is proposed to us if appropriate.
Bug Fixes
If you would like to report a bug in Pleebo, please create a new issue (if the issue doesn't already exist) and clearly explain the following:
- Description of the bug
- How and where it happens
- How to reproduce the bug
- If applicable, which platforms does it appears on (browser and/or operating system)
Pull Requests
To get started on submitting a new feature, please do the following:
- Fork the repo
- Create a new branch:
git checkout -b feature-FEATURENAME
(Please use the conventional feature branch names when submitting a feature) - Commit changes:
git commit -am "COMMIT MESSAGE"
- Push your changes:
git push origin feature-FEATURENAME
- Create pull request
TODO
Pleebo's development can be followed at our official Trello board.
All versions of pleebo with dependencies
slim/slim Version ^3.0
slim/twig-view Version ^2.2
illuminate/database Version ^5.4
respect/validation Version ^1.1
slim/csrf Version ^0.8.1
slim/flash Version ^0.2.0
ircmaxell/random-lib Version ^1.2
vlucas/phpdotenv Version ^2.4
illuminate/pagination Version ^5.4
robmorgan/phinx Version 0.7.2
coldume/imagecraft Version ~1.0
swiftmailer/swiftmailer Version ^6.0
symfony/var-dumper Version ^3.3