scrap-masters/meetup
最新稳定版本:v1.0.0
Composer 安装命令:
composer require scrap-masters/meetup
包简介
Base for meetup applications.
关键字:
README 文档
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
统计信息
- 总下载量: 6
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-01-29