• 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

Limit login attempts in Laravel 5.7

How to create a cookie to store the timestamp of when a page is first loaded with php

Why rand() every time I refresh the page?

PHP Array split string and Integers

Show Custom Data in Woocommerce Order Details Admin Area

How can I create a Download Page with post php method?

*** ERROR *** The PHP configuration loaded file is: c:/wamp64/bin/php/php8.1.0/php.ini - should be: c:/wamp64/bin/apache/apache2.4.53.1/bin/php.ini

Laravel SQL query midnight time not showing

find in set in laravel ? example

Laravel Model save() & update() Not Saving

I want a way to give path to my files which are outside of public folder in laravel

Python - Include another Python script

Detect emoticons in string

PHP - installing Xdebug on Mac with XAMPP (Unix File)

How to make Canonicals with PHP

About Contact Privacy policy Terms and conditions