Ask, reply and learn. Join the community of Akaunting.
Hi,
I am facing 2 issues in configuring Akaunting's latest version on my local machine.
a) When I run composer install command, I get multiple exception related with missing drivers like:
Exception: could not find driver
Could not analyze class App\Models\Auth\User.
Exception: could not find driver
Could not analyze class App\Models\Banking\Account.
Exception: could not find driver
Could not analyze class App\Models\Banking\Reconciliation
and many others........
b) when I run php artisan serve command and navigate to localhost:8000 IP, I get this exception:
PHP Fatal error: Unknown: Failed opening required '/home/tam/Documents/codes/full_stack/akaunting/server.php' (include_path='.:/usr/share/php')
Also, there's no documentation available about running Akaunting with Nginx on local machine.
Regards.
Another problem,
Php artisan install (as specified in the Github README) is unable to connect with my local MySQL database even though I can access it via Bash terminal. I've also updated the .env file but still doesn't work.
Showing 1 to 2 of 2 discussions