In Laravel 6 php artisan make:auth command not working because laravel 6 teamer update one package for UI separate portion and that package is laravel/ui package, this package will create auth views, controller routes separately from the main laravel code
Step 1: Install package
composer require laravel/ui
Step 2: Generate auth
php artisan ui:auth
Laravel Pagination Tutorial
Read for more information - Laravel Pagination Original Doc
That's it :)
I hope this will work for you..
Thank you.
Step 1: Install package
composer require laravel/ui
Step 2: Generate auth
php artisan ui:auth
Laravel Pagination Tutorial
Read for more information - Laravel Pagination Original Doc
That's it :)
I hope this will work for you..
Thank you.
إرسال تعليق