view composer.json @ 26:555bfaa500ac codex

Big update for view creation based on the column type.
author Luka Sitas <sitas.luka.97@gmail.com>
date Thu, 15 May 2025 21:50:38 -0400
parents ee8ef14e158d
children
line wrap: on
line source

{
    "name": "wizard/magicforger",
		"version": "1.0.0",
    "description": "Magically makes all your CRUD in a smart and repeatable way.",
    "autoload": {
        "psr-4": {
						"Wizard\\MagicForger\\":"src/"
        }
    },
    "minimum-stability": "stable",
    "require": {
        "laravel/framework": ">=12",
        "doctrine/dbal": "*"
    },
		"extra": {
    	"laravel": {
    	    "providers": [
						"Wizard\\MagicForger\\MagicForgerServiceProvider"
    	    ]
    	}
		}
}