I made a project in cakephp 3.0 which I want to put on a shared hosting server.
Cakephp documentation have given the solution for the previous versions here http://book.cakephp.org/2.0/en/installation/advanced-installation.html where directory structure was different than the new one.
In the older version for doing an advance installation on a shared hosting server the whole project is splitted into 3 parts
- lib,
- app and
- webroot,
and then those path are written in the .htaccess file for running the project.
In the new version app directory has become src, webroot is as it is but I couldn't find the lib directory for the installation.
Can anyone help me that how to go about it in its latest version?
lib
folder anymore, have you read the installation instructions? book.cakephp.org/3.0/en/installation.html – Mineralize