Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
Well done!
You have completed Laravel Basics!
You have completed Laravel Basics!
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:
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign upRelated Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up