Put the file wherever you want, e.g. app/vimeo.php and then update composer.json and add it to the classmap section, e.g.
"autoload": {
"classmap": [
"app/commands",
"app/controllers",
"app/models",
"app/database/migrations",
"app/database/seeds",
"app/tests/TestCase.php",
"app/Vimeo.php"
]
}
Here is an Laravel wrapper for the official Vimeo API: https://github.com/vinkla/vimeo
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community