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 -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -