22

Meet Birdboard

Episode
01
Published
Dec 18th, 2018
Run Time
2m 31s
Topic
Laravel
JeffreyWay's avatar
Your Instructor

This Series Has Been Archived

You are viewing an archived course. Some of the concepts in this video may no longer be relevant in 2026.

samuelokellogum's avatar
samuelokellogum
6 years ago

Excited to have this series.

DomiZ's avatar
DomiZ
6 years ago

Alternative to Valet/Vagrant etc. check out laragon.org for Windows, it's awesome and also allows pretty urls etc.

syedhamidalishahofficial's avatar
syedhamidalishahofficial
6 years ago

Yes you are right i m using laragon and loved it

tqbao86's avatar
tqbao86
6 years ago

I'm using Laragon too. Best PHP local server so far!

ezechinwa's avatar
ezechinwa
6 years ago

Hi Jeff, I love your series, thanks

tanjiya's avatar
tanjiya
6 years ago

Just discovered that series =D. Loved it <3

richbren's avatar
richbren
6 years ago

I had to run valet park (to add the birdboard Dir to valet's paths) before I could run birdboard.test in the browser

webfuelcode's avatar
webfuelcode
5 years ago

I see there is no vendor directory...but laravel asks about it.

thea's avatar
thea
5 years ago

You can generate it, go to your project's root folder and run composer install inside your terminal, that should install the vendors for you (if you need to install composer have a look here buddy : https://getcomposer.org/).

Also if you need help, I guess there are courses here to help you use composer.

Enjoy :)

keizah7's avatar
keizah7
4 years ago

Upgraded repository to laravel 8

justlasse@gmail.com's avatar

If you use Docker, check out Lando (lando.dev) it is amazingly fast to setup a dev environment

tadeoac3's avatar
tadeoac3
5 years ago

Finally, I will learn TDD.

Jinal88's avatar
Jinal88
5 years ago

when i type in $code valet, I get code not found error. What needs to be installed to support code ?

alan_chan's avatar
alan_chan
5 years ago

Code is the name of the directory on Jeffrey's computer where he keeps his coding applications. Code can be a valid command in your terminal when you want to launch vs code (IDE) - https://code.visualstudio.com/docs/editor/command-line . Your only command in the terminal should be valet. Hope that helps.

estudiante_uap's avatar
estudiante_uap
5 years ago

It was a spectacular introduction.

Chinonso Ikewelugo's avatar
Chinonso Ikewelugo
5 years ago

Amazing series, elite introduction!

jpcjr's avatar
jpcjr
5 years ago

if i am using laravel 8 will this series still be pertinent?

programators's avatar
programators
5 years ago

you can always build with 6 and then upgrade to 8 - some way of learning .

install with composer laravel 6 https://laravel.com/docs/6.x

smokeyser's avatar
smokeyser
4 years ago

I've only made it up to lesson 6 so far, but yes. Everything is still pertinent so far. They changed the way that factories are used in laravel 8, but the new syntax is easier so it's no problem adapting the code as you go.

Rhett Apeirogon's avatar
Rhett Apeirogon
3 years ago

At this stage of the game, let's go class of TDD!

figlabhq's avatar
figlabhq
3 years ago

Would you please release an updated version of this course? or do you have any Unit test course for Laravel 9+?

Your avatar