Open klor opened 10 years ago
@klor thanks for this! I'm sure it will be really useful to others.
As you say, I'm no longer maintaining this repo, but I'm currently on hoilday so will update the readme and composer file if I find the time.
In the meantime, PRs welcome!
Thanks again
I experienced two issues when installing nicl/silex-markdown with Silex 1.1:
Installing nicl/silex-markdown failed with Silex 1.1 when following the installation procedure. Composer said:
This can be resolved by changing the composer.json to the following. Note also that
"minimum-stability": "dev"
line was not necessary.Ad. Usage: Registering Nicl\Silex required a name space:
$app->register(new MarkdownServiceProvider());
$app->register(new Nicl\Silex\MarkdownServiceProvider());
I am aware that this repository is no longer being maintained and provide the above information to others experiencing the same issue.