Skip to content
New issue

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

No vendor/autoload.php #64

Closed
unixdigest opened this issue Nov 20, 2015 · 5 comments
Closed

No vendor/autoload.php #64

unixdigest opened this issue Nov 20, 2015 · 5 comments

Comments

@unixdigest
Copy link

I was just looking at the code in index.php where the autoloader is being loaded. There is no "autoload.php" file in the repo.

require_once __DIR__ . '/vendor/autoload.php';
@Awilum
Copy link
Collaborator

Awilum commented Nov 20, 2015

because for development you need to

  1. Download Composer
  2. run with console in project folder: php composer.phar install

@Awilum
Copy link
Collaborator

Awilum commented Nov 20, 2015

But in release build you will find vendor folder https://github.com/morfy-cms/morfy/releases/tag/v2.0.0

@Razzwan
Copy link

Razzwan commented Nov 24, 2015

yes, but if you install with composer all files was added.

2015-11-20 21:50 GMT+02:00 KNL notifications@github.com:

I was just looking at the code in index.php where the autoloader is being
loaded. There is no "autoload.php" file in the repo.

require_once DIR . '/vendor/autoload.php';


Reply to this email directly or view it on GitHub
#64.

@Awilum
Copy link
Collaborator

Awilum commented Nov 25, 2015

@Razzwan okey, I will recheck this.

@Awilum Awilum reopened this Nov 25, 2015
@Awilum
Copy link
Collaborator

Awilum commented Nov 30, 2015

@bitflop @Razzwan

Working examples
1.

php composer.phar create-project morfy-cms/morfy
composer create-project morfy-cms/morfy

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

No branches or pull requests

3 participants