May 17, 2023 in AI
Generating Database Seed Files with ChatGPT
Frameworks like Laravel and Ruby on Rails eliminate countless decisions that you would otherwise be forced to make when building web applications. Even so, a great deal of time is spent on mundane tasks rather than building the intellectual property…
March 31, 2020 in Learn
Introducing: PHP with Laravel Techdegree
Hi 👋🏼, my name is Jonathan Barrios, and I’m a full-stack web developer and an instructor here at Treehouse. I’m excited to announce the first of four Laravel courses being released over the next several months as part of the…
March 24, 2020 in Learn
What is PHP?
Some programming languages have been around a while—PHP is one of them. It’s been around since 1994! But, just because PHP has been around the block doesn’t mean it’s not useful today. In fact, PHP has made a comeback in…
September 24, 2014 in Learn
How to Install Laravel Homestead on Windows
In the first section of the Laravel Basics Course we install Laravel Homestead on OS X. Several of our students have requested that the installation procedure for Laravel Homestead on Windows be shown as well. One of the joys of…
June 19, 2014 in Learn
Using Laravel Homestead as Your Development Environment
There are many ways to setup a local PHP development environment available to us. Traditionally there are some very common issues with each of them preventing a good generic base to teach from. Some methods are cross platform methods where…