Coder Social home page Coder Social logo

laravel-manager's People

Contributors

cozylife avatar garagesocial avatar grahamcampbell avatar vinkla avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

laravel-manager's Issues

help wanted

Hello, I have a use case where I need to download another project into a temporary folder in my project, update some files and then pull the temporal project back.
My problem is that I can't see how to achieve this using the provided documentation.
I have already set the authentication and the call to GitHub::me() works fine, but when I try to call GitHub::me()->organizations() or GitHub::me()->show("myOrganization","TheRepo"), always returns Github\Exception\RuntimeException with message 'Requires authentication.
How can I get authenticated?

Unable to test facade when class extends AbstractManager

Hey Graham,
I am currently attempting to write some tests revolving around Vimeo upload functionality. I am using vinkla/laravel-vimeo to accomplish this. During my tests I am attempting to mock the Vimeo facade. The VimeoManger that the facade delivers extends your AbstractManager class. The issue ultimately comes down to the fact that the Mock class expects the __call() method's signature to to be the same.

I have a feeling most classes that use facades don't implement that magic method, so it generally isn't a problem.

The mock class expects the signature:
__call($method, array $args)

whereas AbstractManager has:
__call(string $method, array $parameters)

Attempting to override your method within the VimeoManager doesn't work. However, simply updating your __call() method does. I'm curious if I can create a pull request to literally just change out the signature? I don't see how this would affect any functionality of the method.

Thanks!

[PR] Did you unsubscribe?

@GrahamCampbell - I saw in the past you usually respond quickly, and you're committing to various other repos recently. That leads me to believe that you probably unsubscribed to notifications on PRs for your repos on GitHub.

This is just a friendly reminder that about 5 days ago I sent a couple PRs to your Laravel-Manager and Laravel-DigitalOcean repos on here to bump the version to Laravel 5.7 as it's max, while still retaining the ability for people to update it on 5.5 and 5.6.

Dynamically create FTP connection config

Hi, just wondering if you could assist with how to create an FTP connection dynamically, e.g FTP details are stored on a Model and I want to create a new connection at runtime rather than stored in the config/flysystem.php

The facade doesn't implement the createConnection method so I am having trouble figuring it out.

Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.