scrap-masters / meetup
This package is abandoned and no longer maintained.
No replacement package was suggested.
Base for meetup applications.
v1.0.0
2023-01-29 17:31 UTC
Requires
- php: ^8.1.5
- doctrine/dbal: ^3.4
- fruitcake/laravel-cors: ^3.0.0
- guzzlehttp/guzzle: ^7.4.5
- kyslik/column-sortable: ^6.4.2
- laravel/framework: ^9.23
- laravel/sanctum: ^2.14 || ^3.0
- laravel/socialite: ^5.5.3
- laravel/telescope: ^4.9.1
- laravel/tinker: ^2.7.2
- spatie/laravel-package-tools: ^1.14
- spatie/laravel-permission: ^5.5.5
Requires (Dev)
- blumilksoftware/blt: dev-main
- blumilksoftware/codestyle: 1.8.0
- fakerphp/faker: ^1.20
- mockery/mockery: ^1.5
- nunomaduro/collision: ^6.2
- nunomaduro/larastan: ^2.1.12
- orchestra/testbench: ^7.6
- phpstan/phpstan: ^1.8.2
- phpstan/phpstan-mockery: ^1.1
- phpunit/phpunit: ^9.5.21
- spatie/laravel-ignition: ^1.3.1
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
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