- Download php 7.4+ in the php official page
- Download latest composer
- Install the downloaded composer
- After successfully installing composer, clone this project using git bash by this command
git clone https://github.com/MakMoinee/flashQRWebApp.git - Go to the clone repository directory by opening cmd >
cd flashQRWebApp - Type in the cmd >
composer install - If you encounter errors, please enable the php.ini by running this in cmd >
php --ini - After that, open the php.ini file in the folder where your php is located.
- Open the php.ini in either wordpad, notepad or notepadd++, then search for the following: exif,gd2,pdo_mysql,file_ext
- enable the extension by removing
;in the php.ini file. - save the php.ini and run in the cmd
php --ini - rerun again the
composer installin cmd with the same directory where your cloned project is located - after successful execution of
composer install, typenpm installin cmd. - after successful execution of
npm install, typenpm run devin cmd. - after successful execution of
npm run dev, copy paste the file.env.example - remove the suffix
.example copyin.env.example copy, just leave it as.env - run the command
php artisan storage:linkin the cmd.
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|