Skip to content

Commit a9a15cd

Browse files
committed
Merge pull request laravel#2062 from TalAter/patch-1
Updated call to make:controller in quickstart-intermediate.md
2 parents f2d0a57 + 8b9c7f5 commit a9a15cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quickstart-intermediate.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ Now, all we have to do is add the authentication routes to our routes file. We c
256256

257257
Since we know we're going to need to retrieve and store tasks, let's create a `TaskController` using the Artisan CLI, which will place the new controller in the `app/Http/Controllers` directory:
258258

259-
php artisan make:controller TaskController --plain
259+
php artisan make:controller TaskController
260260

261261
Now that the controller has been generated, let's go ahead and stub out some routes in our `app/Http/routes.php` file to point to the controller:
262262

0 commit comments

Comments
 (0)