The packet was created to make it quick and easy to create pages for local meetups. If you are missing some functionality you can expand , overwrite the package without problems. It is recommended to install the package on a clean version of laravel.
In order to install the package, you need to run these commands
composer require scrap-masters/meetup
php artisan vendor:publish --provider="Blumilk\Meetup\Core\MeetupServiceProvider" --all --force
php artisan migrate:fresh
php artisan db:seed --class=RolesAndPermissionsSeeder
php artisan db:seed --class=DummyDataSeeder
If you have problems with permissions please add sudo before make example:
$ sudo make init-postgres
$ sudo make init-sqllite
$ make init-postgres
$ make init-sqllite
Please install packages makefile for Windows
$ make init-postgres
$ make init-sqllite
http://localhost
make help