0% found this document useful (0 votes)
23 views21 pages

Laravel & Nodejs Installation

The document outlines the steps to install Laravel, including prerequisites like XAMPP and Composer, and setting up a new Laravel project. It also provides troubleshooting instructions for Composer installation and mentions the need for a VPN to download requirements. Additionally, it highlights the importance of enabling the Zip extension in the php.ini file for Laravel project migration.

Uploaded by

Mg Zin
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
23 views21 pages

Laravel & Nodejs Installation

The document outlines the steps to install Laravel, including prerequisites like XAMPP and Composer, and setting up a new Laravel project. It also provides troubleshooting instructions for Composer installation and mentions the need for a VPN to download requirements. Additionally, it highlights the importance of enabling the Zip extension in the php.ini file for Laravel project migration.

Uploaded by

Mg Zin
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 21

 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/

You might also like