Download the PHP package fullstackmx/laravue-subscribers without Composer
On this page you can find all versions of the php package fullstackmx/laravue-subscribers. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download fullstackmx/laravue-subscribers
More information about fullstackmx/laravue-subscribers
Files in fullstackmx/laravue-subscribers
Package laravue-subscribers
Short Description Laravel and Vue based subscribers-manager app.
License MIT
Informations about the package laravue-subscribers
LaraVue Subscribers
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.

How to install?
- Clone this repository or install it through
composer create-project fullstackmx/laravue-subscribers. - Run
composer install --no-devfor production orcomposer installfor local environments. - Run the migrations
php artisan migrate. - Run the seeders
php artisan db:seed. - Enjoy!
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).
Features
- Unlimited fields supported.
- NULL values supported, because I know not all the fields are required.
- Basic validations.
- REST friendly.
- Production and Homestead ready.

Contributing
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.
License
The Laravel framework is open-sourced software licensed under the MIT license.
All versions of laravue-subscribers with dependencies
fideloper/proxy Version ^4.0
laravel/framework Version 5.7.*
laravel/tinker Version ^1.0