- To install dependencies You need to composer installed, after installing composer
composer install
which will install all the dependencies in the composer.json
- To start the Laravel app
php artisan serve
will start the laravel server
Fork The Repo And Clone Your Fork
cd zc_plugin_todogit remote add upstream https://github.com/zurichat/zc_plugin_todo.gitgit pull upstream developcopy and paste your `.env` to your root dircomposer installphp artisan serveVisit localhost:8000 in your browser
git add .git commit -m "commit message"git pull upstream developMake Sure there is no conflict, Make sure you push to develop branch -- Create a develop branch in your local
git push origin developThen Create Your Pull Request
- Also include your issue number in the commit message with a close action e.g "...this commit close #10" which automatically closes the issue with #10 on merge