You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are the installation instructions missing something or am I? Shouldn't the install be:
composer require flynsarmy/slim-monolog
The installation instructions in the README shows usage, not installing.
I did the composer require as shown above, as I assume that this was assumed? But then I get the following error:
Fatal error: Uncaught Error: Class 'Slim\Log' not found in /var/www/server/public/index.php:10 Stack trace: #0 {main} thrown in /var/www/server/public/index.php on line 10
I would think there should be clear install instructions and then clear usage instructions. Code that I could drop into a route and it would just work.
The text was updated successfully, but these errors were encountered:
Are the installation instructions missing something or am I? Shouldn't the install be:
composer require flynsarmy/slim-monolog
The installation instructions in the README shows usage, not installing.
I did the composer require as shown above, as I assume that this was assumed? But then I get the following error:
I would think there should be clear install instructions and then clear usage instructions. Code that I could drop into a route and it would just work.
The text was updated successfully, but these errors were encountered: