fullstackmx / laravue-subscribers
Laravel and Vue based subscribers-manager app.
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^7.1.3
- fideloper/proxy: ^4.0
- laravel/framework: 5.7.*
- laravel/tinker: ^1.0
Requires (Dev)
- beyondcode/laravel-dump-server: ^1.0
- filp/whoops: ^2.0
- fzaninotto/faker: ^1.4
- laravel/homestead: ^7.19
- mockery/mockery: ^1.0
- nunomaduro/collision: ^2.0
- phpunit/phpunit: ^7.0
This package is auto-updated.
Last update: 2025-03-26 19:48:11 UTC
README
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-dev
for production orcomposer install
for 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.