Skip to content

snehaaa162/foundation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Foundation Package – Iquesters Iquesters Logo

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

  1. Require the package using Composer:

    composer require iquesters/foundation
    
  2. Run the migrations to add the foundation related tables to your database:

    php artisan migrate

About

A foundational package providing base classes and utilities for Laravel modules.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PHP 70.5%
  • Blade 29.5%