https://github.com/ahawazi/event-management
From intimate gatherings to large-scale conferences, we provide the tools and resources you need to manage every aspect of your event, registration to venue selection.
https://github.com/ahawazi/event-management
blade event-management filament laravel php plugin widget
Last synced: 3 months ago
JSON representation
From intimate gatherings to large-scale conferences, we provide the tools and resources you need to manage every aspect of your event, registration to venue selection.
- Host: GitHub
- URL: https://github.com/ahawazi/event-management
- Owner: ahawazi
- Created: 2025-01-11T11:00:44.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-02-23T09:02:52.000Z (4 months ago)
- Last Synced: 2025-02-23T10:18:37.358Z (4 months ago)
- Topics: blade, event-management, filament, laravel, php, plugin, widget
- Language: PHP
- Homepage:
- Size: 1.18 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Event Managment
## The Tech Stack
- [Laravel](https://laravel.com/).
- [Filament](https://filamentphp.com/).## Used Packages
- [Blueprint](https://blueprint.laravelshift.com/docs/installation/) For Code generation.
- [Laravel trend](https://github.com/Flowframe/laravel-trend) Generate trends for your models. Easily generate charts or reports.
- [Environment indicator](https://github.com/pxlrbt/filament-environment-indicator) confuse your tabs with different Filament environments again.
- [Awcodes shout](https://filamentphp.com/plugins/awcodes-shout) A simple inline contextual notice for Filament Forms, basically just a fancy placeholder.### Project for:
help for management events
## Running Locally
run:
```bash
composer install
```next:
```bash
npm install
```next:
```bash
cp .env.example .env
```next:
```php
php artisan key:generate
```next:
```php
php artisan storage:link
```next:
```
php artisan migrate
```next:
```bash
npm run dev
```### run:
```php
php artisan serve
```## Deployment
- todo