Closed GromNaN closed 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:
laravel/ui
- composer install laravel/ui + composer require laravel/ui
Thanks! Fixing now.
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: