MrKacmaz / EloquentModels

Laravel(v.11.x) Eloquent Example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel Eloquent & Slim Framework Example

This project demonstrates the use of Laravel Eloquent ORM for handling complex database operations in an elegant and efficient manner. It includes examples of migrations, seeders, and routes to manage users, posts, and comments in a simple blog-like API.

Getting Started

These instructions will get your copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Before you begin, ensure you have the following installed on your local environment:

  • PHP >= 8.2
  • Composer
  • Laravel
  • Slimframework

Installation

  1. Clone the Repository

    git clone https://github.com/MrKacmaz/EloquentModels.git
  2. Install Dependencies

    Navigate to the project directory and install dependencies: For Laravel:

    cd EloquentModels
    composer install

    For Slim:

    cd SlimModels
    composer install

About

Laravel(v.11.x) Eloquent Example


Languages

Language:PHP 73.9%Language:Blade 25.9%Language:JavaScript 0.2%