laravelnews / site-bugs

5 stars 0 forks source link

Incorrect composer command #18

Closed GromNaN closed 1 year ago

GromNaN commented 1 year ago

Hello,

I tried your article on "Laravel Tutorial: Step by Step Guide to Building Your First Laravel Application". This is the best get started article I found, thank you. In "Authentication Scaffolding" chapter, I think the command to install laravel/ui with composer is incorrect. It should be fixed like this:

- composer install laravel/ui
+ composer require laravel/ui
ericlbarnes commented 1 year ago

Thanks! Fixing now.