https://github.com/muetze42/laravel-nova-example-projects
Laravel Nova Examples
https://github.com/muetze42/laravel-nova-example-projects
framework laravel laravel-nova nova
Last synced: 5 months ago
JSON representation
Laravel Nova Examples
- Host: GitHub
- URL: https://github.com/muetze42/laravel-nova-example-projects
- Owner: Muetze42
- License: mit
- Created: 2023-12-27T19:52:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-27T21:28:22.000Z (over 2 years ago)
- Last Synced: 2025-02-17T03:34:00.024Z (about 1 year ago)
- Topics: framework, laravel, laravel-nova, nova
- Homepage:
- Size: 5.3 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Laravel Nova Example Projects
[Laravel Nova](https://nova.laravel.com/) is great, no question about it. But of course it's not impossible to come
across requirements that Nova doesn't cover by default.
There are a large number of community packages. But do you want to use a large number of packages all the time and be
dependent on them being maintained?
Laravel and Laravel Nova offer the necessary built-in functionality to realise desired adaptations without installing a
community package.
Various projects are implemented in this repository and an attempt is made to manage without or with as few additional
packages as possible.
## Overview
| Branch | Description | Authors |
|-----------------------------------------------------------------------------------------------------|-------------------------------|---------|
| [custom-login](https://github.com/Muetze42/laravel-nova-example-projects/tree/feature/custom-login) | Create Custom Nova Login Page | - |
## More
* [Issue or report a security vulnerability](https://github.com/Muetze42/laravel-nova-example-projects/issues)
* [Ideas, Q&A, Show and tell etc](https://github.com/Muetze42/laravel-nova-example-projects/discussions)
* New Branches with other Projects are welcome