Plugin permettant la gestion d'abonnée à une newsletter.
Via Composer
$ composer require yoan1005/abonews
In your composer.json
"autoload": {
"classmap": [
"database/seeds",
"database/factories",
==> "packages"
],
"psr-4": {
"App\\": "app/",
==> "Yoan1005\\Abonews\\": "packages/Yoan1005/Abonews/src"
}
},
composer dump-autoload
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"
Please see the changelog for more information on what has changed recently.
Please see contributing.md for details and a todolist.
If you discover any security related issues, please email yo instead of using the issue tracker.
license. Please see the license file for more information.