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

Fatal error: Class 'Slim\Views' not found #86

Closed
Sirjoseph94 opened this issue Jul 27, 2017 · 1 comment
Closed

Fatal error: Class 'Slim\Views' not found #86

Sirjoseph94 opened this issue Jul 27, 2017 · 1 comment

Comments

@Sirjoseph94
Copy link

I keep getting this error when i try to use the twig template engine with Slim.
this is my composer.json

{
"require": {
"slim/slim": "^3.8",
"directus/sdk": "0.2.*",
"slim/twig-view": "dev-master"

},

"minimum-stability": "dev",
"repositories": [
    {
        "type": "git",
        "url": "https://github.com/wellingguzman/zend-db"
    }
]

}

below is a screen shot of the codes

capture

@geggleto
Copy link
Member

geggleto commented Jul 27, 2017

We cannot support your use of a private repo. Please use the public repo.

Please do not use dev-master; use a tagged version.

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

2 participants