Skip to content
This repository was archived by the owner on Aug 23, 2021. It is now read-only.

Commit 5d7580a

Browse files
committed
08/05/2019
0 parents  commit 5d7580a

567 files changed

Lines changed: 38279 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.editorconfig

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
root = true
2+
3+
[*]
4+
charset = utf-8
5+
end_of_line = lf
6+
insert_final_newline = true
7+
indent_style = space
8+
indent_size = 4
9+
trim_trailing_whitespace = true
10+
11+
[*.md]
12+
trim_trailing_whitespace = false
13+
14+
[*.yml]
15+
indent_size = 2

.env.example

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
APP_NAME=uRepairPC
2+
APP_ENV=production
3+
APP_KEY=
4+
APP_DEBUG=false
5+
APP_URL=http://localhost
6+
APP_TIMEZONE=UTC
7+
APP_LOCALE=en
8+
APP_DEMO=false
9+
10+
LOG_CHANNEL=stack
11+
12+
DB_CONNECTION=mysql
13+
DB_HOST=127.0.0.1
14+
DB_PORT=3306
15+
DB_DATABASE=homestead
16+
DB_USERNAME=homestead
17+
DB_PASSWORD=secret
18+
19+
BROADCAST_DRIVER=redis
20+
CACHE_DRIVER=redis
21+
QUEUE_CONNECTION=sync
22+
SESSION_DRIVER=file
23+
SESSION_LIFETIME=120
24+
25+
REDIS_HOST=127.0.0.1
26+
REDIS_PASSWORD=null
27+
REDIS_PORT=6379
28+
29+
MAIL_DRIVER=smtp
30+
MAIL_HOST=smtp.mailtrap.io
31+
MAIL_PORT=2525
32+
MAIL_USERNAME=null
33+
MAIL_PASSWORD=null
34+
MAIL_ENCRYPTION=null
35+
36+
JWT_SECRET=

.gitattributes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
* text=auto
2+
*.css linguist-vendored
3+
*.scss linguist-vendored
4+
*.js linguist-vendored
5+
CHANGELOG.md export-ignore

.gitignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
/node_modules
2+
/public/hot
3+
/public/storage
4+
/storage/*.key
5+
/vendor
6+
/.idea
7+
/.vscode
8+
.env
9+
.phpunit.result.cache
10+
Homestead.json
11+
Homestead.yaml
12+
npm-debug.log
13+
yarn-error.log

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2019 uRepairPC
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
# uRepairPC
2+
3+
<p align="center">
4+
<a href="https://github.com/uRepairPC">
5+
<img width="500" src="https://raw.githubusercontent.com/uRepairPC/docs/master/public/logo-left-icon.png" alt="uRepairPC">
6+
</a>
7+
</p>
8+
<p align="center">
9+
Accounting system for orders for the repair of technical means.
10+
</p>
11+
12+
## Links
13+
- [Website](https://urepairpc.com/)
14+
- [Demo](https://demo.urepairpc.com/)
15+
- [Docs](https://docs.urepairpc.com/)
16+
17+
## Introducing
18+
Internal system with which you can manage applications, users, equipment.
19+
Manage roles and access to different sections on the site.
20+
21+
**Preview Branch** - [Demo](https://demo.urepairpc.com/)
22+
23+
*Complete, assembled project for* **production**.
24+
25+
## Ecosystem
26+
| Project | Status | Description |
27+
|---------|--------|-------------|
28+
| [urepairpc-urepairpc] | ![urepairpc-urepairpc-status] | Full Build Project |
29+
| [urepairpc-server] | ![urepairpc-server-status] | Backend |
30+
| [urepairpc-web] | ![urepairpc-web-status] | Frontend |
31+
| [urepairpc-websocket] | ![urepairpc-websocket-status] | WebSocket for Real-Time |
32+
| [urepairpc-autodeploy] | ![urepairpc-autodeploy-status] | Autodeploy for Demo website |
33+
| [urepairpc-release] | ![urepairpc-release-status] | Build project for Production |
34+
| [urepairpc-daemon] | ![urepairpc-daemon-status] | Service for Windows/Linux |
35+
| [urepairpc-landing] | ![urepairpc-landing-status] | Project Information |
36+
| [urepairpc-docs] | ![urepairpc-docs-status] | Documentation (Vuepress) |
37+
38+
[urepairpc-urepairpc]: https://github.com/uRepairPC/urepairpc
39+
[urepairpc-urepairpc-status]: https://img.shields.io/github/release/urepairpc/urepairpc.svg
40+
41+
[urepairpc-server]: https://github.com/uRepairPC/server
42+
[urepairpc-server-status]: https://img.shields.io/github/package-json/v/urepairpc/server.svg
43+
44+
[urepairpc-web]: https://github.com/uRepairPC/web
45+
[urepairpc-web-status]: https://img.shields.io/github/package-json/v/urepairpc/web.svg
46+
47+
[urepairpc-websocket]: https://github.com/uRepairPC/websocket
48+
[urepairpc-websocket-status]: https://img.shields.io/github/package-json/v/urepairpc/websocket.svg
49+
50+
[urepairpc-autodeploy]: https://github.com/uRepairPC/autodeploy
51+
[urepairpc-autodeploy-status]: https://img.shields.io/github/package-json/v/urepairpc/autodeploy.svg
52+
53+
[urepairpc-release]: https://github.com/uRepairPC/release
54+
[urepairpc-release-status]: https://img.shields.io/github/package-json/v/urepairpc/release.svg
55+
56+
[urepairpc-daemon]: https://github.com/uRepairPC/daemon
57+
[urepairpc-daemon-status]: https://img.shields.io/github/package-json/v/urepairpc/daemon.svg
58+
59+
[urepairpc-landing]: https://github.com/uRepairPC/landing
60+
[urepairpc-landing-status]: https://img.shields.io/github/package-json/v/urepairpc/landing.svg
61+
62+
[urepairpc-docs]: https://github.com/uRepairPC/docs
63+
[urepairpc-docs-status]: https://img.shields.io/github/package-json/v/urepairpc/docs.svg
64+
65+
## License
66+
[MIT](https://opensource.org/licenses/MIT)

app/Console/Kernel.php

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
<?php
2+
3+
namespace App\Console;
4+
5+
use Illuminate\Console\Scheduling\Schedule;
6+
use Illuminate\Foundation\Console\Kernel as ConsoleKernel;
7+
8+
class Kernel extends ConsoleKernel
9+
{
10+
/**
11+
* The Artisan commands provided by your application.
12+
*
13+
* @var array
14+
*/
15+
protected $commands = [
16+
//
17+
];
18+
19+
/**
20+
* Define the application's command schedule.
21+
*
22+
* @param \Illuminate\Console\Scheduling\Schedule $schedule
23+
* @return void
24+
*/
25+
protected function schedule(Schedule $schedule)
26+
{
27+
// $schedule->command('inspire')
28+
// ->hourly();
29+
}
30+
31+
/**
32+
* Register the commands for the application.
33+
*
34+
* @return void
35+
*/
36+
protected function commands()
37+
{
38+
$this->load(__DIR__.'/Commands');
39+
40+
require base_path('routes/console.php');
41+
}
42+
}

0 commit comments

Comments
 (0)