PHP code example of creative-syntax / devnote
1. Go to this page and download the library: Download creative-syntax/devnote 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/ */
creative-syntax / devnote example snippets
APP_ENV=local
CreativeSyntax\DevNote\DevNoteServiceProvider::class,
php artisan vendor:publish --provider="CreativeSyntax\DevNote\DevNoteServiceProvider" --force
- OR -
php artisan vendor:publish --tag=devnote-assets --force