尝试三周后无法安装Laravel 5或运行任何Laravel项目
I'm in my third week of trying to install any Laravel project, with laravel5-example being the latest one. I'm using Windows 7. I've tried via XAMPP, I've installed composer, Virtual-box and Vagrant.
One tutorial had me installing Node.js. I've tried to install Homestead to no avail. Everything, at some point, results in errors which are never mentioned in the tutorials.
I've downloaded about ten projects in the hopes of learning something about Laravel, with zero luck. It seems that everyone has a different method and everyone leaves out crucial steps, or gives an instruction like "launch it
" but doesn't instruct how to do that.
I've tried installing in
C:\xampp
C:\xampp\htdocs
C:\users{username}\AppData\Roaming
C:\
and others.
I've watched countless video tutorials, read countless StackOverflow threads, and in 21 days I've achieved nothing. Not even close to just seeing a project run on my machine.
I haven't been this disgusted since Windows 8 was released! Can anyone point me to something that really is for a beginner? I thought I'd be learning Laravel by now and after attempting for several hours per day for three weeks, I haven't gotten past installing whatever Laravel needs to even run.
Thank you
我正在尝试安装任何Laravel项目的第三周,其中laravel5-example是最新的。 我正在使用Windows 7.我已经尝试过XAMPP,我已经安装了composer,Virtual-box和Vagrant。 p>
一个教程让我安装Node.js. 我试图安装Homestead无济于事。 在某些时候,所有内容都会导致错误,这些错误在教程中从未提及过。 p>
我已经下载了大约十个项目,希望学习一些关于Laravel的东西,运气不好。 似乎每个人都有不同的方法,每个人都省略了关键步骤,或者给出了像“ 我尝试过安装 p>
C:\ xampp 我观看了无数的视频教程,阅读了无数的StackOverflow线程,并且在21天内我什么也没做到。 甚至还没有看到我的机器上运行的项目。 p>
自Windows 8发布以来,我并没有感到厌恶! 谁能指出我真正适合初学者的事情? 我以为我现在正在学习Laravel,在每天尝试几个小时三个星期之后,我还没有安装Laravel甚至需要运行的任何东西。 p>
谢谢
div> launch it code>”这样的指令,但没有说明如何做到这一点。 p>
C:\ xampp \ htdocs
C:\ users {username} \ AppData \ Roaming
C:\
和其他人。 p>
blockquote>
If you don't want to have any troubles with installation, try to use Homestead which is independent from your OS. All you need is install VMWare and Vagrant like any other Windows software. Then install Homestead using these instructions:
https://laravel.com/docs/5.2/homestead
In that case, you will not need cofiguring and running any Windows servers like XAMPP.
Also, try to turn off a firewall while you're installing Homestead and Laravel, because newbies have a lot of problems caused by firewall.
Try installing Homestead and if you'll meet any troubles, come back here and we'll help you to fix them.