Step1 - requirements for laravel 10 installation step by step |

Опубликовано: 21 Октябрь 2024
на канале: PhpWala
6
0

To install Laravel on Windows, follow these detailed steps:
Install XAMPP.
Install Composer.
Verify Composer Installation.
Install Laravel Using Composer.
Verify Laravel Installation.
Start The Server.
Run The Project In Your Browser.

PHP
Laravel 10 requires a minimum version of PHP 8.1. If you have an older version, you can download the new version and replace the older folder.

Composer
Composer is used to install the libraries needed to run Laravel. You can download Composer for Windows and run the Composer-Setup.exe file.

Web server
Laravel requires a web server like Apache, Nginx, or Caddy to serve the application. Laravel also comes with a built-in development server.

Database
Laravel supports multiple database management systems, including MySQL, PostgreSQL, SQLite, and SQL Server.