PHP code example of am2studio / laravel-admin-form

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

    

am2studio / laravel-admin-form example snippets


AM2Studio\LaravelAdminForm\AdminFormServiceProvider::class,

'AdminForm'  => AM2Studio\LaravelAdminForm\AdminFormFacade::class,

php artisan vendor:publish --provider="AM2Studio\LaravelAdminForm\AdminFormServiceProvider" --tag=views
 php
{!! AdminForm::text($name, $value, $options) !!}