Skip to content

Instantly share code, notes, and snippets.

View ratheeps's full-sized avatar

Ratheepan Jayakkumar ratheeps

View GitHub Profile
@ratheeps
ratheeps / Design-Decisions.md
Created October 27, 2025 17:00
Summary of Design Decisions
Aspect Decision Reason
Repository Returns DTOs instead of Eloquent Layer separation, type safety, database agnostic
Repository Binding Singleton Stateless, performance, memory efficiency
Service Binding Regular binding Request-specific state, context isolation
Interface Usage Always use interfaces Testing, flexibility, implementation swapping
@ratheeps
ratheeps / List.md
Created March 13, 2018 13:33 — forked from nahid/List.md
List of open source projects made with Laravel

Other people's projects:

My projects (tutorials are on my blog at http://maxoffsky.com):

@ratheeps
ratheeps / App_Http_VideoStream.php
Created October 27, 2016 02:12 — forked from vluzrmos/App_Http_VideoStream.php
Laravel VideoStream.
<?php
namespace App\Http;
/**
* Description of VideoStream
*
* @author Rana
* @link https://gist.github.com/vluzrmos/d5682ad426525196d069
*/