Skip to content

MrKacmaz/EloquentModels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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