events-tracker

所属分类:企业管理
开发工具:PHP
文件大小:13179KB
下载次数:0
上传日期:2023-06-06 06:19:42
上 传 者sh-1993
说明:  CRM和日历可跟踪事件、每周和每月系列、促销员、艺术家、制作人、dj、场馆和其他娱乐...
(CRM and calendar to track events, weekly and monthly series, promoters, artists, producers, djs, venues and other entities.)

文件列表:
.bowerrc (43, 2023-07-11)
.editorconfig (212, 2023-07-11)
.env.example (995, 2023-07-11)
.php-cs-fixer.php (4690, 2023-07-11)
.postman (0, 2023-07-11)
.postman\api (510, 2023-07-11)
CHANGELOG.md (1143, 2023-07-11)
CONTRIBUTING.md (1499, 2023-07-11)
Jenkinsfile (508, 2023-07-11)
LICENSE (1107, 2023-07-11)
SECURITY.md (431, 2023-07-11)
_config.yml (26, 2023-07-11)
_ide_helper.php (700328, 2023-07-11)
app (0, 2023-07-11)
app\Console (0, 2023-07-11)
app\Console\Commands (0, 2023-07-11)
app\Console\Commands\AdminTest.php (1013, 2023-07-11)
app\Console\Commands\DailyTweet.php (1572, 2023-07-11)
app\Console\Commands\GenerateSitemap.php (5216, 2023-07-11)
app\Console\Commands\Notify.php (4873, 2023-07-11)
app\Console\Commands\NotifyWeekly.php (5160, 2023-07-11)
app\Console\Commands\PublicizeFiles.php (1185, 2023-07-11)
app\Console\Commands\UserCleanup.php (1855, 2023-07-11)
app\Console\Kernel.php (1998, 2023-07-11)
app\Events (0, 2023-07-11)
app\Events\EventCreated.php (841, 2023-07-11)
app\Events\EventUpdated.php (841, 2023-07-11)
app\Events\UserBanned.php (701, 2023-07-11)
app\Exceptions (0, 2023-07-11)
app\Exceptions\Handler.php (1474, 2023-07-11)
... ...

[![Build](https://github.com/geoff-maddock/events-tracker/actions/workflows/php.yml/badge.svg)](https://github.com/geoff-maddock/events-tracker/actions/workflows/php.yml) # Events Tracker > A web based event calendar and tracking tool for music and arts communities. Events Tracker is a CMS designed to be set up for a music or arts community to track events, weekly and monthly series, promoters, artists, producers, djs, venues and other entities. Run an instance to create your own community where events, event series, entities, attendees and other objects can be added, tagged maintained and followed. Keep the discussion going through a related discussion forum. ## FEATURES (v2021.11.28 - Stable Release) * Public filterable and sortable event listings, with built in views by time, type and topic. * Event creation, editing and following for registered users. * User registration for private homepage with customized private event listings and account settings. * Enduser driven entity, event and relationship creation for venues, artists, musicians, promoters, etc. * Event templating for creation of reoccurring events (series). * Tagging events and entities for better categorization and searchability. * Calendar layout of all events and recurring events * Threaded events forum where posts can be linked to events, entities or topics. * Photos module to display images from events. * Default dark layout with light option. * Added enhanced data to the headers to improve search results and return site events on google. ### Built On * PHP 8.1 * Laravel 10 * MySQL 8 (can be database agnostic) * Bootstrap 5 * Optional Integrations: Facebook, Twitter ### Roadmap * Integration with external audio widgets to add previews and playlists for artists and events dynamically. * Adding to the site API to facilitate external embedding of event and entity data. * Building a more lightweight frontend that connects to the API ## Installing / Getting started Read the [full deployment notes](docs/deployment_notes.md) for the project for a more in depth installation guide. * Clone the repo. ```bash $ git clone git@github.com:geoff-maddock/events-tracker.git $ cd events-tracker ``` * Install the PHP dependencies. ``` $ composer install ``` * Install node dependencies ``` $ npm install ``` ### Configuration * Configure .env based on .env.example * Run `composer install` * Run `npm install` * Run migrations to create the initial database. - php artisan migrate:fresh * Seed database tables from one of the provided default seeders. Only run this when starting the production app the first time. - ```php artisan db:seed --class=ProdBasicDatabaseSeeder``` - The most basic data to run the app, some additional config will be required. - ```php artisan db:seed --class=ProdExtraDatabaseSeeder``` - This includes base data for all modules and more fleshed out permissions. No specific content. - ```php artisan db:seed --class=ProdPittsburghDatabaseSeeder``` - This includes everything in the ProdExtra seeder, plus some base specific data for Pittsburgh. * Set up DNS entry for your domain * Configure web server and SSL * Run node build for your environment - ```npm run dev``` - ```npm run prod``` #### API Configuration * Generate basic auth u/p and configure in .env as per [Laravel Shield](https://github.com/vinkla/laravel-shield) #### Bug Reports & Feature Requests Please use the [issue tracker](https://github.com/geoff-maddock/events-tracker/issues) to report any bugs or file feature requests. #### Developing If you'd like to contribute, please comment on the issue or contact the author before creating a PR. Once the stable version is released, I'll add more notes and welcome public contributions. ## Author Events Tracker was created by `Geoff Maddock`. Send queries to geoff.maddock @ gmail.com. ## Licensing The code in this project is licensed under MIT license.

近期下载者

相关文件


收藏者