- Joined
 - Feb 19, 2016
 
- Messages
 - 11,803
 
- Reaction score
 - 10,433
 
Laravel Nova nulled
Laravel Nova nulled 3.1
How-to null:
	
	
	
		
replace to
	
	
	
		
[/HIDE]
				
			Laravel Nova nulled 3.1
How-to null:
How to remove "unregistered phrase"?
open file: /nova/src/Nova.php
		PHP:
	
	     /**
     * Check to see if Nova is valid for the configured license key.
     *
     * @return bool
     */
public static function checkLicenseValidity()
{
return Cache::remember('nova_valid_license_key', 3600, function () {
return rescue(function () {
return Http::post('https://nova.laravel.com/api/license-check', [
'url' => request()->getHost(),
'key' => config('nova.license_key', ''),
])->status() == 204;
}, false);
});
}
	
		PHP:
	
	    /**
     * Check to see if Nova is valid for the configured license key.
     *
     * @return bool
     */
public static function checkLicenseValidity()
{
return true;
}
	
			
				Last edited: