PHP code example of luminovang / luminova

1. Go to this page and download the library: Download luminovang/luminova library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

luminovang / luminova example snippets


#[Route('/', methods: ['GET'])]
public function index(): int 
{
    return $this->view('index');
}

 
$router->get('/', 'YourController::index');
bash
php novakit server
bash
php novakit generate:sitemap