syedn-tech/laravel-helper

Helper for syedn's laravel project

Maintainers

Package info

github.com/syedn-tech/syedn-laravel-helper

pkg:composer/syedn-tech/laravel-helper

Statistics

Installs: 8

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.9 2026-04-22 04:30 UTC

This package is auto-updated.

Last update: 2026-04-22 04:30:38 UTC


README

SYEDN Logo

Latest Version on Packagist Total Downloads

A collection of useful helper functions and classes to accelerate Laravel development at SYEDN Tech Solutions.

Features

  • Base Classes: Model, Repository, Service, Trait, Constant, and Exception base classes with interfaces
  • Custom Artisan Commands: Generate repositories, services, and constants
  • Custom Stub System: Override Laravel's default stubs with package-specific implementations
  • Auto-Discovery: Automatically registers service provider and commands
  • Automatic Dependencies: Auto-installs Orchestra Testbench as dev dependency
  • Smart Composer Scripts: Adds convenient test scripts to consumer projects
  • Laravel 12 Compatible: Built for Laravel 12 and PHP 8.4+

Installation

You can install the package via composer:

composer require syedn-tech/laravel-helper