Questions tagged [laravel-nova]

Nova is an administration panel for Laravel, made by the creators of Laravel

Code Driven Configuration

Configure your entire Nova dashboard with simple PHP code. None of your Nova configuration is stored in the database. Painless to configure. Painless to deploy.

Keeps Your Application Pure

It’s a breeze to add a Nova administration panel to an existing Laravel application without touching your Eloquent models. After configuring a Nova resource for each model, you’re ready for lift off.

Laravel + Vue.js = ❤️

Nova is a sleek, single-page application built with Laravel and Vue.js. It's as smooth as silk and writing custom components is a cinch.

Feature Overview

  1. Resource Management
  2. Actions
  3. Filters
  4. Lenses
  5. Metrics
  6. Custom Tools
  7. Authorization
  8. Custom Fields
  9. Scout Search Integration

Resources

Laravel Nova Website

Documentation

880 questions
-2
votes
2 answers

Show the custom tool menu under Resources menu using laravel nova

I just followed all the steps to make a custom Tool Laravel/Nova/custom/tools enter image description here
-2
votes
1 answer

CORS header 'Access-Control-Allow-Origin' missing in ubuntu

I am new to laravel-nova and vuejs. I am sending a request to my private-api swagger. I have tried everything i could. I changed the conf file of my apache server given here mozailla documentation on cors. I have tried…
Qasim Ali
  • 587
  • 2
  • 11
  • 28
-2
votes
1 answer

Laravel nova - how to edit index page on resource

enter image description here enter image description here there are only number (ID) but I would like to watch category_name, Not id. When i push button RU need to watch on Russian language When i push to En need to watch in English language. Can…
-3
votes
1 answer

How can I deploy a Laravel package via filezilla?

I'm working on a Laravel project. I installed Laravel Nova via php artisan and integrated to the project locally. I know how to deploy files, but I don't know how should I deploy this package to the server via filezilla. I hope my question is…
-3
votes
1 answer

Edit Fields Not working; not updating, and sending empty array to backend

I am using Laravel version 9.41 and Nova 4. I can delete records, however it appears that on the frontend/JavaScript side of things my form fields are not having their contents captured and sent back to the server. My action_events table shows [ ]…
WebDev-SysAdmin
  • 269
  • 4
  • 12
-3
votes
1 answer

Where is a better place to place Laravel Migration?

I'm creating an erp with laravel + larvel nova, a rest api with laravel and frontend with vuejs. My doubt is: where should i build my database migration as better practice, should i put my migration in my erp project or in my api rest project. Both…
Snickfire
  • 502
  • 1
  • 3
  • 18
1 2 3
58
59