This is in line with #34 , I am having issues initializing the project properly. Can anyone please update the init process? The one suggested is to switch to dev branch and execute php artisan app:install from there. However, I am getting a sizeof(): Parameter must be an array or an object that implements Countable error.
This is in line with #34 , I am having issues initializing the project properly. Can anyone please update the init process? The one suggested is to switch to
dev
branch and executephp artisan app:install
from there. However, I am getting asizeof(): Parameter must be an array or an object that implements Countable
error.Is the actual working copy just the
dev
branch?