HEX
Server: nginx/1.28.3
System: Linux lightweb-s1 5.15.0-173-generic #183-Ubuntu SMP Fri Mar 6 13:29:34 UTC 2026 x86_64
User: drdrivek-71 (1047)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: /home/hasdeuac-119/has.deu.ac.kr/vendor/laravel/nova/readme.md
# Laravel Nova 👩‍🚀

![Build Status](https://app.chipperci.com/projects/8d0bc3d0-073f-4bfd-83f3-4a9879a9aaab/status/master)

- [Website](https://nova.laravel.com)
- [Releases](https://nova.laravel.com/releases)
- [Documentation](https://nova.laravel.com/docs)
  - [Installation](https://nova.laravel.com/docs/3.0/installation.html)
  - [Updating Nova](https://nova.laravel.com/docs/3.0/installation.html#updating-nova)
- [Nova Packages](https://novapackages.com)

## Upgrade Guide

- Copy the `Main` dashboard to your codebase
- Delete the `cards` method from your `NovaServiceProvider`
- Action `fields()` method changed to `fields(NovaRequest $request)`

### Modals

If you have a custom modal, make sure to add the `<teleport to="#modals">` component as the root level.