how to run laravel github project on localhost. Full Step By Step 2018 on windows 10

Опубликовано: 08 Сентябрь 2018
на канале: Technical Anupam
30,996
183

Hello friends... Today I am going to show how to run github laravel projects.

1. download the laravel project from github.
2. copy that project in hotdocs folder and open the folder location in cmd.
3. now first rename the "env.example file to.env"
4. you can configure the database information here.
5. now open cmd and run some commands...
-Run composer install or php composer.phar install
-Run php artisan key:generate
-Run php artisan migrate
-Run php artisan db:seed to run seeders, if any.
-Run php artisan serve

that's all..
Problems discussion::
you may have the problem with the composer or the php...
check all are installed.. and the paths are added as the environment variable...
These two paths have to be added to run laravel project...
1. C:\ProgramData\ComposerSetup\bin
2. C:\xampp\php

if these are not added.. then add them
.. thank you very much for watching... Please subscribe and share...:)


Смотрите видео how to run laravel github project on localhost. Full Step By Step 2018 on windows 10 онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Technical Anupam 08 Сентябрь 2018, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 30,996 раз и оно понравилось 183 людям.