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
- Host: GitHub
- URL: https://github.com/alexlatam/laravel-eloquent
- Owner: alexlatam
- Created: 2023-03-22T20:32:34.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-11T02:28:54.000Z (about 2 years ago)
- Last Synced: 2025-01-21T16:22:51.497Z (4 months ago)
- Topics: database, eloquent, eloquent-orm, laravel, laravel-framework, php
- Language: PHP
- Homepage:
- Size: 428 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Eloquent with Laravel
Laravel 8.0 | PHP 7.4 |## Instalation
```
composer install
php artisan key:generate
php artisan migrate --seed
```### All the exmaples are in the routes/web.php file