HolgerHatGarKeineNode 7b8d32807c closes #21 feat: add calendar stream URL to meetups
This commit adds a calendar stream URL to each meetup. The URL is copied to
the clipboard when the user clicks on a new button added to the UI. The copied
URL can be pasted into a compatible calendar app, allowing the user to easily
add the meetup to their calendar. This feature was added to several views
including 'profile/meetups', 'meetup/landing-page', and
'meetup/landing-page-event'. The associated controller 'DownloadMeetupCalendar'
and livewire components were also updated accordingly.
2024-01-07 10:31:39 +01:00
2023-02-09 22:15:37 +01:00
2022-11-29 12:03:04 +01:00
2023-12-08 17:33:54 +01:00
2023-12-08 17:33:54 +01:00
2022-11-29 12:03:04 +01:00
2023-11-24 15:37:05 +01:00
2022-11-29 12:03:04 +01:00
2023-02-06 21:15:07 +01:00
2022-11-29 12:03:04 +01:00
2023-02-12 19:01:39 +01:00
2022-11-29 12:03:04 +01:00
2023-03-13 16:35:20 +01:00
2022-11-29 10:56:19 +00:00
2023-02-19 16:16:55 +01:00
2023-08-21 18:04:06 +02:00
2022-11-29 12:03:04 +01:00
2022-11-29 17:42:58 +01:00
2022-12-12 19:17:09 +01:00
2022-12-21 14:58:41 +01:00
2023-10-30 11:39:00 +01:00

Laravel Forge Site Deployment Status

Development

Installation

cp .env.example .env

docker run --rm \
    -u "$(id -u):$(id -g)" \
    -v $(pwd):/var/www/html \
    -w /var/www/html \
    laravelsail/php81-composer:latest \
    composer install --ignore-platform-reqs

(you need a valid Laravel Nova license)

Start docker development containers

vendor/bin/sail up -d

Migrate and seed the database

./vendor/bin/sail artisan migrate:fresh --seed

./vendor/bin/sail artisan storage:link

Install node dependencies

vendor/bin/sail yarn install

Start just in time compiler

vendor/bin/sail yarn dev

Update dependencies

vendor/bin/sail yarn

Contributing

WIP

Security Vulnerabilities

If you discover a security vulnerability within this project, please send an e-mail to Benjamin Takats via bt@affekt.de. All security vulnerabilities will be promptly addressed.

License

Open-sourced software licensed under the MIT license.

Languages
PHP 60%
Blade 34.9%
JavaScript 2.9%
Shell 1.1%
Vue 0.6%
Other 0.5%