PHP Package: reliese/laravel

Reliese Laravel library simplifies database interactions and models for Laravel applications, enhancing development efficiency and performance.

Current Version: 1.3.5
Last Updated: 2024-09-26
PHP Requirement: ^7.3|^8.0
Dependencies:
illuminate/database
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Reliese Laravel library streamlines database operations and model creation within Laravel projects. It provides an efficient and effective solution for managing data interactions and relationships, boosting productivity and scalability in development workflows.

🔗 View on GitHub

Download Latest Version: 1.4.0

Clock Coming soon

Previous Versions

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/reliese/laravel/1.4.0/loader.php';
require_once 'libs/illuminate/database/12.33.0/loader.php';

use Illuminate\Database\Capsule\Manager;
use Reliese\Database\Eloquent\Model;
use Reliese\Database\Eloquent\Repository;

$obj = new Manager();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.