| Server IP : 77.68.25.176 / Your IP : 216.73.216.24 Web Server : Apache System : Linux plesk 4.15.0-159-generic #167-Ubuntu SMP Tue Sep 21 08:55:05 UTC 2021 x86_64 User : dwp ( 10001) PHP Version : 7.4.33 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/vhosts/dazzlingwebplanet.co.uk/rightway-admin.dazzlingwebplanet.co.uk/ |
Upload File : |
How to setup : Step 1 : For Other machine setup Get clone from bitbucket click on source and copy url; Step 2 : open your local terminal and go to project path and past clone url; Step 3 : go to on project directory and run command "composer install" step 4 : open http://localhost/phpmyadmin and create new database "choose your new database and give name" step 5 : open .env file and change APP_ENV=development ex: local, development or production for environment setup step 6 : second change is database change DB_DATABASE="Database Name" DB_USERNAME=" User name of php myadmin" DB_PASSWORD="set password if taken" step 7 : after setup above all step open terminal go to project directory and run command "php artisan migrate" step 8 : open Url : http://localhost/project name/public if see laravel page it's working fine step 9 : open Url : http://localhost/project name/public/admin for admin panel User name : vdm@admin.com password : password step 10 : open env and change App Url : localhost give full url of your project ex:http://localhost/project name/public for media loading and default url and for base url Note : Migrate command use for first time clone than after it's not use for voyger because voyger use same table update for menu bread etc.. so you need actual sql file for fully working code