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

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

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
```