PHP code example of forci / remember-me-bundle

1. Go to this page and download the library: Download forci/remember-me-bundle 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/ */

    

forci / remember-me-bundle example snippets

xml
<service id="forci_remember_me.repo.abstract" abstract="true">
    <factory service="doctrine.orm.default_entity_manager" method="getRepository"/>
</service>