Install Laravel 9 from scratch in Mac OS X | Install Xampp | Install Brew | Install Composer
Автор: Stack Developers
Загружено: 2022-02-08
Просмотров: 2701
Описание:
There are a few steps involved in installing Laravel 9 in Apple's Macintosh (MAC) Operating System.
Make sure PHP version must be greater than or equal to 8
1) Install Xampp for MAC:-
You can install the latest Xampp for MAC OS X from the below link:-
https://www.apachefriends.org/downloa...
Go for the latest version 8.1.1 for PHP 8.1.1
Follow the below tutorials for more details to install Xampp for Laravel 9:
• Update XAMPP | Upgrade to PHP 8 | Update X... (for MAC)
• Install Xampp | Upgrade to PHP 8 | Install... (for Windows)
2) Install Brew for the composer:-
2.1 Open brew.sh in browser
2.2 Copy command that will come on screen and run in terminal
2.3 Command + Space to find terminal (in case you are not able to find it)
2.4 Paste and Run command
2.5 Brew get installed
3) Install Composer:-
Follow the below link to install composer for Laravel for your Mac OS:-
https://pilsniak.com/install-composer...
Open your terminal and type:
brew install composer
Follow the below tutorials for more details to install Composer/Brew for Laravel 9:
• Install / Update Composer on MAC / Install... (for MAC)
• Install Composer on Windows | Update Compo... (for Windows)
4) Install Laravel 9:-
Simply right-click on htdocs folder to run "New terminal at Folder" and run the below command to create a new Laravel project with name blog like below:-
composer create-project --prefer-dist laravel/laravel blog
5) Run Laravel Project:-
Now try to run your project by opening the terminal in MAC by right-clicking on your Laravel project folder and giving below artisan command:-
php artisan serve
Your Laravel project must work fine. You can open with link http://127.0.0.1:8000
Check Laravel version by giving the below command:-
php artisan --version
You can see it will show Laravel Framework 9.0
Create Multi Vendor E-commerce Website in Laravel :-
• Laravel - Laravel Tutorial for Beginners |...
Повторяем попытку...
Доступные форматы для скачивания:
Скачать видео
-
Информация по загрузке: