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

Add php 8.0 support #71

Merged
merged 1 commit into from
Jun 4, 2021
Merged

Add php 8.0 support #71

merged 1 commit into from
Jun 4, 2021

Conversation

nafiesl
Copy link
Owner

@nafiesl nafiesl commented May 30, 2021

In this PR, we are adding some updates to support PHP 8.0.

How to test on localhost

  1. Clone the repo git clone https://github.com/nafiesl/silsilah.git silsilah80
  2. cd silsilah80
  3. git checkout add_php_8_support
  4. composer install (This step was failed reported on Error saat install project Silsilah di PHP 8.x #69)
  5. cp .env.example .env
  6. php artisan key:generate
  7. php artisan storage:link
  8. (optional) vendor/bin/phpunit

Expected Behavior

The composer install command runs with no issue (on step 4 above).

screen_2021-05-30_002

@nafiesl nafiesl marked this pull request as ready for review May 30, 2021 15:09
@nafiesl nafiesl merged commit 96fdf36 into master Jun 4, 2021
@nafiesl nafiesl deleted the add_php_8_support branch June 4, 2021 01:27
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

Successfully merging this pull request may close these issues.

1 participant