PHP code example of cs / symfony-vagrant-kernel

1. Go to this page and download the library: Download cs/symfony-vagrant-kernel 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/ */

    

cs / symfony-vagrant-kernel example snippets


protected function getProjectName()
{
    return 'some_unique_string_preferably_the_name_of_your_project';
}

protected function useMemoryCaching()
{
    return $this->getEnvironment() === 'dev';
}