We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I downloaded this about a couple days ago to use for website building. The issue is I can't find the index.php. Was this somehow left out?
I didn't use composer since my composer broke, so I used the files for straight download.
The text was updated successfully, but these errors were encountered:
create index.php in the root folder and add the following code:
require_once __DIR__ . '/vendor/autoload.php'; $config = require __DIR__ . '/config/config.php'; $builder = new PHPageBuilder\PHPageBuilder($config); $builder->handleRequest();
Next rename or copy "config/config.example.php" to "config/config.php".
Edit the config file with your database configurations. Ensure to import "config/create-tables.sql" to your db.
That should work.
Sorry, something went wrong.
No branches or pull requests
I downloaded this about a couple days ago to use for website building. The issue is I can't find the index.php. Was this somehow left out?
I didn't use composer since my composer broke, so I used the files for straight download.
The text was updated successfully, but these errors were encountered: