PHP code example of larva / larva-admin

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

    

larva / larva-admin example snippets


composer create-project laravel/laravel example-app

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=larva_admin
DB_USERNAME=root
DB_PASSWORD=

composer 

php artisan admin:publish

php artisan admin:install