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

https://github.com/alexlatam/laravel-eloquent

Some expamples using Eloquent with Laravel
https://github.com/alexlatam/laravel-eloquent

database eloquent eloquent-orm laravel laravel-framework php

Last synced: about 2 months ago
JSON representation

Some expamples using Eloquent with Laravel

Awesome Lists containing this project

README

        

# Eloquent with Laravel
Laravel 8.0 | PHP 7.4 |


Build Status
Total Downloads
Latest Stable Version
License

## Instalation
```
composer install
php artisan key:generate
php artisan migrate --seed
```

### All the exmaples are in the routes/web.php file