Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Update readme and license
Browse files Browse the repository at this point in the history
  • Loading branch information
atehnix committed Feb 4, 2018
1 parent d2a695d commit ad6bcd1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 19 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2016 Andrey Sosnov aka ATehnix <[email protected]>
Copyright (c) 2016-2018 Andrey Sosnov aka ATehnix <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
21 changes: 3 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,31 +6,16 @@ The package gives you the opportunity to customize Artisan commands like `artisa

Any location of the generated classes and with any content.

## Installation

## Installation for Laravel 5.5
> *For older laravel versions see: [older instllation](https://github.com/atehnix/laravel-stubs/tree/v2.0.0#installation)*
You can get library through [composer](https://getcomposer.org/)

```
composer require atehnix/laravel-stubs
```

Next up, the service provider
`Illuminate\Foundation\Providers\ConsoleSupportServiceProvider::class,`

should be replaced by
`ATehnix\LaravelStubs\Providers\ConsoleSupportServiceProvider::class,`

```php
// config/app.php

'providers' => [
...
// Illuminate\Foundation\Providers\ConsoleSupportServiceProvider::class,
ATehnix\LaravelStubs\Providers\ConsoleSupportServiceProvider::class,
...
];
```

To publish the config file to `config/stubs.php` run:

```
Expand Down

0 comments on commit ad6bcd1

Please sign in to comment.