Search
 
SCRIPT & CODE EXAMPLE
 

PHP

laravel Add a static label/text above panel

public function fields(Request $request)
        {
            return [
                ID::make(__('ID'), 'id')->sortable(),
    
                new Panel('Read more section', [                
    
                    JSON::make('Read more section', [
                        Text::make('Title')->rules(['max:255']),
                        Text::make('Description'),
                    ])->data // <-- added data.
                ]),
                
               
            ];
        }
Comment

PREVIOUS NEXT
Code Example
Php :: pht get header from request 
Php :: laravel simple 
Php :: Yii2 hasMany relation additional condition 
Php :: how to cooncet dabase eith laraavel 
Php :: phplinit config 
Php :: convert array to associative array php 
Php :: php execute script wait for response 
Php :: php spellchecker 
Php :: php pdo check if record exists before insert 
Php :: php crash course could not find driver 
Php :: php notice: trying to access array offset on value of type bool in /usr/share/php/pear/rest.php on line 187 
Php :: returning two yajra datatable using single method on the sam view laravel 
Php :: convert php array into json online 
Php :: __sleep and __wakeup 
Php :: phoenix query builder 
Php :: remove public from laravel 8 url 
Php :: CausesActivity trait 
Php :: [name] 
Php :: syntax error, unexpected variable "$result" in D:wordpressxampphtdocs empleteuser_delete.php on line 13 
Php :: chunk in laravel 
Php :: laravel get limited character of string 
Php :: Ajuster la taille par défaut pour le contenu intégré 
Php :: symfony translation variable in twig 
Php :: at C:UsersKamyarweb-pages elebotvendorsymfonyprocessPipesWindowsPipes.php:63 laravel error 
Php :: Laravel API ResourceCollection doesnt works 
Php :: cast_assoc 
Php :: carbon get difference between two dates in years and months 
Php :: laravel many to many relationship with pivot table 
Php :: https://stackoverflow.com/questions/58589741/angular-8-hide-divs-and-show-div-on-button-click 
Php :: Convert English Date Time To Persian Date Time JDF PHP 
ADD CONTENT
Topic
Content
Source link
Name
1+7 =