nafiesl / silsilah

A genealogy/family tree application, built with Laravel.
MIT License
577 stars 283 forks source link

Add php 8.0 support #71

Closed nafiesl closed 3 years ago

nafiesl commented 3 years ago

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 #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