Se agrega Filament

Este commit está contenido en:
2025-10-08 23:48:39 -03:00
padre 56bd0b8d8a
commit 34d6905721
Se han modificado 34 ficheros con 2279 adiciones y 86 borrados

Ver fichero

@@ -103,3 +103,8 @@ Route::get('/asociar', function(){
Route::get('/componentes', function(){
return view('componentes');
});
Route::get('test', function(){
return view('test');
});