Move all the contents of the directory called web on the root of the Symfony2 projectRename app_dev.php in your index.phpEdit the .htaccess file replacing all app_dev.php with index.phpEdit your index.php simply updating the require_once paths to let it include the files on the right paths:<?php... [...]
Read MoreIf you haven't any particular dependencies you can easily deploy your Angular app in a shared hosting using the amazing Ng Cli.Simply run:ng build --prodIf you haven't any error, this command will build your app and create a dist directory. In this directory, you will find the result of your app with sta... [...]
Read MoreYii 2 has a good documentation and it helps you to do almost anything you need for your application. I have had some trouble on deployment. I have a couple of websites on a shared hosting and I wanted to follow the tutorials but there was something wrong at the end. Let's see the links:Read the docsOfficial website... [...]
Read More