documentation of usage

Issue #25 new
Ben Ali created an issue

ok good this is installation instructions where i can find the documentation of usage ?

Comments (2)

  1. Lucas Hibbard

    I am finding the same issue. I have it installed and not getting errors, but how do I actually use this package?

  2. Lucas Hibbard

    I've been able to figure out a little bit of how to use this. First, there is a step missing. That is that you need to add

    #!
    
    'Anvard'            => 'Atticmedia\Anvard\AnvardFacade',
    

    to your aliases in the app.php file. From here, you can call any of the methods that are in the vendor/atticmedia/anvard/src/AtticMedia/Anvard/Anvard.php file by doing Annard::?.

    This should at least help a little.

  3. Log in to comment