Directories of installation in adel’s local
Destination location:
C:\\Users\\USER\\composer
PHP version 8.1.25
C:\\xampp\\php\\php.exe
Proxy: none
Add to User path:
C:\\Users\\USER\\composer
Add to User path:
C:\\Users\\USER\\AppData\\Roaming\\Composer\\vendor\\bin
Root password mysql
Maharani161#
- How to download mysql (important to kept our database)
- Phpmyadmin CASE ERROR
Github Necessities
Branches : is like isolated task or experiment that able to do each feature without interferring to any distracting code.
- What to do every after cloning
visibility of the branch code :
- (people in your team cannot see) if 1 person branch is already commit but not merge it into the main. and you rbranch does not pushed
- (people can see on the main) if 1 person do experiment in certain branch of feature and merge into main. need to be puhes
Make a project laravel
- cd to xampp
- cd to htdocs
- ddownload laravel since we are using xampp (not provides automatically laravel) new version
- To build laravel project on the terminal, make sure if uses xampp then cd to the htdocs
composer create-project "Laravel/laravel:"10.0" empowher.app
- then inside the htdocs there will be the project called empowher.app project