Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/r00ts3c/panel
https://github.com/r00ts3c/panel
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/r00ts3c/panel
- Owner: R00tS3c
- Created: 2024-01-29T22:42:52.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-29T22:45:49.000Z (11 months ago)
- Last Synced: 2024-10-25T03:54:08.879Z (2 months ago)
- Language: PHP
- Size: 3.81 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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 `` component as the root level.