How to Install Laravel on Windows 10 | Complete Installation

Ғылым және технология

In this video, learn to download and install Laravel on Windows 10. Laravel is a PHP framework. First, install PHP, then PHP Composer, and after that Laravel.
00:00:26 Install PHP
00:03:38 Install Composer
00:05:57 Install Laravel
PHP Tutorial: studyopedia.com/tutorials/php
#laravel #windows10 #amitthinks
-------------------------------------------------------------------------------------------------------------
👉 Follow me
LinkedIn - bit.ly/3C1CY4v
Instagram - bit.ly/3z8Fg1d
Telegram - bit.ly/3wWBh5i
✔️ Website - studyopedia.com
► Get SkillShare - 1 Free Month
skl.sh/3AkrsAW
-------------------------------------------------------------------------------------------------------------
► Top Free Video Tutorials
Python Tutorial (English)⭐️ • Learn Python in 2 Hour...
Python Tutorial (Hindi)⭐️ • Python Full Course in ...
Google Colab Tutorial ⭐️ • Google Colab Tutorial ...
Anaconda Tutorial ⭐️ • Anaconda Tutorial for ...
PyCharm Tutorial ⭐️ • PyCharm Tutorial for B...
MySQL Tutorial ⭐️ • Learn MySQL in 3 Hours...
SQL Tutorial ⭐️ • Learn SQL in 2 Hours |...
VS Code Tutorial ⭐️ • Master Visual Studio C...
Visual Studio Tutorial ⭐️ • Learn Visual Studio 20...
HTML Tutorial ⭐️ bit.ly/3Ts696N
Bootstrap Tutorial: • Bootstrap 5 Tutorial f...
VS Code Tutorial: • Master Visual Studio C...
Visual Studio Tutorial: • Learn Visual Studio 20...
► Free Study Material (Downloadable)
Python ⭐️ studyopedia.com/tutorials/pyt...
Numpy ⭐️ studyopedia.com/tutorials/numpy
Pandas ⭐️ studyopedia.com/tutorials/pandas
Matplotlib ⭐️ studyopedia.com/tutorials/mat...
Java ⭐️ studyopedia.com/tutorials/java
C ⭐️ studyopedia.com/tutorials/c-p...
C++ ⭐️ studyopedia.com/tutorials/cpp/
Numpy ⭐️ studyopedia.com/tutorials/numpy
Android ⭐️ studyopedia.com/tutorials/and...
HTML5 ⭐️ studyopedia.com/tutorials/html5
PHP ⭐️ studyopedia.com/tutorials/php
WordPress ⭐️ studyopedia.com/tutorials/wor...
Drupal ⭐️ studyopedia.com/tutorials/drupal
Magento ⭐️ studyopedia.com/tutorials/mag...
Computer Networks ⭐️ studyopedia.com/tutorials/com...
Bootstrap⭐️ studyopedia.com/tutorials/boo...
► Free Interview QA
Python🔥studyopedia.com/java/java-int...
Java 🔥studyopedia.com/python3/pytho...
Android🔥studyopedia.com/android/andro...
ReactJS🔥studyopedia.com/reactjs/react...
Bootstrap 🔥studyopedia.com/bootstrap/boo...
SQL 🔥studyopedia.com/sql/sql-inter...
MongoDB 🔥studyopedia.com/mongodb/mongo...
MySQL 🔥studyopedia.com/mysql/mysql-i...
► Attempt Quizzes
Android Quiz🔥 studyopedia.com/android/andro...
PHP Quiz 🔥studyopedia.com/php/php-onlin...
CSS Quiz 🔥studyopedia.com/css/css-onlin...
jQuery Quiz 🔥studyopedia.com/jquery/jquery...
C Quiz 🔥studyopedia.com/c/c-online-quiz/
C++ Quiz 🔥studyopedia.com/cpp/cpp-onlin...
JAVA Quiz 🔥studyopedia.com/java/java-onl...
HTML5 Quiz 🔥studyopedia.com/html/html5-on...
👉 About Amit Thinks KZread Channel
I am Amit Diwan, a self-made Entrepreneur, running "Amit Thinks", a Tech KZread Channel. Also running an E-Learning website "studyopedia.com". We publish videos in English and Hindi on Programming, Databases, and Web Dev Technologies. I have left a job offer from Accenture and 3 government jobs to follow my dream of being an entrepreneur.
► Subscribe
/ @amit.thinks

Пікірлер: 38

  • @Amit.Thinks
    @Amit.Thinks Жыл бұрын

    PHP Tutorial: studyopedia.com/tutorials/php

  • @chevonna

    @chevonna

    Жыл бұрын

    Thank you for this video! I have received an error: C:\Users\Lenovo\Documents\ChevonnaLaravel\first-app>composer global require laravel/installer Changed current directory to C:/Users/Lenovo/AppData/Roaming/Composer ./composer.json has been updated Running composer update laravel/installer Loading composer repositories with package information Updating dependencies Nothing to modify in lock file Writing lock file Installing dependencies from lock file (including require-dev) Nothing to install, update or remove Generating autoload files 9 packages you are using are looking for funding. Use the `composer fund` command to find out more! No security vulnerability advisories found Using version ^4.5 for laravel/installer C:\Users\Lenovo\Documents\ChevonnaLaravel\first-app>laravel new demo-app _ _ | | | | | | __ _ _ __ __ ___ _____| | | | / _` | '__/ _` \ \ / / _ \ | | |___| (_| | | | (_| |\ V / __/ | |______\__,_|_| \__,_| \_/ \___|_| Creating a "laravel/laravel" project at "./demo-app" Installing laravel/laravel (v10.2.2) Failed to download laravel/laravel from dist: The zip extension and unzip/7z commands are both missing, skipping. The php.ini used by your command-line PHP is: C:\php-8.2.6\php.ini Now trying to download from source - Syncing laravel/laravel (v10.2.2) into cache - Installing laravel/laravel (v10.2.2): Cloning a6bfbc7f90 from cache Created project in C:\Users\Lenovo\Documents\ChevonnaLaravel\first-app/demo-app > @php -r "file_exists('.env') || copy('.env.example', '.env');" Loading composer repositories with package information Updating dependencies Your requirements could not be resolved to an installable set of packages. Problem 1 - laravel/framework[v10.10.0, ..., v10.13.0] require league/flysystem ^3.8.0 -> satisfiable by league/flysystem[3.8.0, ..., 3.15.1]. - league/flysystem[3.3.0, ..., 3.14.0] require league/mime-type-detection ^1.0.0 -> satisfiable by league/mime-type-detection[1.0.0, ..., 1.11.0]. - league/flysystem[3.15.0, ..., 3.15.1] require league/flysystem-local ^3.0.0 -> satisfiable by league/flysystem-local[3.15.0]. - league/mime-type-detection[1.0.0, ..., 1.3.0] require php ^7.2 -> your php version (8.2.6) does not satisfy that requirement. - league/mime-type-detection[1.4.0, ..., 1.11.0] require ext-fileinfo * -> it is missing from your system. Install or enable PHP's fileinfo extension. - league/flysystem-local 3.15.0 require ext-fileinfo * -> it is missing from your system. Install or enable PHP's fileinfo extension. - Root composer.json requires laravel/framework ^10.10 -> satisfiable by laravel/framework[v10.10.0, ..., v10.13.0]. How can these errors be resolved?

  • @AliAhmed-hf8ke
    @AliAhmed-hf8ke8 ай бұрын

    amazing explanation, thank you!

  • @alexlivadaru286
    @alexlivadaru28611 ай бұрын

    Great work, thank you so much!

  • @user-dm6pi5mo2f
    @user-dm6pi5mo2f4 ай бұрын

    when I entered 'laravel new demo-app' it came out like some comments in red came. what to do about that

  • @user-px3tl3ou1s
    @user-px3tl3ou1s4 ай бұрын

    thank you you are very clever

  • @jsamanta9340
    @jsamanta934011 ай бұрын

    Not sure why it is always being installed laravel 8.* instead of 10. Is there any thing I need to take care of?

  • @gadaa_entertainment
    @gadaa_entertainment5 ай бұрын

    Smart... Tutorial..10q from Ethiopia

  • @Amit.Thinks

    @Amit.Thinks

    5 ай бұрын

    Welcome. Do refer our other free Tutorials: Python Tutorial (English): kzread.info/dash/bejne/epWfutKkiMbQlKw.html Python Tutorial (Hindi): kzread.info/dash/bejne/lG1rudWIfZyoico.html NumPy Tutorial (English): kzread.info/dash/bejne/iad5sNWwnbbgZrA.html NumPy Tutorial (Hindi): kzread.info/dash/bejne/pKOltdaPh7G4Z7Q.html MySQL Tutorial: kzread.info/dash/bejne/mHqbxtCMYc_HcZM.html SQL Tutorial: kzread.info/dash/bejne/ZaGpzamSmtnPqKg.html Bootstrap Tutorial: kzread.info/dash/bejne/oJWcx9mMpMbRhrg.html

  • @luffytaro7805
    @luffytaro78053 ай бұрын

    Thank You...

  • @rashikagupta9628
    @rashikagupta9628 Жыл бұрын

    Visual studio setup with laravel in windows 10

  • @Tam0rr
    @Tam0rrАй бұрын

    Thank you Mr. Amit!

  • @Amit.Thinks

    @Amit.Thinks

    Ай бұрын

    You're welcome. Refer to our free courses: 🔥ChatGPT Course: kzread.info/dash/bejne/hZWY1rWoZNyZcqQ.html 🔥Database Courses: bit.ly/3EMv1Bi 🔥Learn Web Development" bit.ly/3tl9nlp 🔥Data Science Courses: bit.ly/3O7KfGk 🔥Data Analytics Courses: bit.ly/48MxV

  • @software_engineer_semh
    @software_engineer_semh Жыл бұрын

    how to install LARAVEL 10 + REACT

  • @johnbonjustus9317
    @johnbonjustus931710 ай бұрын

    Good day Sir Am having an error "git was not found in your path" whilw trying to install laravel Pls how do I fix this.

  • @Amit.Thinks

    @Amit.Thinks

    9 ай бұрын

    Fix: kzread.info/dash/bejne/e62OzcFrkcSqe5s.html

  • @francoisjouja7361
    @francoisjouja73612 күн бұрын

    Perfect tutorial

  • @Amit.Thinks

    @Amit.Thinks

    2 күн бұрын

    Welcome. Refer to our free courses: 🔥GenerativeAI Free Courses: bit.ly/3Vhsbxv 🔥Database Courses: bit.ly/3EMv1Bi 🔥Learn Web Development" bit.ly/3tl9nlp 🔥Data Science Courses: bit.ly/3O7KfGk 🔥Data Analytics Courses: bit.ly/48MxV

  • @RapLyricalVideos
    @RapLyricalVideosАй бұрын

    Thank you bro ❤

  • @Amit.Thinks

    @Amit.Thinks

    Ай бұрын

    You're welcome. Also, refer to our free courses: 🔥ChatGPT Course: kzread.info/dash/bejne/hZWY1rWoZNyZcqQ.html 🔥Database Courses: bit.ly/3EMv1Bi 🔥Learn Web Development" bit.ly/3tl9nlp 🔥Data Science Courses: bit.ly/3O7KfGk 🔥Data Analytics Courses: bit.ly/48MxVTU

  • @shrustipalewar8310
    @shrustipalewar8310Ай бұрын

    After installation when i type laravel in cmd it shows that valet only supports the Mac operating system...what to do now

  • @Amit.Thinks

    @Amit.Thinks

    Ай бұрын

    Never faced such an error. However, it took me 1 second to find a solution by just searching your error on Google.

  • @fatmahmo7005
    @fatmahmo700529 күн бұрын

    In 3:00 when i click on path it dosnt work 😢 plz solution

  • @Amit.Thinks

    @Amit.Thinks

    29 күн бұрын

    Maybe, you incorrectly clicked on "Edit environment variables for your account". You need to click on "Edit the system environment variables" on START. Follow the video again.

  • @saurabhpakhale187
    @saurabhpakhale187 Жыл бұрын

    @php -r "file_exists('.env') || copy('.env.example', '.env');" Loading composer repositories with package information Updating dependencies Your requirements could not be resolved to an installable set of packages. i got this error please help

  • @Amit.Thinks

    @Amit.Thinks

    Жыл бұрын

    Run this command: composer install --ignore-platform-reqs

  • @jiveshkumar0422
    @jiveshkumar04229 ай бұрын

    Installation is not successfull .. need urgent help I have to make project in laravel , its my placement round Need urgent help

  • @Amit.Thinks

    @Amit.Thinks

    9 ай бұрын

    Fix: kzread.info/dash/bejne/e62OzcFrkcSqe5s.html

  • @mdnirobkhan8779
    @mdnirobkhan87796 ай бұрын

    Failed to download carbonphp/carbon-doctrine-types from dist: The zip extension and unzip/7z commands are both missing, skipping. The php.ini used by your command-line PHP is: C:\Program Files (x86)\php-8.3.0\php.ini Now trying to download from source this one problem

  • @Amit.Thinks

    @Amit.Thinks

    6 ай бұрын

    Fix: kzread.info/dash/bejne/e62OzcFrkcSqe5s.html

  • @navneetmanral3288
    @navneetmanral328810 ай бұрын

    Failed to download illuminate/conditionable from dist: The zip extension and unzip/7z commands are both missing, skipping. The php.ini used by your command-line PHP is: C:\xampp\php\php.ini Now trying to download from source please help laravel installer error

  • @Amit.Thinks

    @Amit.Thinks

    10 ай бұрын

    I never faced such an error. I thinsk it failed in dowbloading the dependenies. Googled and found this useful link in 1 second. Were you able to find it?stackoverflow.com/questions/41274829/php-error-the-zip-extension-and-unzip-command-are-both-missing-skipping

  • @vishnukar4520

    @vishnukar4520

    8 ай бұрын

    uncomment the lines extension=zip in your php.ini file

  • @anshitajain2920
    @anshitajain29204 ай бұрын

    Failed to download doctrine/inflector from dist: The zip extension and unzip/7z commands are both missing, skipping. The php.ini used by your command-line PHP is: C:\Program Files\php-8.3.2\php.ini Now trying to download from source In GitDownloader.php line 82: git was not found in your PATH, skipping source download This one problem

  • @Amit.Thinks

    @Amit.Thinks

    4 ай бұрын

    Fix: kzread.info/dash/bejne/e62OzcFrkcSqe5s.htmlsi=7ZvUmStRGCP1Yfts

  • @muhammednisamk1390
    @muhammednisamk139027 күн бұрын

    Failed to download doctrine/inflector from dist: The zip extension and unzip/7z commands are both missing, skipping. The php.ini used by your command-line PHP is: C:\Program Files\php-8.3.4\php.ini Now trying to download from source - Syncing doctrine/inflector (2.0.10) into cache Failed to download illuminate/conditionable from dist: The zip extension and unzip/7z commands are both missing, skipping. The php.ini used by your command-line PHP is: C:\Program Files\php-8.3.4\php.ini Now trying to download from source - Syncing illuminate/conditionable (v11.10.0) into cache Failed to download psr/simple-cache from dist: The zip extension and unzip/7z commands are both missing, skipping. The php.ini used by your command-line PHP is: C:\Program Files\php-8.3.4\php.ini Now trying to download from source - Syncing psr/simple-cache (3.0.0) into cache Failed to download psr/container from dist: The zip extension and unzip/7z commands are both missing, skipping. The php.ini used by your command-line PHP is: C:\Program Files\php-8.3.4\php.ini Now trying to download from source - Syncing psr/container (2.0.2) into cache Failed to download illuminate/contracts from dist: The zip extension and unzip/7z commands are both missing, skipping. The php.ini used by your command-line PHP is: C:\Program Files\php-8.3.4\php.ini Now trying to download from source - Syncing illuminate/contracts (v11.10.0) into cache Failed to download illuminate/macroable from dist: The zip extension and unzip/7z commands are both missing, skipping. The php.ini used by your command-line PHP is: C:\Program Files\php-8.3.4\php.ini Now trying to download from source - Syncing illuminate/macroable (v11.10.0) into cache Failed to download symfony/process from dist: The zip extension and unzip/7z commands are both missing, skipping. The php.ini used by your command-line PHP is: C:\Program Files\php-8.3.4\php.ini Now trying to download from source - Syncing symfony/process (v7.1.1) into cache Failed to download symfony/polyfill-mbstring from dist: The zip extension and unzip/7z commands are both missing, skipping. The php.ini used by your command-line PHP is: C:\Program Files\php-8.3.4\php.ini Now trying to download from source - Syncing symfony/polyfill-mbstring (v1.29.0) into cache Failed to download symfony/polyfill-intl-normalizer from dist: The zip extension and unzip/7z commands are both missing, skipping. The php.ini used by your command-line PHP is: C:\Program Files\php-8.3.4\php.ini Now trying to download from source - Syncing symfony/polyfill-intl-normalizer (v1.29.0) into cache Failed to download symfony/polyfill-intl-grapheme from dist: The zip extension and unzip/7z commands are both missing, skipping. The php.ini used by your command-line PHP is: C:\Program Files\php-8.3.4\php.ini Now trying to download from source - Syncing symfony/polyfill-intl-grapheme (v1.29.0) into cache Failed to download symfony/polyfill-ctype from dist: The zip extension and unzip/7z commands are both missing, skipping. The php.ini used by your command-line PHP is: C:\Program Files\php-8.3.4\php.ini Now trying to download from source - Syncing symfony/polyfill-ctype (v1.29.0) into cache Failed to download symfony/string from dist: The zip extension and unzip/7z commands are both missing, skipping. The php.ini used by your command-line PHP is: C:\Program Files\php-8.3.4\php.ini Now trying to download from source - Syncing symfony/string (v7.1.1) into cache Failed to download symfony/deprecation-contracts from dist: The zip extension and unzip/7z commands are both missing, skipping. The php.ini used by your command-line PHP is: C:\Program Files\php-8.3.4\php.ini Now trying to download from source - Syncing symfony/deprecation-contracts (v3.5.0) into cache Failed to download symfony/service-contracts from dist: The zip extension and unzip/7z commands are both missing, skipping. The php.ini used by your command-line PHP is: C:\Program Files\php-8.3.4\php.ini Now trying to download from source - Syncing symfony/service-contracts (v3.5.0) into cache Failed to download symfony/console from dist: The zip extension and unzip/7z commands are both missing, skipping. The php.ini used by your command-line PHP is: C:\Program Files\php-8.3.4\php.ini Now trying to download from source - Syncing symfony/console (v7.1.1) into cache Failed to download illuminate/collections from dist: The zip extension and unzip/7z commands are both missing, skipping. The php.ini used by your command-line PHP is: C:\Program Files\php-8.3.4\php.ini Now trying to download from source - Syncing illuminate/collections (v11.10.0) into cache Failed to download laravel/prompts from dist: The zip extension and unzip/7z commands are both missing, skipping. The php.ini used by your command-line PHP is: C:\Program Files\php-8.3.4\php.ini Now trying to download from source - Syncing laravel/prompts (v0.1.23) into cache Failed to download voku/portable-ascii from dist: The zip extension and unzip/7z commands are both missing, skipping. The php.ini used by your command-line PHP is: C:\Program Files\php-8.3.4\php.ini Now trying to download from source - Syncing voku/portable-ascii (2.0.1) into cache Failed to download symfony/translation-contracts from dist: The zip extension and unzip/7z commands are both missing, skipping. The php.ini used by your command-line PHP is: C:\Program Files\php-8.3.4\php.ini Now trying to download from source - Syncing symfony/translation-contracts (v3.5.0) into cache Failed to download symfony/translation from dist: The zip extension and unzip/7z commands are both missing, skipping. The php.ini used by your command-line PHP is: C:\Program Files\php-8.3.4\php.ini Now trying to download from source - Syncing symfony/translation (v7.1.1) into cache Failed to download symfony/polyfill-php80 from dist: The zip extension and unzip/7z commands are both missing, skipping. The php.ini used by your command-line PHP is: C:\Program Files\php-8.3.4\php.ini Now trying to download from source - Syncing symfony/polyfill-php80 (v1.29.0) into cache Failed to download symfony/polyfill-php83 from dist: The zip extension and unzip/7z commands are both missing, skipping. The php.ini used by your command-line PHP is: C:\Program Files\php-8.3.4\php.ini Now trying to download from source - Syncing symfony/polyfill-php83 (v1.29.0) into cache Failed to download psr/clock from dist: The zip extension and unzip/7z commands are both missing, skipping. The php.ini used by your command-line PHP is: C:\Program Files\php-8.3.4\php.ini Now trying to download from source - Syncing psr/clock (1.0.0) into cache Failed to download symfony/clock from dist: The zip extension and unzip/7z commands are both missing, skipping. The php.ini used by your command-line PHP is: C:\Program Files\php-8.3.4\php.ini Now trying to download from source - Syncing symfony/clock (v7.1.1) into cache Failed to download carbonphp/carbon-doctrine-types from dist: The zip extension and unzip/7z commands are both missing, skipping. The php.ini used by your command-line PHP is: C:\Program Files\php-8.3.4\php.ini Now trying to download from source - Syncing carbonphp/carbon-doctrine-types (3.2.0) into cache Failed to download nesbot/carbon from dist: The zip extension and unzip/7z commands are both missing, skipping. The php.ini used by your command-line PHP is: C:\Program Files\php-8.3.4\php.ini Now trying to download from source showing this error do i need to install all package by one by one please reply

  • @Amit.Thinks

    @Amit.Thinks

    27 күн бұрын

    Fix: kzread.info/dash/bejne/e62OzcFrkcSqe5s.html

Келесі