edsel77 / calendar-events
Calendar events coding exam.
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^7.2.5
- fideloper/proxy: ^4.2
- fruitcake/laravel-cors: ^1.0
- guzzlehttp/guzzle: ^6.3
- laravel/framework: ^7.0
- laravel/socialite: ^4.3
- laravel/tinker: ^2.0
- laravel/ui: ^2.0
- tymon/jwt-auth: ^1.0.0
Requires (Dev)
- beyondcode/laravel-dump-server: ^1.4.0
- doctrine/dbal: ^2.9
- facade/ignition: ^2.0
- fzaninotto/faker: ^1.9.1
- laravel/dusk: ^5.11
- mockery/mockery: ^1.3.1
- nunomaduro/collision: ^4.1
- phpunit/phpunit: ^8.5
This package is auto-updated.
Last update: 2025-03-12 23:44:44 UTC
README
calendar app
Installation
git clone https://github.com/edsel77/calendar-events.git
- edit
.env
and set your database connection details - run
composer install
- run
php artisan key:generate
andphp artisan jwt:secret
php artisan migrate
npm install
Usage
Development
#laravel server php artisan serve # build and watch npm run watch
Production
npm run production