Laravel Installation
To Install Laravel
1. Install XAMPP
2. Install Composer (A Dependency Manager for PHP)
3. Set up system variables
4. Download Laravel
5. Create New Laravel project
6. Set up database
Firstly, Download Composer from the site.
Composer
*****************************************************
error and this is how I solved the problem: I followed the instructions
in https://getcomposer.org/download/, paragraph below Command-line
installation
php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
php -r "if (hash_file('sha384', 'composer-setup.php') ===
'55ce33d7678c5a611085589f1f3ddf8b3c52d662cd01d4ba75c0ee0459970c2200a51f492d5
57530c71c15d8dba01eae') { echo 'Installer verified'; } else { echo 'Installer corrupt';
unlink('composer-setup.php'); } echo PHP_EOL;"
php composer-setup.php
php -r "unlink('composer-setup.php');"
Composer Setup Complete (Note: Need to use VPN to download requirements on
composer installation step)
PHP Project to Laravel Project Migration
1. Setup Laravel installer
Firstly enable Zip extension on php.ini file
Installation - Laravel 11.x - The PHP Framework For Web Artisans
Laravel install command
Create Laravel project
**************************************
Packagist
npm | Home
References
1. 2 | How to Easily Install Laravel | Laravel for Complete Beginners | Laravel Tutorial
2. https://laravel.com/
3. https://getcomposer.org/