Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/omrani-mahmoud/gestion-d-assurance-automobile-symfony
Full web app of auto insurance management using Symfony 3.4
https://github.com/omrani-mahmoud/gestion-d-assurance-automobile-symfony
bootstrap fosuserbundle gestion-assurance symfony symfony3
Last synced: about 1 month ago
JSON representation
Full web app of auto insurance management using Symfony 3.4
- Host: GitHub
- URL: https://github.com/omrani-mahmoud/gestion-d-assurance-automobile-symfony
- Owner: Omrani-Mahmoud
- License: mit
- Created: 2019-10-02T13:19:40.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-30T12:17:39.000Z (over 4 years ago)
- Last Synced: 2024-10-13T06:04:30.917Z (about 1 month ago)
- Topics: bootstrap, fosuserbundle, gestion-assurance, symfony, symfony3
- Language: JavaScript
- Homepage:
- Size: 16.6 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
First commands
========================
1) Clone the repo (first time): git clone https://gitlab.com/exception-overflow/symfony.git
2) git checkout developmentBasic commands
========================
After making changes
1) git add .
2) git commit -m "Your message"
3) git pull <------------ very important
4) git pushInstall Packages
========================
c install (to do on the first pull)Ignore files (for vendor/*)
========================
git rm --cached FILENAME