Open khanks opened 3 years ago
this^ , I copied this repo thinking that was laravel8 and ended up having a lot of trouble. @piotr-jura-udemy can you actually look at this? thanks.
very hacky "update" to L 8: edit composer.json set laravel/framework to ^8 set laravel/tinker to ^2 remove "nunomaduro/collision"
app/Exceptions/Handler.php - remove report and render functions app/Providers/AppServiceProvider.php - comment line 53, Resource::withoutWrapping(); routes/web.php - line 31, comment Auth::routes(); (says needs Laravel UI to work) delete composer.lock and vendor dir if already tried to install composer install
can do artisan migrate to create tables and test with tinker
Sorry guys I somehow missed the discussion. Part of the course was updated to v8 and it's here: https://github.com/piotr-jura-udemy/master-laravel-8. I'm actually going to re-record the course from scratch to be on v10, starting in a week or so.
Oh, and obviously this would be a free update. I will update this repository then.
Will the V8 (or v7) course still be available? I get tired of having to go to a new version when I'm still in the middle of learning an older one. Thanks!
On Sat, Mar 4, 2023, 1:24 PM Piotr Jura @.***> wrote:
Sorry guys I somehow missed the discussion. Part of the course was updated to v8 and it's here: https://github.com/piotr-jura-udemy/master-laravel-8. I'm actually going to re-record the course from scratch to be on v10, starting in a week or so.
— Reply to this email directly, view it on GitHub https://github.com/piotr-jura-udemy/laravel-course/issues/29#issuecomment-1454848846, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAG67TP5KCDUKUGSRB65ACDW2OJHJANCNFSM5CFKNIYQ . You are receiving this because you authored the thread.Message ID: @.***>
Yes, I usually leave the old content for at least 6 months.
Hi Piotr, I'm taking your wonderful 'Master Laravel 8 for Beginners & Intermediate' course and want to know if this repo will be updated for Laravel 8. Thanks.