sikessem/framework
Sikessem Framework is a Laravel customization built for the Sikessem/Starter ecosystem. Requires PHP 8.2+ and Composer v2+. Install via Composer (sikessem/framework) to use the framework’s tailored conventions and tooling in your app.
sikessem/starter dependency (implied but undocumented) could introduce hidden constraints (e.g., additional PHP extensions, database schemas).v0.5.0 to v0.10.0 in ~6 months).sikessem/starter mandatory? What are its requirements (e.g., PHP extensions, database migrations)?v0.9.x to v0.10.0)?v0.8.0 to v0.9.0)?sikessem/starter) may introduce hidden constraints.sikessem/starter.composer why-not sikessem/framework to check for conflicts with third-party packages.laravel-shift/dependency-checker to validate compatibility.pdo_mysql, fileinfo, bcmath) are enabled.sikessem/starter (e.g., gd for image processing).composer validate and manual inspection to identify namespace collisions.composer.json:
{
"require": {
"laravel/framework": "^10.0",
"sikessem/framework": "^0.10",
"sikessem/starter": "^x.y" // If mandatory
}
}
AppServiceProvider with Sikessem’s providers.config/app.php to include Sikessem’s bindings..env variables for Sikessem-specific settings (e.g., `SIHow can I help you explore Laravel packages today?