PHP code example of rahmatawaludin / laravel-notes

1. Go to this page and download the library: Download rahmatawaludin/laravel-notes 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/ */

    

rahmatawaludin / laravel-notes example snippets


'providers' => array(
    ...
    'Rahmatawaludin\LaravelNotes\LaravelNotesServiceProvider'
  )

$ php artisan notes
bash
$ php artisan notes todo
bash
$ php artisan notes --extra-filters=foo,bar
bash
$ php artisan notes --
bash
$ php artisan notes --exclude-path=app/views