squipix/support

Squipix Support Helpers

Maintainers

Package info

github.com/squipix/support

pkg:composer/squipix/support

Statistics

Installs: 34

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

1.0 2026-03-09 20:06 UTC

This package is auto-updated.

Last update: 2026-03-09 20:09:47 UTC


README

GitHub Workflow Status Coverage Status Scrutinizer Code Quality SensioLabs Insight GitHub Issues

Packagist Packagist Release Packagist Downloads

By Squipix© Forked from https://github.com/ARCANEDEV/Support

squipix/support is a collection of helpers and tools for SQUIPIX + Laravel projects. It provides a set of tools to streamline Laravel package and application development.

Table of Contents

  1. Installation and Setup
  2. Usage
  3. Helpers
  4. Providers
  5. Database
  6. Routing
  7. Stubs

Installation

You can install the package via composer:

composer require squipix/support

Usage Summary

The library provides several components:

  • Helpers: Global functions like laravel_version() and route_is().
  • PackageServiceProvider: Enhanced base provider for easy package resource registration.
  • Database: Utilities like PrefixedModel for easy table prefixing.
  • Routing: RouteRegistrar for fluent route definitions.
  • Stubs: A flexible class for generating files from templates.

For detailed information, please check the _docs folder.

Contribution

Feel free to submit any issues or pull requests, please check the contribution guidelines.

Security

If you discover any security related issues, please email info@squipix.com instead of using the issue tracker.

Credits