├── LICENSE.md ├── README.md ├── composer.json ├── config └── shortcuts.php └── src ├── ServiceProvider.php └── ShortcutManager.php /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenluijten/artisan-shortcuts/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenluijten/artisan-shortcuts/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenluijten/artisan-shortcuts/HEAD/composer.json -------------------------------------------------------------------------------- /config/shortcuts.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenluijten/artisan-shortcuts/HEAD/config/shortcuts.php -------------------------------------------------------------------------------- /src/ServiceProvider.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenluijten/artisan-shortcuts/HEAD/src/ServiceProvider.php -------------------------------------------------------------------------------- /src/ShortcutManager.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svenluijten/artisan-shortcuts/HEAD/src/ShortcutManager.php --------------------------------------------------------------------------------