php - Fatal error: Class NativeSessionTokenStorage not found in Silex -


fatal error: class 'symfony\component\security\csrf\tokenstorage\nativesessiontokenstorage' not found in

i've installed formserviceprovider silex application. when try load page, error above appears. i've looked files, , i've found symfony folder, there's no component folder in it.

how can fix this?

i had reinstall security csrf using

composer require symfony/security-csrf 

Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

java - How to provide dependency injections in Eclipse RCP 3.x? -