https://github.com/devbeno/event-calendar
https://github.com/devbeno/event-calendar
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devbeno/event-calendar
- Owner: devbeno
- Created: 2024-03-23T17:05:07.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-23T17:07:53.000Z (over 2 years ago)
- Last Synced: 2025-03-02T09:27:01.248Z (over 1 year ago)
- Language: Vue
- Size: 2.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Before start remember to fill cp .env.example .env
## Setup instructions
```
composer install
```
```
yarn install
```
```
php artisan migrate
```
```
yarn run watch && php artisan serve
```
## Min. requirements
```
php: ^7.3|^8.0
```