You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 6, 2019. It is now read-only.
Without Laravel yes, without Composer no. If you include a class you need to include all of them. Not sure it's worth the hassle to be honest, what is your use case for not using Composer?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is it possible to use this library without installing it through composer / Laravel?
Tried using it in a project but getting lots of namespace errors
Fatal error: Class 'Underscore\Traits\Repository' not found in /project/underscore/src/Underscore.php on line 12
I included it at the start of my project
Including the
helpers.php
file has the same issues, can't findUnderscore/Underscore
this time.Using PHP 5.4
The text was updated successfully, but these errors were encountered: