PHP code example of quasar / core

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

    

quasar / core example snippets


php artisan vendor:publish --provider="Quasar\Core\CoreServiceProvider"

php artisan storage:link

php_value post_max_size 1000M
php_value upload_max_filesize 1000M
php_value memory_limit 256M