It's based on Symfony 3 and PHP 7.1.
Soon...
Soon..
Soon..
bin/quality
- runs symfony security check and scss lint for the appbin/server
- to run server locally
-
Clone application as new project with original repository named "symfony-base".
git clone git://github.com/codecraft63/symfony-base.git --origin base [MY-NEW-PROJECT]
-
Create your new repo on GitHub and push master into it. Make sure master branch is tracking origin repo.
git remote add origin [email protected]:[MY-GITHUB-ACCOUNT]/[MY-NEW-PROJECT].git git push -u origin master
-
Run setup script
Soon ...
-
Run test and quality suits to make sure all dependencies are satisfied and applications works correctly before making changes.
Soon...
-
Run app
bin/server
-
Update README
Do not forget to update application
README.md
file with detailed information based on the existing template.# update README.md git commit -am "Update README.md"
Symfony Base is maintained by Ramon Soares.