PHP Classes

File: stubs/helper.stub

Recommend this page to a friend!
  Classes of Bhavin Gajjar   Laravel Make Extender   stubs/helper.stub   Download  
File: stubs/helper.stub
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Make Extender
Generate files to use in Laravel applications
Author: By
Last change:
Date: 4 months ago
Size: 142 bytes
 

Contents

Class file image Download
<?php if (!function_exists('helloWorld')) { function helloWorld(string $name): string { return "hello world: $name"; } }