-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8a9eef4
commit 197ae7d
Showing
11 changed files
with
83 additions
and
85 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,75 +1,42 @@ | ||
# Laravel IPTV Customers - FelipeMateus\IPTVCustomers | ||
|
||
[![Latest Stable Version](http://poser.pugx.org/felipemateus/iptv-customers/v)](https://packagist.org/packages/felipemateus/iptv-customers) [![Total Downloads](http://poser.pugx.org/felipemateus/iptv-customers/downloads)](https://packagist.org/packages/felipemateus/iptv-customers) [![Latest Unstable Version](http://poser.pugx.org/felipemateus/iptv-customers/v/unstable)](https://packagist.org/packages/felipemateus/iptv-customers) [![License](http://poser.pugx.org/felipemateus/iptv-customers/license)](https://packagist.org/packages/felipemateus/iptv-customers) [![PHP Version Require](http://poser.pugx.org/felipemateus/iptv-customers/require/php)](https://packagist.org/packages/felipemateus/iptv-customers) | ||
|
||
|
||
This package controls all customers and plans integrated with [iptv-channels](https://github.com/eufelipemateus/laravel-iptv-channels) generates a list of channels for each customer. | ||
|
||
|
||
|
||
## Instaling | ||
[![Latest Stable Version](http://poser.pugx.org/felipemateus/iptv-customers/v)](https://packagist.org/packages/felipemateus/iptv-customers) [![Total Downloads](http://poser.pugx.org/felipemateus/iptv-customers/downloads)](https://packagist.org/packages/felipemateus/iptv-customers) [![Latest Unstable Version](http://poser.pugx.org/felipemateus/iptv-customers/v/unstable)](https://packagist.org/packages/felipemateus/iptv-customers) [![License](http://poser.pugx.org/felipemateus/iptv-customers/license)](https://packagist.org/packages/felipemateus/iptv-customers) [![PHP Version Require](http://poser.pugx.org/felipemateus/iptv-customers/require/php)](https://packagist.org/packages/felipemateus/iptv-customers) | ||
|
||
This a Laravel package controls all customers and plans integrated with [iptv-channels](https://github.com/eufelipemateus/laravel-iptv-channels) generates a list of channels m3u8 for each customer. | ||
|
||
Tested in Laravel 8.54. | ||
![Screenshot Feipe Mateus IPTV Customers](https://felipemateus.com/wp-content/uploads/2021/10/image_2021-10-15_00-34-26.png) | ||
|
||
## Instaling | ||
|
||
### Run the command below in root to install the package in your project. | ||
Tested in Laravel 8.54. | ||
|
||
### Run the command below in root to install the package in your project. | ||
|
||
```bash | ||
composer require felipemateus/iptv-customers | ||
``` | ||
|
||
|
||
|
||
|
||
### Verify this file 'config/app.php' | ||
|
||
```php | ||
|
||
<?php | ||
|
||
... | ||
|
||
'providers' => [ | ||
|
||
... | ||
|
||
FelipeMateus\IPTVCustomers\IPTVProvider::class | ||
... | ||
|
||
]; | ||
composer require felipemateus/iptv-customers | ||
|
||
``` | ||
|
||
|
||
|
||
### Migrate the database | ||
|
||
|
||
|
||
|
||
```bash | ||
|
||
php artisan migrate | ||
|
||
``` | ||
|
||
## Extra | ||
|
||
## License | ||
- [more info about iptv-customers](https://felipemateus.com/blog/2021/10/gerenciador-iptv-customer) | ||
|
||
- To add new locale compatibility you need contribute to [iptv-core](https://github.com/eufelipemateus/laravel-iptv-core/blob/main/src/Class/Locale.php) first. | ||
|
||
[![License](http://poser.pugx.org/felipemateus/iptv-customers/license)](https://packagist.org/packages/felipemateus/iptv-customers) | ||
## License | ||
|
||
[![License](http://poser.pugx.org/felipemateus/iptv-customers/license)](https://packagist.org/packages/felipemateus/iptv-customers) | ||
|
||
## Author | ||
|
||
|
||
|
||
[Felipe Mateus](https://felipemateus.com) |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"title":"Customers", | ||
"menus":[ | ||
{ | ||
"name":"Customers", | ||
"icon": "users", | ||
"route": "list_customer" | ||
}, | ||
{ | ||
"name":"Plans", | ||
"icon": "file-contract", | ||
"route": "list_plan" | ||
} | ||
] | ||
} | ||
|
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"Customers": "Clientes", | ||
"Add Customer": "Add Cliente", | ||
"Customers List": "Lista de Clientes", | ||
"Customer":"Cliente", | ||
"Plans": "Planos", | ||
|
||
"Username":"Usuário", | ||
"Plan": "Plano", | ||
"Plans List":"Lista de Planos", | ||
"Add Plan": "Adicionar Plano", | ||
"Price": "Preço", | ||
"Plan Active?": "Plano Ativo?", | ||
"Is additional?": "Plano adicional?", | ||
"Channels Groups" : "Grupos de Canais", | ||
"add group": "adicionar grupo", | ||
"delete group": "excluir grupo" | ||
} |
File renamed without changes.
11 changes: 6 additions & 5 deletions
11
src/views/customer.blade.php → src/resources/views/customer.blade.php
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
13 changes: 8 additions & 5 deletions
13
src/views/customer_list.blade.php → src/resources/views/customer_list.blade.php
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
15 changes: 8 additions & 7 deletions
15
src/views/plan_list.blade.php → src/resources/views/plan_list.blade.php
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 was deleted.
Oops, something went wrong.