You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 19, 2020. It is now read-only.
Thank you so much for the awesome work in this project. I was in search for a simple blogging platform, and this fits right well! Thanks again for this cool project. I will try to do my part with contributions as we see fit.
One of the major concerns I have is that this project seems to use the Git repo root as the document root. While this can be immensely helpful for the end users, it is less appealing to those who are looking to use a more sensible approach that config files, vendor directories, migration files, etc stay outside the document root.
If the project maintainers agree, I am willing to work more on this, so I hope you wouldn't see this as a feature request alone.
I would like to suggest a composer project (lets call it anchor-project), that the composer.json file requires anchor/anchor-core package, which contains the core of this project. This basically would include the system and tests directories.
In the anchor-project repo, we can include a web directory that is supposed to be the document root configured at the web server. In addition, this repo will contain config directory where db credentials, aliases, etc all go in.
We can approach this easily as long as we do not assume a directory hierarchy at the bootstrapping phrase. The index.php file can define where it resides, and the start.php or wherever the URLs are build can listen to this path and build paths accordingly.
The text was updated successfully, but these errors were encountered:
Thank you so much for the awesome work in this project. I was in search for a simple blogging platform, and this fits right well! Thanks again for this cool project. I will try to do my part with contributions as we see fit.
One of the major concerns I have is that this project seems to use the Git repo root as the document root. While this can be immensely helpful for the end users, it is less appealing to those who are looking to use a more sensible approach that config files, vendor directories, migration files, etc stay outside the document root.
If the project maintainers agree, I am willing to work more on this, so I hope you wouldn't see this as a feature request alone.
I would like to suggest a composer
project
(lets call itanchor-project
), that thecomposer.json
file requiresanchor/anchor-core
package, which contains the core of this project. This basically would include thesystem
andtests
directories.In the
anchor-project
repo, we can include aweb
directory that is supposed to be the document root configured at the web server. In addition, this repo will containconfig
directory where db credentials, aliases, etc all go in.anchor-project
We can approach this easily as long as we do not assume a directory hierarchy at the bootstrapping phrase. The index.php file can define where it resides, and the
start.php
or wherever the URLs are build can listen to this path and build paths accordingly.The text was updated successfully, but these errors were encountered: