This repository has been archived by the owner on Feb 15, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Project transferred to The Dragon Code
- Loading branch information
Andrey Helldar
committed
Feb 14, 2022
1 parent
aac0adb
commit 89a532b
Showing
10 changed files
with
51 additions
and
117 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
* text=auto | ||
|
||
.github/ export-ignore | ||
tests/ export-ignore | ||
|
||
.codecov.yml export-ignore | ||
.editorconfig export-ignore | ||
.gitattributes export-ignore | ||
.gitignore export-ignore | ||
.php_cs export-ignore | ||
.scrutinizer.yml export-ignore | ||
.styleci.yml export-ignore | ||
.travis.yml export-ignore | ||
phpunit.xml.dist export-ignore | ||
tests export-ignore | ||
guides export-ignore | ||
|
||
phpunit.xml export-ignore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
patreon: andrey_helldar | ||
open_collective: dragon-code | ||
custom: [ "https://paypal.me/helldar", "https://yoomoney.ru/to/410012608840929" ] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
.idea/ | ||
vendor/ | ||
build/ | ||
|
||
*.bak | ||
*.cache | ||
*.clover | ||
*.orig | ||
|
||
composer.lock |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,51 @@ | ||
# Laravel `app:name` support | ||
|
||
<img src="https://preview.dragon-code.pro/andrey-helldar/laravel-app.svg?brand=laravel" alt="Laravel App"/> | ||
![the dragon code laravel app](https://preview.dragon-code.pro/the-dragon-code/laravel-app.svg?brand=laravel) | ||
|
||
This package provides a backwards compatibility layer for Laravel 5.8 `app:name` command in the latest Laravel release. | ||
This package provides a backwards compatibility layer for Laravel `app:name` command in the latest Laravel release. | ||
|
||
<p align="center"> | ||
<a href="https://packagist.org/packages/andrey-helldar/laravel-app"><img src="https://img.shields.io/packagist/dt/andrey-helldar/laravel-app.svg?style=flat-square" alt="Total Downloads" /></a> | ||
<a href="https://packagist.org/packages/andrey-helldar/laravel-app"><img src="https://img.shields.io/github/v/release/andrey-helldar/laravel-app?label=stable&style=flat-square" alt="Latest Stable Version" /></a> | ||
<a href="LICENSE"><img src="https://img.shields.io/packagist/l/andrey-helldar/laravel-app.svg?style=flat-square" alt="License" /></a> | ||
</p> | ||
[![Stable Version][badge_stable]][link_packagist] | ||
[![Total Downloads][badge_downloads]][link_packagist] | ||
[![License][badge_license]][link_license] | ||
|
||
|
||
## Installation | ||
|
||
To get the latest version, simply require the project using [Composer](https://getcomposer.org): | ||
|
||
``` | ||
composer require andrey-helldar/laravel-app --dev | ||
```bash | ||
composer require dragon-code/laravel-app --dev | ||
``` | ||
|
||
Instead, you may of course manually update your require block and run `composer update` if you so choose: | ||
|
||
```json | ||
{ | ||
"require-dev": { | ||
"andrey-helldar/laravel-app": "^1.0" | ||
"dragon-code/laravel-app": "^1.0" | ||
} | ||
} | ||
``` | ||
|
||
|
||
## Using | ||
|
||
Set the application namespace by console command: | ||
|
||
``` | ||
```bash | ||
php artisan app:name <name> | ||
``` | ||
|
||
|
||
## License | ||
|
||
This package is released under the [MIT License](LICENSE). | ||
|
||
The code is taken from the [Laravel Framework](https://github.com/laravel/framework/pull/27575). | ||
|
||
|
||
[badge_downloads]: https://img.shields.io/packagist/dt/dragon-code/laravel-app.svg?style=flat-square | ||
|
||
[badge_license]: https://img.shields.io/packagist/l/dragon-code/laravel-app.svg?style=flat-square | ||
|
||
[badge_stable]: https://img.shields.io/github/v/release/TheDragonCode/laravel-app?label=stable&style=flat-square | ||
|
||
[link_packagist]: https://packagist.org/packages/dragon-code/laravel-app |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters