Incorporate spike5; working 🥳
This commit is contained in:
0
src/web/app/themes/.gitkeep
Normal file
0
src/web/app/themes/.gitkeep
Normal file
6
src/web/index.php
Normal file
6
src/web/index.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
/**
|
||||
* WordPress View Bootstrapper
|
||||
*/
|
||||
define('WP_USE_THEMES', true);
|
||||
require __DIR__ . '/wp/wp-blog-header.php';
|
9
src/web/wp-config.php
Normal file
9
src/web/wp-config.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
/**
|
||||
* Do not edit this file. Edit the config files found in the config/ dir instead.
|
||||
* This file is required in the root directory so WordPress can find it.
|
||||
* WP is hardcoded to look in its own directory or one directory up for wp-config.php.
|
||||
*/
|
||||
require_once dirname(__DIR__) . '/vendor/autoload.php';
|
||||
require_once dirname(__DIR__) . '/config/application.php';
|
||||
require_once ABSPATH . 'wp-settings.php';
|
Reference in New Issue
Block a user