How to Download and run any Laravel Project. Complete Configuration

preview_player
Показать описание
Required Softwares:
1. Web Server  Xampp
2. Composer.. Dependency Manager
3. Editor  Any
Recommended Editor Sublime, PHPStorm.
Download any Laravel Project From Web
For example Blog
4. Extract Folder
5. Copy extracted folder to Xampp/htdocs
6. Now Run Apache and MySql Server from Xampp control panel
7. These Error because we not update Project packages
8. Now update through composer
9. Got to project folder that copied in Htdocs
10. Run Command Prompt here
11. Wait until completes
12. Now create .env file for database configuration
13. Now Key Generate for Env file
14. Setup Database Configurations
15. Now Run Migrations
Рекомендации по теме
Комментарии
Автор

That was so helpful.. I think it would be a better idea of you explain by sound not only text.. but you saved my day anyway..

H_Elnaka
Автор

Thank you... very helpful for students who copid project like me hahahahah

rutvikpatel
Автор

watching this in 2022, still a good tutorial.

tajjacob
Автор

I got the error while migration it says"[PDOException]
Could not found driver"

kpopcrush
Автор

in command prompt i am getting composer is not recognized as internal or external command .what should i do?? plz help mee

kotasaipradeep
Автор

can you help me how to download and run existing project Laravel 4.2? your video is laravel 5 and in laravel 4.2 doesnt have env file. how to migrate the db from the existing project?

borasungwoon
Автор

ErrorException (E_NOTICE)
Trying to access array offset on value of type int, what must I do please help cannot migrate?

samnatangweshingenge
Автор

not able to generate key
giving me php fatal error
what to do

abhishekjain
Автор

hi
error for
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

Problem 1
- renatomarinho/laravel-page-speed[1.8.0, ..., 1.9.0] require php ^5.6 || ^7.0 -> your php version (8.0.10) does not satisfy that requirement.
- Root composer.json requires ^1.8 -> satisfiable by renatomarinho/laravel-page-speed[1.8.0, ..., 1.9.0].

gajakassagar
Автор

It keeps telling me about an older php

diamandst
Автор

Hi, i need your help for small host issue . can you please provide your mailid .

cloudzini
Автор

if problem exist please run the command php artisan route:clear then php artisan serve

ADITYASINGH-zjwn
Автор

+Shehzad Aslam Please help me asap please

harshpatel
Автор

require.fzaninotto/Faker is invalid, it should not contain uppercase characters. Please use fzaninotto/faker instea
d.
help me please

nguyentrungthanhaptechhcm
Автор

[ErrorException]
proc_open(NUL): failed to open stream: No such file or directory

pianpradana
Автор

update ---? i can't see that please help

ndagijimanasebastien
Автор

I have a question.. After I do all this and the project works fine on my computer.. how can I push to bitbucket again? will anything fail or change?

H_Elnaka
Автор

How to install/configure the larvel in webserver?

baluks
Автор

Hi please you can do a tutorial on creating an e-commerce site?

ManiBssProduction