Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update for Laravel 8 ? #29

Open
khanks opened this issue Aug 14, 2021 · 6 comments
Open

Update for Laravel 8 ? #29

khanks opened this issue Aug 14, 2021 · 6 comments

Comments

@khanks
Copy link

khanks commented Aug 14, 2021

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.

@davmag91
Copy link

davmag91 commented Sep 6, 2021

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.

@troseman
Copy link

troseman commented Nov 27, 2022

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

@piotr-jura-udemy
Copy link
Owner

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
Copy link
Owner

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

@khanks
Copy link
Author

khanks commented Mar 4, 2023 via email

@piotr-jura-udemy
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants