Let's create quickly a new Laravel project
Laravel >= 5.5
composer require codeuz/project
composer update
** Warning: ** this command will overwrite the existing files
php artisan vendor:publish --tag=project --force
php artisan migrate
php artisan user:create "John" "Doe" "j@doe.com" "password"