A symfony bundle that provides tools to build a rich application sitemap. The main goals are : simple, no databases, various namespace (eg. google image), respect constraints etc.
MIT License
357
stars
102
forks
source link
Default dump dir made absolute, using kernel.project_dir parameter #234
Should fix #225
Configuration
dump_directory
was prefixed with%kernel.project_dir%
(which was added as of Symfony3.3
).