very basic code which we use offten in our day to day development and sometime we stucked . i write those issue here with simple solution.
You will get codes of html, css, javascript, jquery, json,ajax, node.js, vue.js, nuxt.js, php and Mysql
Friday, March 4, 2016
Get directory path in symfony 2.8 and 3.0
Get base path -:
echo 'path is '.realpath($this->container->getParameter('kernel.root_dir').'/..');
No comments:
Post a Comment