WEBVTT

00:00.020 --> 00:05.210
Time to get set up and have everything that you will need to code on your machine.

00:05.240 --> 00:08.330
So you're going to need PHP 8.2 or newer.

00:08.360 --> 00:10.520
There are a couple of ways you can get set up.

00:10.520 --> 00:16.400
It's either some Laravel hard or manual installation that's the preferred option, and the one I'm going

00:16.430 --> 00:17.690
to explain on the video.

00:17.720 --> 00:20.300
Another thing that you need is a code editor.

00:20.330 --> 00:25.970
I suggest using Visual Studio Code, but I'm going to also mention PHP, storm and Z.

00:26.390 --> 00:33.410
We're going to need PHP in the command line, so it's a good idea to just check if maybe you have PHP

00:33.410 --> 00:34.190
already.

00:34.190 --> 00:42.170
This can be done by typing PHP hyphen v I have PHP already, so if you have at least PHP 8.2 you should

00:42.170 --> 00:42.890
be fine.

00:42.920 --> 00:46.940
Now let me go through the options which you can use to install PHP.

00:47.060 --> 00:54.020
That's either a very popular option, a full package that also includes web server and MySQL database.

00:54.020 --> 00:57.350
Then there is a something new called Laravel Hurt.

00:57.380 --> 01:02.240
It's just an app that you are supposed to install on your system, and it will have PHP and a couple

01:02.270 --> 01:03.140
other options.

01:03.140 --> 01:10.910
It's available only for Mac OS and windows, and the third option is the one I suggest just using my

01:10.910 --> 01:12.410
tutorials from my website.

01:12.410 --> 01:17.840
I'm going to also record videos for every system for Linux, for macOS, and for windows.

01:17.840 --> 01:21.350
So those videos will be coming up next.

01:21.350 --> 01:24.980
And the other part was setting up a code editor.

01:24.980 --> 01:26.600
So there is PHP storm.

01:26.600 --> 01:31.520
It's super powerful, but it's paid so you know it's up to you.

01:31.550 --> 01:34.010
Then there is an editor called Zed.

01:34.040 --> 01:38.120
It's only available for Mac OS and Linux, not for windows yet.

01:38.150 --> 01:44.300
It's decent, but the one I would suggest is Visual Studio Code most popular one.

01:44.330 --> 01:45.920
Almost everyone is using it.

01:45.950 --> 01:52.880
It has great support for PHP, so that's also the one I'm gonna be suggesting, the one I'm going to

01:52.880 --> 01:56.300
be using and the one I will explain setting up.
