iquesters / foundation
A foundational package providing base classes and utilities for Laravel modules
Installs: 72
Dependents: 5
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 1
Open Issues: 1
pkg:composer/iquesters/foundation
Requires
- php: >=8.1
- laravel/framework: ^10.0|^11.0|^12.0
README
A powerful and reusable foundation management package for Laravel,
developed and maintained by Iquesters.
This package provides the base structure, migrations, and seeders required for
handling modules and other foundational data within a Laravel application.
It serves as the core dependency for many other Iquesters packages.
⚙️ Purpose
The Foundation Package acts as the base layer for modular Laravel development.
It defines the common database schema, model structure, and seed data logic
that other packages rely on — ensuring consistency and interoperability
across all Iquesters Laravel modules.
🚀 Installation
-
Require the package using Composer:
composer require iquesters/foundation
-
Run the migrations to add the foundation related tables to your database:
php artisan migrate