I am new to OctoberCMS, but familiar with laravel
While performing installation and setup via composer I am getting below error
I followed below steps to install octobercms https://octobercms.com/docs/console/commands
I have created that dir and gave it necessary permission, but still I am getting that error
I have also cleared cache by $ php artisan cache:clear && php artisan route:cache && php artisan config:cache && php artisan view:clear
but still error persist.
version
php - 7.0.33
"october/cms": "~1.0",
Kindly comment if more details are needed
Try these in order
$ php artisan cache:clear
$ php artisan route:clear
$ php artisan cache:table
$ php artisan route:cache
$ php artisan config:cache
Seems like you haven't create migration for the cache database table.