School Management Web Application OPENSOURCE
composer
node && yarn
php > 7.1
Step 1. Fork this project
Step 2.
- git clone https://github.com/[your_username]/sekoliko.git
Step 3. Create new branch [optional] (if you want to contribute)
- git checkout -b feature/my-branch
Step 4. Install composer dependencies
- composer install
Step 5. Install node dependencies
- yarn install
Step 6. configure .env
to your own database
Step 7. Update database schema
- bin/console doctrine:schema:update --force
Step 6. Run server
- bin/console server:run
Step 7. Run webpack server for assets
- yarn encore dev --watch
Create your first user by running
php bin/console sekoliko:create:super-admin
Code must be follow symfony coding standard style ,Install this coding standard in your root directory of sekoliko.
git clone git://github.com/djoos/Symfony2-coding-standard.git && composer install -d ./Symfony2-coding-standard
./Symfony2-coding-standard/vendor/bin/phpcs --config-set installed_paths ../../../../Symfony2-coding-standard
Then run this command ALWAYS and fix all errors before your push.
./Symfony2-coding-standard/vendor/bin/phpcs --standard=Symfony --ignore=*/vendor/*,/src/Kernel.php,*/Migrations/* ./src/
Make cool and user friendly design, we have a template named admirator
inside assets directory for theme.
IF YOU HAVE NEW PROPOSAL FUNCTION PLEASE CREATE NEW ISSUES.
Make cool things 😉
Thanks goes to these wonderful people (emoji key):
SylvanoTombo 💻 |
RinaVatosoa 🎨 |
nyantso 💻 |
Fy Kely 💻 🎨 |
Chrys Rakotonimanana 💻 |
Jul 📆 👀 |
Hantsaniala Eléo 🎨 |
Tolotra Raharison 💻 |
Vony Randria 💻 |
rhianmax 💻 |
Henintsoa Harinoro 🌍 |
Mika Andrianarijaona 💻 📖 |
This project follows the all-contributors specification. Contributions of any kind welcome !