@hadyfayed/filament-react-wrapper
Version:
Enterprise React integration for Laravel/Filament - Smart asset loading, 90%+ React-PHP function mapping, no-plugin Filament integration
20 lines (12 loc) • 389 B
JavaScript
// Auto-generated Laravel bundle
// Get registry from React Wrapper
const registry = window.ReactWrapper?.componentRegistry
if (registry) {
// Register all discovered components
console.log('Registered 0 components with React Wrapper')
} else {
console.warn('React Wrapper not found - components not registered')
}
// Export for manual registration if needed
export {
}