mirror of
https://github.com/restoreddev/phpapprentice.git
synced 2025-08-24 15:22:51 +02:00
Added copying of files to build folder
This commit is contained in:
@@ -7,6 +7,7 @@ return [
|
||||
'code_dir' => __DIR__ . '/code',
|
||||
'templates_dir' => __DIR__ . '/templates',
|
||||
'output_dir' => '/tmp/apprentice_output',
|
||||
'files_dir' => __DIR__ . '/files',
|
||||
'pages' => [
|
||||
Page::create('index', 'index.phtml'),
|
||||
Page::create('test', null, 'test.php', [
|
||||
|
0
test/static/files/TEST
Normal file
0
test/static/files/TEST
Normal file
0
test/static/files/test.txt
Normal file
0
test/static/files/test.txt
Normal file
Reference in New Issue
Block a user