squipix / support
Squipix Support Helpers
1.0
2026-03-09 20:06 UTC
Requires
- php: ^8.2
- illuminate/contracts: ^9.0|^10.0|^11.0|^12.0
- illuminate/support: ^9.0|^10.0|^11.0|^12.0
Requires (Dev)
- laravel/framework: ^9.0|^10.0|^11.0|^12.0
- orchestra/testbench: ^7.0|^8.0|^9.0|^10.0
- phpunit/phpunit: ^9.6|^10.5|^11.5
README
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
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()androute_is(). - PackageServiceProvider: Enhanced base provider for easy package resource registration.
- Database: Utilities like
PrefixedModelfor easy table prefixing. - Routing:
RouteRegistrarfor 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.