Skip to content

Latest commit

 

History

History
executable file
·
83 lines (57 loc) · 1.99 KB

readme.md

File metadata and controls

executable file
·
83 lines (57 loc) · 1.99 KB

Abonews

Plugin permettant la gestion d'abonnée à une newsletter.

Installation automatically (not working)

Via Composer

$ composer require yoan1005/abonews

Installation manually (use it)

In your composer.json

"autoload": {
    "classmap": [
        "database/seeds",
        "database/factories",
      ==>  "packages"
    ],
    "psr-4": {
        "App\\": "app/",
      ==>  "Yoan1005\\Abonews\\": "packages/Yoan1005/Abonews/src"
    }
},
composer dump-autoload

Usage

Download via composer the package

Si Laravel > 5.5, le package sera automatiquement chargé par l'auto-discover Sinon ajouter le serviceProvider dans le config/app.php

  Yoan1005\Abonews\AbonewsServiceProvider::class

Pour transférer les configs/assets/etc… du package, utiliser la commande publish:

php artisan vendor:publish --provider="Yoan1005\Abonews\AbonewsServiceProvider"

Todo

Change log

Please see the changelog for more information on what has changed recently.

Contributing

Please see contributing.md for details and a todolist.

Security

If you discover any security related issues, please email yo instead of using the issue tracker.

Credits

License

license. Please see the license file for more information.