This package is abandoned and no longer maintained. No replacement package was suggested.

Base for meetup applications.

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 0

Forks: 2

Open Issues: 1

Language:JavaScript

v1.0.0 2023-01-29 17:31 UTC

This package is auto-updated.

Last update: 2023-10-29 03:32:22 UTC


README

Latest Version on Packagist

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.

Installation

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

Development

If you have problems with permissions please add sudo before make example:

For postgresSql

  • $ sudo make init-postgres

For sqlLite

  • $ sudo make init-sqllite

Run env for Mac/Linux

For postgresSql

  • $ make init-postgres

For sqlLite

  • $ make init-sqllite

Run env for Windows

Please install packages makefile for Windows

For postgresSql

  • $ make init-postgres

For sqlLite

  • $ make init-sqllite

Address where the environment is available

  • http://localhost

All commands

  • make help