laravel / fortify

Backend controllers and scaffolding for Laravel authentication.
https://laravel.com/docs/fortify
MIT License
1.62k stars 294 forks source link

Trying to install Fortify. Getting an error when trying to publish Fortify's resources #138

Closed rotaercz closed 4 years ago

rotaercz commented 4 years ago

Did a new project via:

composer create-project laravel/laravel

Was just following instructions here:

https://github.com/laravel/fortify

When I run:

php artisan vendor:publish --provider="Laravel\Fortify\FortifyServiceProvider"

I get the error:

Unable to locate publishable resources.
driesvints commented 4 years ago

Hi there,

Thanks for reporting but it looks like this is a question which can be asked on a support channel. Please only use this issue tracker for reporting bugs with the library itself. If you have a question on how to use functionality provided by this repo you can try one of the following channels:

However, this issue will not be locked and everyone is still free to discuss solutions to your problem!

Thanks.