PHP code example of laracademy / make

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

    

laracademy / make example snippets


Laracademy\Make\MakeServiceProvider::class

php artisan make:user [email protected]

php artisan make:user [email protected] --name=Mickey

php artisan make:user [email protected] --password=Y

php artisan make:user [email protected] --userclass=\\App\\Models\\User