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();)
[//]: # ()
[//]: # (// Exemplo de uso do ListHelper)
[//]: # ($listHelper = new ListHelper();)
[//]: # (
)
[//]: # (return view('crud-builder-for-laravel-core-ui::form');)
[//]: # (return view('crud-builder-for-laravel-core-ui::list');)
[//]: # (
bash
php artisan vendor:publish --tag=views