filmov
tv
Ready for Laravel 10? | Install Xampp / Composer for Laravel 10 on Windows

Показать описание
Are you Ready for Laravel 10?
Get your system ready to Install Laravel 10 and create a project in it.
Install Xampp / Composer on Windows for Laravel 10
Install Xampp
2) Download Xampp 8.2.0/ PHP 8.2.0 for Windows
3) Install by selecting Drive where Xampp is not already exists
Update Xampp (without losing data)
1) Take backup of all databases
2) Take backup of all projects located in htdocs folder
3) Uninstall Current Xampp
5) Download Xampp 8.2.0/ PHP 8.2.0 for Windows
6) Install new Xampp in the same drive where earlier Xampp exists
7) Import databases to new Xampp (PHPMyadmin) and move back files to htdocs folder of new Xampp
Import Big database
Run MySQL in Command Prompt by giving your Xampp path like
g:/cd xampp/mysql/bin
And run below commands :-
mysql -u root
use database_name
Install Composer
1. Download Composer
2. Install Composer
After download, just install it in your Xampp folder at path /xampp/php/
3. Check Composer
After installation, you can check in Shell in your Xampp Control Panel if you are using Xampp. Type "composer" and enter, "Composer" related commands you can able to see.
4. Update Composer
We can update Composer with the below commands:-
composer self-update (from updating current version to the next one)
composer self-update - - 2 (for updating composer to version 2 from 1)
composer update (for updating packages with composer)
5. Check Composer Version
We can also check the composer version with the below command:-
composer --version
Popular Stack Developers Series that can help you:-
►Join this channel to get the complete source code of all series:
Follow Stack Developers on Social Media to get updates and resolve your queries
#laravel10 #laravel10install #laravel
Get your system ready to Install Laravel 10 and create a project in it.
Install Xampp / Composer on Windows for Laravel 10
Install Xampp
2) Download Xampp 8.2.0/ PHP 8.2.0 for Windows
3) Install by selecting Drive where Xampp is not already exists
Update Xampp (without losing data)
1) Take backup of all databases
2) Take backup of all projects located in htdocs folder
3) Uninstall Current Xampp
5) Download Xampp 8.2.0/ PHP 8.2.0 for Windows
6) Install new Xampp in the same drive where earlier Xampp exists
7) Import databases to new Xampp (PHPMyadmin) and move back files to htdocs folder of new Xampp
Import Big database
Run MySQL in Command Prompt by giving your Xampp path like
g:/cd xampp/mysql/bin
And run below commands :-
mysql -u root
use database_name
Install Composer
1. Download Composer
2. Install Composer
After download, just install it in your Xampp folder at path /xampp/php/
3. Check Composer
After installation, you can check in Shell in your Xampp Control Panel if you are using Xampp. Type "composer" and enter, "Composer" related commands you can able to see.
4. Update Composer
We can update Composer with the below commands:-
composer self-update (from updating current version to the next one)
composer self-update - - 2 (for updating composer to version 2 from 1)
composer update (for updating packages with composer)
5. Check Composer Version
We can also check the composer version with the below command:-
composer --version
Popular Stack Developers Series that can help you:-
►Join this channel to get the complete source code of all series:
Follow Stack Developers on Social Media to get updates and resolve your queries
#laravel10 #laravel10install #laravel
Комментарии