• Categories
    • PHP
    • phpMyAdmin
    • PHPMailer
    • FFMpeg
    • PHPEXcel
    • PHPDoc
    • PHPUnit
    • CakePHP
    • CakePHP 2.0
    • Cake PHP 2.1
    • CakePHP Model
    • Facebook PHP SDK
    • composer-php
    • PHP 7
    • PHP GD
    All Categories
  • About

Laravel Nova, route not found

phplaravellaravel-nova


PHP Snippet 1:

php artisan config:clear

PHP Snippet 2:

"extra": {
    "laravel": {
        "dont-discover": [
            "*"
        ]
    }
}

PHP Snippet 3:

"extra": {
    "laravel": {
        "providers": [
            "Laravel\\Nova\\NovaCoreServiceProvider"
        ],
        "aliases": {
            "Nova": "Laravel\\Nova\\Nova"
        }
    }
},

PHP Snippet 4:

a2enmod rewrite

PHP Snippet 5:

sudo systemctl restart apache2

PHP Snippet 6:

    public function boot()
    {
        parent::boot();
        Nova::serving(function (ServingNova $event) {
            $request = $event->request;
            \Log::debug(Nova::resourceInformation($request));
        }

Related Snippets

How to fix Call to undefined method AppModelsTableName::factory?

add uri parameter to Route name in laravel

IlluminateDatabaseQueryException could not find driver [duplicate]

TesseractOCR not working for Laravel

Using spatie/media-library, how to rename a collection of uploaded files?

Docker & Laravel : configure: error: Package requirements (oniguruma) were not met

Connecting an HTML webpage to a SQL Server

Inserting Country Selection into MySQL PHP [duplicate]

How to get the survey List from surveygizmo API in the Postman?(Trial Version)

Class AppHttpControllersUserController Does Not Exist

echo language construct is discouraged. (PHP)

No result using makeStyles Material UI in react 18

Form repeater send wrong data with last element in Laravel

php: command not found Command PhaseScriptExecution failed with a nonzero exit code

Doctrine ORM: Excluding Records Based on Values of Nested Relationships

About Contact Privacy policy Terms and conditions