An open API service indexing awesome lists of open source software.

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.

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