Skip to content

Commit

Permalink
Merge pull request laravel#975 from andreas-bergstrom/patch-1
Browse files Browse the repository at this point in the history
Update quick.md
  • Loading branch information
taylorotwell committed Jan 27, 2015
2 parents 584a40d + a8afe40 commit 8640b68
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions quick.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ After installing Laravel, you may need to grant the web server write permissions
Typically, you may use a web server such as Apache or Nginx to serve your Laravel applications. If you are on PHP 5.4+ and would like to use PHP's built-in development server, you may use the `serve` Artisan command:

php artisan serve

By default the HTTP-server will listen to port 8000. However if that port is already in use or you wish to serve multiple applications this way, you might want to specify what port to use. Just add the --port argument:

php artisan serve --port=8080

<a name="directories"></a>
### Directory Structure
Expand Down

0 comments on commit 8640b68

Please sign in to comment.