PHP code example of laramab / crudgenerator

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

    

laramab / crudgenerator example snippets




return [
    /*
    |--------------------------------------------------------------------------
    | Model directory
    |--------------------------------------------------------------------------
    |
    | This value is the name of your application. This value is used when the
    | framework needs to place the application's name in a notification or
    | any other location as ation or
    | any other location as  other location as plication or its packages.
    |
    */
    'path_request' => 'app/Http/Requests',
];

php artisan crud:generator Gender "ភេទ" "gender" "name_km:string, name_en:string"
`
php artisan vendor:publish --provider="Laramab\Crudgenerator\CrudGeneratorServiceProvider"
crud-generator.php