Based on Symfony 4.0
-
Fork this repository in your branch
-
Clone and run
composer install --prefer-dist -
Configure your database connection in
.env -
import DataBase in
data/dump/ -
All Class Name is in
StudlyCapsand have a prefix asSk -
All method name is in
camelCaseprefix not required -
All html class have a separated with
-exclass="my-class" -
Add a documentation in your code
-
Commit message must with
git commit -m "(action ? add : edit : delete : update) : file edit or your big modification -
Send your PR in develop branch.
-
Add import export data (csv) done on #24
-
Add chart in dashboard
-
Add url security
-
Log activities (logs)
-
Add softdelete
-
Ariary net integrations
To import student data go to /admin/classe/ then click on student list /new student , Import etudiant via csv file , and format your csv like bellow :
| nom | prenom | username | adresse | telephone | date de naissance | sexe | Addition | Pere | Mere | Contact Parentale | |
|---|---|---|---|---|---|---|---|---|---|---|---|
| jul | jul | jul1@jul.com | jul1 | jul | 345475684 | 29/01/95 | M | Passant | Rakoto | Rasoa | 0329473033 |
| jul | jul | jul2@jul.com | jul2 | jul | 345475684 | 29/01/95 | F | Redoublant | Rakoto | Rasoa | 0329473033 |
-
Run
yarn installto install all dependencies. -
Run
npm run watchto watch your changes. -
Todo
- Hot reload feature to improve Developer Experience
- Add tests.
Made for all Malagasy kids !!!