Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
Start a free Courses trial
to watch this video
Artisan CLI is the command-line interface is included with Laravel, and it provides useful commands for everyday development tasks, from building controllers to database migrations using Tinker. Tinker is a handy CLI tool that takes in a single user input, evaluates it, and returns the result to the user, also known as REPL, which is short for read-eval-print-loop. Tinker is an excellent tool for database development in general, and we’ll use it when we migrate and seed our database.
LINKS:
You need to sign up for Treehouse in order to download course files.
Sign up