Skip to content
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.

Provide more clear explanation on using Dwoo without Composer #78

Open
Juribiyan opened this issue Mar 1, 2018 · 2 comments
Open

Provide more clear explanation on using Dwoo without Composer #78

Juribiyan opened this issue Mar 1, 2018 · 2 comments

Comments

@Juribiyan
Copy link

On the project's Getting started page there's mentioned that you can use Dwoo without Composer. But there's no clear explanation on how to actually do it. In a similar issue there's a comment that says that "you need to include/require all files manually" such as:

require './lib/Dwoo/Core.php';
require ...

I tried scanning Dwoo directory and requiring every php file and I got this error:

Fatal error: Interface 'Dwoo\ICompiler' not found in <...>\lib\Dwoo\Compiler.php on line 33

I suppose this happens due to wrong order in which files are required (since I used scandir the order was probably alphabetical). What order is correct?

@luzrain
Copy link

luzrain commented Jul 6, 2018

I also interesting this.

@Loreith
Copy link

Loreith commented Jul 25, 2018

Bump

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants