PHP code example of cruddy / ace

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

    

cruddy / ace example snippets


'Kalnoy\Cruddy\Ace\AceServiceProvider',

$schema->code('description')->mode('html');

$schema->code('description')->height(300);

$schema->code('description')->wordwrap(false);

$schema->markdown('description');

php artisan vendor:publish --provider="Kalnoy\Cruddy\Ace\AceServiceProvider"