laravel-course icon indicating copy to clipboard operation
laravel-course copied to clipboard

Update for Laravel 8 ?

Open khanks opened this issue 4 years ago • 6 comments

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.

khanks avatar Aug 14 '21 18:08 khanks

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.

davmag91 avatar Sep 06 '21 11:09 davmag91

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

troseman avatar Nov 27 '22 22:11 troseman

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.

piotr-jura-udemy avatar Mar 04 '23 19:03 piotr-jura-udemy

Oh, and obviously this would be a free update. I will update this repository then.

piotr-jura-udemy avatar Mar 04 '23 19:03 piotr-jura-udemy

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: @.***>

khanks avatar Mar 04 '23 19:03 khanks

Yes, I usually leave the old content for at least 6 months.

piotr-jura-udemy avatar Mar 04 '23 19:03 piotr-jura-udemy