Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Laravel 5 Essentials

You're reading from   Laravel 5 Essentials Explore the fundamentals of Laravel, one of the most expressive and robust PHP frameworks available

Arrow left icon
Product type Paperback
Published in Apr 2015
Publisher Packt
ISBN-13 9781785283017
Length 144 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
Martin Bean Martin Bean
Author Profile Icon Martin Bean
Martin Bean
Arrow right icon
View More author details
Toc

Working with the command line

If you are just getting started with web development, you might not be completely familiar with the command-line interface (CLI). Working with Composer, virtual machines, and Homestead, and later on with Artisan, Laravel's CLI utility, will require some interaction with it.

Here is how you can start with CLI:

  1. On Windows, look for the Command Prompt program. If you cannot find it, just navigate to Start | Run and type in cmd.exe.
  2. On Mac OS X, CLI is called Terminal, and it can be found at /Applications/Utilities.
  3. On Linux, depending on your distribution of Linux, it will be called Terminal or Konsole, but if you are running Linux, you are probably already familiar with it.

You do not need to have any advanced command-line skills to get through this book and build applications with Laravel. You will, however, need to be able to navigate to the right directory in your file system before running commands. To do this, just enter the cd command, followed by the path...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image