1.- crear el proyecto composer create-project --prefer-dist laravel/laravel GestionOKR 2.- cambiar linea en composer.json "minimum-stability": "dev", 3.- instalar filament php composer require filament/filament 4.- instalar panel php artisan filament:install --panels 5.- Revisar coneccion a Mysql 6.- Crear usuario administrador php artisan make:filament-user npm install npm run dev 7.- .- Revisar configuracion Mysql 'engine' => 'innoDb' 8.- Archivos de lenguaje php artisan vendor:publish --tag=filament-actions-translations >> >> php artisan vendor:publish --tag=filament-forms-translations >> >> php artisan vendor:publish --tag=filament-infolists-translations >> >> php artisan vendor:publish --tag=filament-notifications-translations >> >> php artisan vendor:publish --tag=filament-tables-translations >> >> php artisan vendor:publish --tag=filament-translations 9.- crear los modelos php artisan make:model -m 10.- crear CRUD php artisa make:filament-resource --generate 11.- Calenario composer require guava/calendar php artisan filament:assets php artisan make:filament-widget php artisan make:filament-panel Cliente php artisan storage:link php artisan migrate php artisan vendor:publish --tag=filament-config php artisan make:queue-batches-table php artisan make:notifications-table php artisan vendor:publish --tag=filament-actions-migrations php artisan migrate php artisan make:filament-exporter [RECURSO]] --generate notificaciones ----- php artisan make:queue-batches-table php artisan make:notifications-table excel ---- composer require pxlrbt/filament-excel notificacion