https://github.com/leoziondev/yt-lara10-eventapp
Event App - Laravel 10
https://github.com/leoziondev/yt-lara10-eventapp
Last synced: over 1 year ago
JSON representation
Event App - Laravel 10
- Host: GitHub
- URL: https://github.com/leoziondev/yt-lara10-eventapp
- Owner: leoziondev
- Created: 2024-04-13T02:35:13.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T06:04:50.000Z (about 2 years ago)
- Last Synced: 2024-04-13T16:44:41.460Z (about 2 years ago)
- Language: PHP
- Size: 137 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Event App with Laravel 10
## Installations this project
Laravel 10
```
composer create-project laravel/laravel:^10.0 example-app
```
Breeze
```
composer require laravel/breeze --dev
```
```
php artisan breeze:install
```