Skip to content

Commit

Permalink
updated serviceProvider, Removed Notification
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthaksavvy committed Apr 26, 2019
1 parent d768e77 commit 125df56
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ Laravel Packer was created by, and is maintained by [Sarthak](https://github.com

Install via composer.

Note: For windows user, first run `composer global update`

```bash
composer global require bitfumes/laravel-packer
```
Expand Down
2 changes: 0 additions & 2 deletions app/Commands/Create.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ public function handle()
$this->callSilent('create:config');
});

$this->notify('Package Scaffolding is created !', 'Create something awesome with ' . cache()->get('package_name'), resource_path('icon.png'));

$this->initializeGit();
}

Expand Down
2 changes: 1 addition & 1 deletion app/Commands/Standalone/stubs/ServiceProvider.stub
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class StudlyDummyPackageNameServiceProvider extends ServiceProvider
});
}

public function publicThings(){
public function publishThings(){
if ($this->app->runningInConsole()) {
$this->publishes([
__DIR__ . '/../config/StudlyDummyPackageName.php' => config_path('StudlyDummyPackageName.php'),
Expand Down
Binary file modified builds/packer
Binary file not shown.
2 changes: 1 addition & 1 deletion config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
|
*/

'version' => 'v1.5.4',
'version' => 'v1.5.5',

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit 125df56

Please sign in to comment.