├── LICENSE ├── README.md ├── composer.json └── src ├── Commands └── MakeUser.php └── MakeServiceProvider.php /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laracademy/commands.make-user/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laracademy/commands.make-user/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laracademy/commands.make-user/HEAD/composer.json -------------------------------------------------------------------------------- /src/Commands/MakeUser.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laracademy/commands.make-user/HEAD/src/Commands/MakeUser.php -------------------------------------------------------------------------------- /src/MakeServiceProvider.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laracademy/commands.make-user/HEAD/src/MakeServiceProvider.php --------------------------------------------------------------------------------