PHP code example of richardkimdesigns / laravel-simplejs
1. Go to this page and download the library: Download richardkimdesigns/laravel-simplejs 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/ */
richardkimdesigns / laravel-simplejs example snippets
php artisan list
php artisan make:js <filename>
php artisan make:js <filename> --standalone
php artisan js:promote <filename>
php artisan js:demote <filename>
php artisan js:list