Laravel 12 Tutorial | Multi-Vendor E-commerce #1 | Install Laravel 12 | Configure Database

Votre vidéo commence dans 10
Passer (5)
Formation gratuite en FR pour les membres inscrits sur les sites de vidéos

Merci ! Partagez avec vos amis !

Vous avez aimé cette vidéo, merci de votre vote !

Ajoutées by
6 Vues
Welcome to Part 1 of our Laravel 12 Multi-Vendor E-commerce Series! ????
In this tutorial, we will set up Laravel 12 for our project, including installing XAMPP, Composer, and configuring the database.

Bookmark & follow this Laravel 12 Multi-Vendor E-commerce Series:
https://www.youtube.com/playlist?list=PLLUtELdNs2ZZ_hI7DvqrrhX-ASGD1U2Dl

If you missed the introduction to this series, check out Part 0 here: https://www.youtube.com/watch?v=MZadJkWK_54

???? Step 1: Install Laravel 12
Before we install Laravel 12, we need to set up our development environment.

1.1 Install XAMPP (or any Apache Server) ????️
Download and install the latest version of XAMPP from the link below:
???? https://www.apachefriends.org/download.html

1.2 Install Composer (PHP Dependency Manager) ⚙️
Download and install Composer from the official website:
???? https://getcomposer.org/download/

???? Installation Tutorials for XAMPP & Composer:
▶️ Windows: https://www.youtube.com/watch?v=H4cFk_HHphE
▶️ Mac: https://www.youtube.com/watch?v=SvPd32NsgFk

1.3 Install Laravel 12 ????️
Once XAMPP and Composer are installed, run the following command in the terminal to install Laravel 12:
???? composer create-project --prefer-dist laravel/laravel project_name "12.*"
???? Detailed Installation Guide for Laravel 12:
▶️ Windows: https://www.youtube.com/watch?v=_htRdjlPnzk
▶️ Mac: https://www.youtube.com/watch?v=DqC48Z5jUXQ

???? Step 2: Create a MySQL Database ????️
We will now create a MySQL database for our Laravel project.
1️⃣ Open phpMyAdmin from XAMPP.
2️⃣ Click on Databases and create a new database named ecom12.

???? Step 3: Configure Database in Laravel (.env File) ⚙️
Now, update the .env file in your Laravel project with the following database credentials:
DB_CONNECTION = mysql
DB_HOST = 127.0.0.1
DB_PORT = 3306
DB_DATABASE = ecom12
DB_USERNAME = root
DB_PASSWORD = (leave empty if no password)

???? Step 4: Run Database Migrations ????️
Now, we will create the users and other default tables by running the migration command:
???? php artisan migrate
This will set up the required tables in our database.

???? What’s Next?
In Part 2, we will download and integrate an admin template to design our Laravel Multi-Vendor E-commerce Website’s backend. Stay tuned! ????

???? Don’t forget to like, share, and subscribe for more Laravel 12 tutorials!
https://www.youtube.com/stackdevelopers

Popular Stack Developers Series that can help you:-

►Laravel 12 Tutorial (with MySql): https://www.youtube.com/playlist?list=PLLUtELdNs2ZbqkUOd-oXHemay3BrsqZqC

►Laravel 11 Tutorial (with MongoDB): https://www.youtube.com/playlist?list=PLLUtELdNs2ZYTn3ft4BMaAilhZJYLMs9d

►Laravel 11 PostgreSQL Tutorial: https://www.youtube.com/playlist?list=PLLUtELdNs2ZZy4jI-wu4jYUL7rbvC8Mgh

►Laravel 10 Tutorial: https://www.youtube.com/playlist?list=PLLUtELdNs2ZbX7T5wgbBR9wUXt5YPG-hm

►Laravel Multi-Vendor E-commerce Series - https://www.youtube.com/playlist?list=PLLUtELdNs2ZYTlQ97V1Tl8mirS3qXHNFZ

►React JS Tutorial for Beginners with Laravel - https://www.youtube.com/playlist?list=PLLUtELdNs2ZYnEIWliBpU98gtorNRNHw1

►Laravel Tutorial for Beginners - https://www.youtube.com/playlist?list=PLLUtELdNs2ZaHaFmydqjcQ-YyeQ19Cd6u

►GIT Tutorial for Beginners - https://www.youtube.com/playlist?list=PLLUtELdNs2ZZVQ-dLOMFWvmCCduzJ8c6R

►Laravel API Tutorial - https://www.youtube.com/playlist?list=PLLUtELdNs2ZbcCsd4yAAiBU2L3ROREk8P

►Laravel Interview Questions - https://www.youtube.com/playlist?list=PLLUtELdNs2ZbzB_1Jdp_yFcORwOfWP8RU

►jQuery Tutorial - https://www.youtube.com/playlist?list=PLLUtELdNs2ZbMYoUA46GIonOH29KcjtxA

►Laravel Basic E-commerce Series - https://www.youtube.com/playlist?list=PLLUtELdNs2ZY5drPxIWzpq5crhantlzp7

►Laravel Dating Series - https://www.youtube.com/playlist?list=PLLUtELdNs2ZZrPUnxjlomErJfNvkyS6Hf

►Join this channel to get the complete source code of all series:
https://www.youtube.com/channel/UCExO2i-tLU1NyVZD6zOJQlw/join

Follow Stack Developers on Social Media to get updates and resolve your queries
►Like Facebook Page to get updates - http://facebook.com/stackdevelopers2/
►Join Facebook Group to resolve your queries - http://facebook.com/groups/stackdevelopers
►Follow on Instagram - https://www.instagram.com/stackdevelopers2/
►Follow on GitHub - https://github.com/stackdevelopers

#Laravel12 #Ecommerce #MultiVendor #LaravelTutorial
Catégories
E commerce Divers
Mots-clés
Laravel 12, multi-vendor e-commerce, Laravel e-commerce tutorial

Ajouter un commentaire

Connectez-vous ou inscrivez-vous pour poster un commentaire.

Commentaires

Soyez le premier à commenter cette vidéo.