PHP code example of izeffler / crud-builder-for-laravel-coreui

1. Go to this page and download the library: Download izeffler/crud-builder-for-laravel-coreui 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/ */

    

izeffler / crud-builder-for-laravel-coreui example snippets

)

[//]: # (use CrudBuilderForLaravelCoreUI\FormHelper;)

[//]: # (use CrudBuilderForLaravelCoreUI\ListHelper;)

[//]: # ()
[//]: # (// Exemplo de uso do FormHelper)

[//]: # ($formHelper = new FormHelper&#40;&#41;;)

[//]: # ()
[//]: # (// Exemplo de uso do ListHelper)

[//]: # ($listHelper = new ListHelper&#40;&#41;;)

[//]: # (
)

[//]: # (return view&#40;'crud-builder-for-laravel-core-ui::form'&#41;;)

[//]: # (return view&#40;'crud-builder-for-laravel-core-ui::list'&#41;;)

[//]: # (
bash
php artisan vendor:publish --tag=views