| Package Data | |
|---|---|
| Maintainer Username: | benepfist | 
| Maintainer Contact: | pfisterer.bene@gmail.com (Benedict Pfisterer) | 
| Package Create Date: | 2014-01-06 | 
| Package Last Update: | 2022-01-17 | 
| Language: | PHP | 
| License: | Unknown | 
| Last Refreshed: | 2025-10-25 15:00:26 | 
| Package Statistics | |
|---|---|
| Total Downloads: | 46 | 
| Monthly Downloads: | 0 | 
| Daily Downloads: | 0 | 
| Total Stars: | 0 | 
| Total Watchers: | 1 | 
| Total Forks: | 0 | 
| Total Open Issues: | 0 | 
First ensure you have the latest version of composer installed.
Run composer self-update.
Install this package through Composer. To your composer.json file, add:
"require-dev": {
	"benepfist/artisan-utility": "dev-master"
}
Next, run composer install --dev to download it.
Add the service provider to app/config/local/app.php, within the providers array.
'providers' => append_config(
	array(
		// ...
		'Benepfist\ArtisanUtility\ArtisanUtilityServiceProvider',
		)
	),
)
Run php artisan to view the new laravel:add command: