PHP code example of webfactorybulgaria / base

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

    

webfactorybulgaria / base example snippets


   php artisan admintool:install
   

   php artisan vendor:publish
   

   php artisan migrate
   

   php artisan admintool:create cats
   

   php artisan migrate
   

php artisan admintool:install

php artisan cache:prefix yourCachePrefix

php artisan typicms:database

php artisan clear-html

php artisan admintool:publish pages

php artisan admintool:create cats