Skip to content
This repository was archived by the owner on Jan 9, 2024. It is now read-only.

Upgrade example to Php 8.x, Laravel 9.x, Pusher V7 #22

Closed
wants to merge 3 commits into from

Conversation

erikn69
Copy link

@erikn69 erikn69 commented Nov 30, 2021

There really wasn't much it took to get this updated for use with Laravel 8 and PHP 8. Also updated pusher to v7
I made sure to follow all of the upgrade guides and this was all that needed to be updated in the end. I've tested this and everything works as expected.

"php": "^7.3|^8.0",
"laravel/framework": "v8.74.0"
"pusher-js": "7.0.3"

Closes #21
Closes #17


UPDATED: Laravel 9.x

"php": "^8.0",
"laravel/framework": "v9.0"
"pusher-js": "7.0.3"

@erikn69 erikn69 force-pushed the upgrade_example branch 3 times, most recently from 7a6d49d to 74a8e98 Compare November 30, 2021 20:28
@systemsolutionweb
Copy link

@erikn69 erikn69 changed the title Upgrade example to Php 8.x, Laravel 8.x, Pusher V7 Upgrade example to Php 8.x, Laravel 9.x, Pusher V7 Feb 14, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Not getting install with latest Laravel version Problem while installing
2 participants