Laravel and Vue based subscribers-manager app.
fullstackmx/laravue-subscribers is a Laravel package for laravel and vue based subscribers-manager app..
It currently has 0 GitHub stars and 1 downloads on Packagist (latest version v1.0.0).
Install it with composer require fullstackmx/laravue-subscribers.
Discover more Laravel packages by fullstackmx
or browse all Laravel packages to compare alternatives.
Last updated
A public subscribers-manager application based on Laravel 5.7, Vue 2 and Bootstrap 4.
The goal is to allow anyone to create and manage fields and subscribers.

composer create-project fullstackmx/laravue-subscribers.composer install --no-dev for production or composer install for local environments.php artisan migrate.php artisan db:seed.Note: This package is homestead ready so you can use ./vendor/bin/homestead make to init the Homestead.yaml file. For local environments (Vagrant) the domain validation might not work, you need to point the nameserver value (/etc/resolv.conf file) on your Virtual Machine to the actual router IP (the same IP used by your host machine).

Thank you for considering contributing to the project! Feel free to fork this project, work around your improvements or features and send me a PR.
The Laravel framework is open-sourced software licensed under the MIT license.