PHP code example of zofe / rapyd-admin

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

    

zofe / rapyd-admin example snippets

bash
php artisan rpd:make:setup
php artisan serve
bash
php artisan rpd:make UserTable User
bash
php artisan rpd:make Articles Article --module=Blog

app/Modules/Blog/
├── Livewire/
│   ├── ArticlesEdit.php
│   ├── ArticlesTable.php
│   └── ArticlesView.php
├── Views/
│   ├── articles_edit.blade.php
│   ├── articles_table.blade.php
│   └── articles_view.blade.php
└── routes.php
bash
php artisan rpd:install --companies