PHP code example of rjcodes / rjcms

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

    

rjcodes / rjcms example snippets


composer san rjcms:install
bash
   php artisan rjcms:install
   
bash
php artisan rjcms:install --demo
bash
php artisan vendor:publish --tag=rjcms-config
bash
composer update rjcodes/rjcms
php artisan migrate
php artisan vendor:publish --tag=rjcms-assets --force
bash
php artisan vendor:publish --tag=rjcms-views