Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
2k views

In order to let users enter dynamic content in Nova resources, I need to figure out how to make make a field dynamic in Laravel Nova? Users should be able to select the type of the field (from the ...
Hakeem.D's user avatar
  • 126
1 vote
2 answers
4k views

I am working on a new CRM project, and I have found this in the documentation: https://nova.laravel.com/docs/4.0/installation.html#disabling-nova-s-theme-switcher which will remove the toggle button ...
Dath's user avatar
  • 21
0 votes
1 answer
1k views

I'm using a Nova action to change a date. To validate the date change, I need to make sure the new date is after the old date. For some reason I'm having a really hard time accessing the old date (...
mak's user avatar
  • 3
0 votes
2 answers
933 views

I'm trying to make it possible to have 2 roles and switchable. (PHP v7.2.5 with laravel v7.30.6) I got a server-side API and admin panel on laravel/nova, which is currently in production. I have a ...
guyhguy's user avatar
  • 21
0 votes
1 answer
867 views

I'm building an admin portal with a requirement to filter by max/min in multiple columns (price, rate...etc) I wasn't able to find a built-in range filter and https://github.com/dcasia/nova-slider-...
AFT's user avatar
  • 115
1 vote
1 answer
993 views

I am setting up Laravel Nova 4 to run on portal.example.com instead of example.com/admin. Logging in works fine, but when I try to add an item in Nova, the request responds with an error: Request URL: ...
wildyeast's user avatar
1 vote
1 answer
1k views

I am trying to filter Laravel Nova resource (Reviews) data using 2 'select-filters'. I have a filter A = Manufacturers and filter B = Models. A Manufacturer has many Models. I have manufacturer and ...
Murlidhar Fichadia's user avatar
1 vote
0 answers
390 views

I have some custom field on Laravel nova with my own server rendered ui. I made this field by using https://github.com/JoshMoreno/nova-html-field but i need this custom field with a button (will add ...
Nazar Yanenko's user avatar
0 votes
1 answer
1k views

Nova 3 and Laravel 8 In RouteServiceProvider I added Route::prefix('nova-api') ->middleware(['nova']) ->domain(config('nova.domain')) ->namespace('App\Http\Controllers\...
Marine Gasparyan's user avatar
0 votes
0 answers
141 views

I have 3 tables: questions, user and userAnswer. I want to display all answers that for each user on the questions page. the the user table is the pivot. one question has many users, has many answers. ...
jkstallard's user avatar
3 votes
1 answer
846 views

I want to deploy a laravel API application that is using nova as a backend on digitalocean app platform. So I have added all environment variables as App-Level Environment Variables in app settings ...
Mena's user avatar
  • 2,061
0 votes
1 answer
911 views

I have 3 tables with relationships; Feedback has one Type and a Type has multiple Answers: Feedback->Type->Answers In Nova, I want to display all Answers to the currently Type on the Feedback ...
jkstallard's user avatar
2 votes
1 answer
1k views

I'm a bit stuck wondering what I'm doing wrong. I'm trying to use the spatie/laravel-medialibrary & ebess/advanced-nova-media-library together with nova-flexible-content In nova it works wonderful ...
dietervanhove's user avatar
-2 votes
2 answers
1k views

I just followed all the steps to make a custom Tool Laravel/Nova/custom/tools enter image description here
Lakshmi2022's user avatar
0 votes
2 answers
814 views

How can I get the sum of two text fields and set it to another text field when changing the value in Laravel Nova? I want to get Quantity x Unit_Price and set it to Amount. SimpleRepeatable::make('...
ijse govindu's user avatar
1 vote
1 answer
2k views

Im new to nova framework .i need to use action method in Resource Index. According to documentation(https://nova.laravel.com/docs/4.0/actions/defining-actions.html)" ,If an action is enabled for ...
N_Mathisha's user avatar
2 votes
1 answer
121 views

I have a Laravel 9 project with a Nova 4 admin panel and the following set of relationships: there's the Attribute entity that defines a particular attribute (e.g. Project Type, Rating, etc.). A ...
Gevorg Melkumyan's user avatar
0 votes
1 answer
215 views

I have a Nova "Date" field and it's working fine it shows the current date when the page is accessed at first. However, if the user selects the date picker and change the date it appears ...
Nelb 's user avatar
  • 65
0 votes
1 answer
1k views

public function fields(NovaRequest $request) { if (IBAN::find($model->id_user)->iban ?? false) { return [ // Exemple ]; } else { return [ Text::...
daviddiniss's user avatar
0 votes
1 answer
2k views

Hi every one Am using Laravel nova 4 on the login am having the following error when i fill and submit the login form exception: "Symfony\\Component\\HttpKernel\\Exception\\HttpException" ...
archille gael's user avatar
0 votes
0 answers
555 views

I have this Laravel nova code where there is a readonly field. But this field should be populated with a value that already exists on a database table. Do you know how to use Eloquent inside the Text ...
Nelb 's user avatar
  • 65
1 vote
2 answers
407 views

The dd($request) shows a pathInfo #pathInfo: "/nova-api/post-tags/20/update-fields". And I want to get that value, more specifically I want to check if "post-tags" is in the url. ...
Nelb 's user avatar
  • 65
0 votes
1 answer
252 views

Larvel Nova Index How can i group billno in laravel nova
Prox Grewal's user avatar
0 votes
1 answer
224 views

I have a Laravel Nova trend metric with the following code: <?php namespace App\Nova\Metrics; use App\Models\UserInteraction; use Laravel\Nova\Http\Requests\NovaRequest; use Laravel\Nova\Metrics\...
Cornel Verster's user avatar
1 vote
0 answers
269 views

I have uploaded Nova on my server, but the problem is that when I press the login button, it does not work and this message appears Summary URL: https://XXXXX/nova/login Status: 500 Internal Server ...
Ahmed Khaleel's user avatar
1 vote
1 answer
1k views

I would like to know how to preview the image after it is selected, and before submitting the form on Laravel Nova 4? # App/Nova/Image.php /** * Get the fields displayed by the resource. * * @...
agm's user avatar
  • 405
1 vote
0 answers
225 views

I'm using nova 4 and laravel 9 I want to override the default nova controller so when I click button save will post/put to customController use App\Http\Controllers\Post\StoreController; use App\Http\...
AdityaDees's user avatar
  • 1,067
0 votes
1 answer
464 views

I use laravel nova on subdomain 'admin.mydomain.com'. How do I setup nginx to serve my laravel app on mydomain.com and serve laravel nova admin panel on admin.mydomain.com ? For hosting my main app I ...
Jakub Bednár's user avatar
0 votes
2 answers
989 views

I have the following db: Showcases (n to 1) Workers (1 to 1) Users I need in the showcase resource section find showcase by user's name. In the Nova's documentation they explains that is possible ...
Boh's user avatar
  • 115
1 vote
1 answer
962 views

I have a project with users. For each user in Laravel nova, i need to define a different access level. How can this be done in Laravel Nova? Or, for example, a user can have several projects on an ...
user263980's user avatar
0 votes
2 answers
912 views

I followed all the laravel nova instructions but still can't get to the homepage or login page, all I get is the directory structure, I was able to solve this problem running the php artisan serve ...
Austyn Wilson's user avatar
1 vote
0 answers
891 views

I have a Settings nova Resource and a SettingsPolicy like below for this resource. The main goal of the policy is to hide the create button when there is already one Setting. The issue is that after ...
Robbie's user avatar
  • 23
1 vote
1 answer
1k views

I wonder if it would be possible to save information from one resource field to two different tables in MySQL? For example, if I am creating a new post in Laravel Nova and my code is: public function ...
diming0's user avatar
  • 13
0 votes
1 answer
40 views

I have an API request like this: $postInformation = (new postInformation)->handle(['field' => 'slug', 'value' => $this->slug]); A dump of this response, besides other things, show some ...
Bernard's user avatar
  • 81
0 votes
1 answer
484 views

In my Chrome DevTools I see this Erros: DevTools failed to load source map: Could not load content for http://xxx.yyy.net.local/nova-api/styles/filter.css.map: HTTP error: status code 404, net::...
Danzzz's user avatar
  • 545
0 votes
0 answers
508 views

In my app Handler.php I have this as per the Sentry docs public function register() { $this->reportable(function (Throwable $e) { if (app()->bound('sentry')) { app('...
Steven Grant's user avatar
  • 1,335
0 votes
0 answers
2k views

I want to display a Boolean depending on another value, but I do not receive any data in the callback function. BelongsTo::make('Vertrags transaktion ID', 'insurance', 'App\...
Lx45's user avatar
  • 165
1 vote
2 answers
1k views

I have a laravel nova panel like below. Im trying to use a Date field like below: new Panel('Suggestions', [ Flexible::make('Suggestions') ->addLayout('Suggestions', 'suggestion', [ ...
Bernard's user avatar
  • 81
1 vote
0 answers
300 views

I am using laravel-nova for my UI pages,i have one value which should be displayed as masked value based on the some logic up to this part it's working fine .Now my requirement is the masked value ...
usersuser's user avatar
  • 167
6 votes
1 answer
4k views

Since Nova 4 has no blades anymore that you could publish, how could you approach customization the best in for example the head navbar next to the searchbar? I'd like to add a drop-down there but I ...
NoahNxT's user avatar
  • 156
1 vote
1 answer
1k views

Within my users Table I have different roles. I have two different Dashboards and want to show the Dashboard based on thier roles. But I dont understand how the canSeeWhen method from laravel works? ...
Lx45's user avatar
  • 165
1 vote
1 answer
2k views

Im creating a Website with Laravel nova. When installing nova by default you get a login, a users table and a dashboard. Now I need to add a second login for another Tabel user_b. Is this possible and ...
Lx45's user avatar
  • 165
0 votes
1 answer
1k views

I have a laravel nova panel and its working fine. However I would like to have a static label/text above the panel saying "Read more section". Do you know if nova has some component or field ...
Bernard's user avatar
  • 81
2 votes
1 answer
1k views

I have a posts table that has a json column "read_more_section". And I want to store on that column the information regarding some fields on the NOVA CMS (title, description, label and link)....
Bernard's user avatar
  • 81
1 vote
2 answers
960 views

I was recently given a Laravel app that uses Nova and Vue in it - all three of which I've never worked with before, so apologies in advance if I ask something that should be obvious. Inside the app ...
Scott Salyer's user avatar
  • 2,475
0 votes
1 answer
2k views

I am using Nova and Laravel-Nova-Excel. I need to export the contents of a nova-resource (+ add any filters) by cron on disk, as Excel. How to do it right? Now I see this option: Get the query ...
Basil's user avatar
  • 61
0 votes
1 answer
637 views

I use laravel nova version 3. I have a OrderItem model that related to a vendor through productVariation and product_vendor. So I define relationship as like as this in OrderItem model that returns a ...
Karim Pazoki's user avatar
0 votes
1 answer
2k views

I am using Laravel 9 and Nova 4 and have a resource where a lot of the properties are nullable. I'd like the preview screen to only show a field if the value is not null. Looking at the nova docs ...
tuscan88's user avatar
  • 5,869
0 votes
2 answers
827 views

I just cloned a git repo and ran the necessary commands to install the project. When I access the login page "http://localhost:80/nova/login" it works. However after enter the correct ...
Bernard's user avatar
  • 81
1 vote
0 answers
203 views

I have a fresh installation of laravel 9 and nova 4 where i try to create a new resource tool. When i try to run npm run dev or npm run watch, it opens notepad with the mix file instead of compiling. ...
BakkertjeBrood's user avatar

1 2 3
4
5
19