I am using sulu minimal edition.
So i want to create bundle for my custom controllers. I have contact form in my website. On form submit i want redirect to symfony route. Save data in custom table and display in admin area user role wise. Whats best way?
I follow http://blog.sulu.io/how-to-develop-a-bundle-in-the-sulu-admin-1 but php on ./bin/websiteconsole debug:router my new routes created in controller not showing.