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
instructions should use vendor/bin path rather long deep path: vendor/bin/propel config:convert
require '/vendor/autoload.php' in script.php should be relative to script not absolute (/vendor vs ./vendor or just __DIR__ .'/vendor')
this sentence seems incomplete: 2. Run 'composer update' inside the
missing instructions how to create database
missing monolog dependency?
$ php script.php
PHP Fatal error: Class 'Monolog\Logger' not found in /home/glen/scm/propel/fiddle-b759f4c/vendor/propel/propel/src/Propel/Runtime/ServiceContainer/StandardServiceContainer.php on line 474
The text was updated successfully, but these errors were encountered:
vendor/bin
path rather long deep path:vendor/bin/propel config:convert
require '/vendor/autoload.php'
inscript.php
should be relative to script not absolute (/vendor
vs./vendor
or just__DIR__ .'/vendor'
)2. Run 'composer update' inside the
The text was updated successfully, but these errors were encountered: