carloanrefunds.co.uk
- Laravel v8.X
- Bootstrap v4.5.6
- PHP >= ^7.3|^8.0,
- PHP Extension BCMath
- PHP Extension ctype
- PHP Extension OpenSSL
- PHP Extension PDO
- PHP Extension Tokenizer
- PHP Extension dom
- PHP Extension fileinfo
- PHP Extension ftp
- PHP Extension gd
- PHP Extension intl
- PHP Extension json
- PHP Extension libxml
- PHP Extension mbstring
- PHP Extension soap
- PHP Extension xml
- PHP Extension xsl
- PHP Extension zip
- PHP Extension zlib
- You need to clone the git at very first. to clone git use this command
git clone https://github.com/hudacse6/carloanrefunds.co.uk.git
(this is https link) - After that you need copy and paste .env.example and setup your .env file.
- Then you need to install Composer. You can download it from this link
- Then you need to run these commands.
php artisan key:generate
php artisan migrate
php artisan db:seed (if seeder available)
php artisan serve
- You will get access to the Trello board and you will found all the working, In progress tasks there. Mainly you need to take the card name for your branch name.
- You need to convert/Generate the Trello name into a branch name.
- For generating branch name you can use this link
- Here is the image as an example where you need to put what.
- You got the Branch name, then you need to create and move into a new git branch.
- To create and move you need to use this down command
git checkout -b welcome-section-dynamic
-
After switched to a new branch you need to type
git add .
to add all your updated code into git -
Then you need to make a commit. In the commit, you need to mention your update. Here is an example:
git commit -m "devxhub-#173-welcome-section-dynamic:almost done without image delete"
If this commits successfully you get that updated information. Here is an example of terminal output.
-
After a successful commit you need to push all code into git.
-
To push code into git you need to use
git push
. there you will get the upstream link -
And then use upstream link to get git branch link. Here is an example code:
git push --set-upstream origin welcome-section-dynamic