Download the PHP package squipix/support without Composer
On this page you can find all versions of the php package squipix/support. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download squipix/support
More information about squipix/support
Files in squipix/support
Package support
Short Description Squipix Support Helpers
License MIT
Homepage https://github.com/squipix/support
Informations about the package support
Support
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 and Setup
- Usage
- Helpers
- Providers
- Database
- Routing
- Stubs
Installation
You can install the package via composer:
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 [email protected] instead of using the issue tracker.
Credits
All versions of support with dependencies
illuminate/contracts Version ^9.0|^10.0|^11.0|^12.0
illuminate/support Version ^9.0|^10.0|^11.0|^12.0