commit
2e0a97fb6f
95 changed files with 9962 additions and 0 deletions
-
78README.md
-
66app/Components/MD5Hasher.php
-
42app/Console/Kernel.php
-
55app/Exceptions/Handler.php
-
40app/Http/Controllers/Auth/ConfirmPasswordController.php
-
22app/Http/Controllers/Auth/ForgotPasswordController.php
-
40app/Http/Controllers/Auth/LoginController.php
-
73app/Http/Controllers/Auth/RegisterController.php
-
30app/Http/Controllers/Auth/ResetPasswordController.php
-
42app/Http/Controllers/Auth/VerificationController.php
-
13app/Http/Controllers/Controller.php
-
16app/Http/Controllers/InfoController.php
-
43app/Http/Controllers/OAuthController.php
-
84app/Http/Kernel.php
-
21app/Http/Middleware/Authenticate.php
-
17app/Http/Middleware/CheckForMaintenanceMode.php
-
17app/Http/Middleware/EncryptCookies.php
-
27app/Http/Middleware/RedirectIfAuthenticated.php
-
18app/Http/Middleware/TrimStrings.php
-
23app/Http/Middleware/TrustProxies.php
-
24app/Http/Middleware/VerifyCsrfToken.php
-
28app/Providers/AppServiceProvider.php
-
39app/Providers/AuthServiceProvider.php
-
21app/Providers/BroadcastServiceProvider.php
-
34app/Providers/EventServiceProvider.php
-
34app/Providers/MD5HashServiceProvider.php
-
80app/Providers/RouteServiceProvider.php
-
70app/User.php
-
53artisan
-
55bootstrap/app.php
-
2bootstrap/cache/.gitignore
-
63composer.json
-
5981composer.lock
-
235config/app.php
-
123config/auth.php
-
59config/broadcasting.php
-
103config/cache.php
-
167config/database.php
-
69config/filesystems.php
-
52config/hashing.php
-
104config/logging.php
-
136config/mail.php
-
27config/oauth2/server/oauth-private.key
-
9config/oauth2/server/oauth-public.key
-
88config/queue.php
-
33config/services.php
-
199config/session.php
-
36config/view.php
-
2database/.gitignore
-
28database/factories/UserFactory.php
-
36database/migrations/2014_10_12_000000_create_users_table.php
-
32database/migrations/2014_10_12_100000_create_password_resets_table.php
-
35database/migrations/2019_08_19_000000_create_failed_jobs_table.php
-
41database/migrations/2020_02_25_050427_test_user.php
-
16database/seeds/DatabaseSeeder.php
-
21package.json
-
37phpunit.xml
-
21public/.htaccess
-
0public/favicon.ico
-
60public/index.php
-
2public/robots.txt
-
28public/web.config
-
1resources/js/app.js
-
28resources/js/bootstrap.js
-
24resources/lang/en/auth.php
-
19resources/lang/en/pagination.php
-
22resources/lang/en/passwords.php
-
151resources/lang/en/validation.php
-
24resources/lang/ru/auth.php
-
19resources/lang/ru/pagination.php
-
22resources/lang/ru/passwords.php
-
151resources/lang/ru/validation.php
-
1resources/sass/app.scss
-
47resources/views/auth/login.blade.php
-
91resources/views/common.blade.php
-
102resources/views/welcome.blade.php
-
21routes/api.php
-
16routes/channels.php
-
18routes/console.php
-
22routes/web.php
-
21server.php
-
3storage/app/.gitignore
-
2storage/app/public/.gitignore
-
8storage/framework/.gitignore
-
3storage/framework/cache/.gitignore
-
2storage/framework/cache/data/.gitignore
-
2storage/framework/sessions/.gitignore
-
2storage/framework/testing/.gitignore
-
2storage/framework/views/.gitignore
-
2storage/logs/.gitignore
-
22tests/CreatesApplication.php
-
21tests/Feature/ExampleTest.php
-
10tests/TestCase.php
-
18tests/Unit/ExampleTest.php
-
15webpack.mix.js
@ -0,0 +1,78 @@ |
|||
<p align="center"><img src="https://res.cloudinary.com/dtfbvvkyp/image/upload/v1566331377/laravel-logolockup-cmyk-red.svg" width="400"></p> |
|||
|
|||
<p align="center"> |
|||
<a href="https://travis-ci.org/laravel/framework"><img src="https://travis-ci.org/laravel/framework.svg" alt="Build Status"></a> |
|||
<a href="https://packagist.org/packages/laravel/framework"><img src="https://poser.pugx.org/laravel/framework/d/total.svg" alt="Total Downloads"></a> |
|||
<a href="https://packagist.org/packages/laravel/framework"><img src="https://poser.pugx.org/laravel/framework/v/stable.svg" alt="Latest Stable Version"></a> |
|||
<a href="https://packagist.org/packages/laravel/framework"><img src="https://poser.pugx.org/laravel/framework/license.svg" alt="License"></a> |
|||
</p> |
|||
|
|||
## About Laravel |
|||
|
|||
Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as: |
|||
|
|||
- [Simple, fast routing engine](https://laravel.com/docs/routing). |
|||
- [Powerful dependency injection container](https://laravel.com/docs/container). |
|||
- Multiple back-ends for [session](https://laravel.com/docs/session) and [cache](https://laravel.com/docs/cache) storage. |
|||
- Expressive, intuitive [database ORM](https://laravel.com/docs/eloquent). |
|||
- Database agnostic [schema migrations](https://laravel.com/docs/migrations). |
|||
- [Robust background job processing](https://laravel.com/docs/queues). |
|||
- [Real-time event broadcasting](https://laravel.com/docs/broadcasting). |
|||
|
|||
Laravel is accessible, powerful, and provides tools required for large, robust applications. |
|||
|
|||
## Learning Laravel |
|||
|
|||
Laravel has the most extensive and thorough [documentation](https://laravel.com/docs) and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework. |
|||
|
|||
If you don't feel like reading, [Laracasts](https://laracasts.com) can help. Laracasts contains over 1500 video tutorials on a range of topics including Laravel, modern PHP, unit testing, and JavaScript. Boost your skills by digging into our comprehensive video library. |
|||
|
|||
## Laravel Sponsors |
|||
|
|||
We would like to extend our thanks to the following sponsors for funding Laravel development. If you are interested in becoming a sponsor, please visit the Laravel [Patreon page](https://patreon.com/taylorotwell). |
|||
|
|||
- **[Vehikl](https://vehikl.com/)** |
|||
- **[Tighten Co.](https://tighten.co)** |
|||
- **[Kirschbaum Development Group](https://kirschbaumdevelopment.com)** |
|||
- **[64 Robots](https://64robots.com)** |
|||
- **[Cubet Techno Labs](https://cubettech.com)** |
|||
- **[Cyber-Duck](https://cyber-duck.co.uk)** |
|||
- **[British Software Development](https://www.britishsoftware.co)** |
|||
- **[Webdock, Fast VPS Hosting](https://www.webdock.io/en)** |
|||
- **[DevSquad](https://devsquad.com)** |
|||
- [UserInsights](https://userinsights.com) |
|||
- [Fragrantica](https://www.fragrantica.com) |
|||
- [SOFTonSOFA](https://softonsofa.com/) |
|||
- [User10](https://user10.com) |
|||
- [Soumettre.fr](https://soumettre.fr/) |
|||
- [CodeBrisk](https://codebrisk.com) |
|||
- [1Forge](https://1forge.com) |
|||
- [TECPRESSO](https://tecpresso.co.jp/) |
|||
- [Runtime Converter](http://runtimeconverter.com/) |
|||
- [WebL'Agence](https://weblagence.com/) |
|||
- [Invoice Ninja](https://www.invoiceninja.com) |
|||
- [iMi digital](https://www.imi-digital.de/) |
|||
- [Earthlink](https://www.earthlink.ro/) |
|||
- [Steadfast Collective](https://steadfastcollective.com/) |
|||
- [We Are The Robots Inc.](https://watr.mx/) |
|||
- [Understand.io](https://www.understand.io/) |
|||
- [Abdel Elrafa](https://abdelelrafa.com) |
|||
- [Hyper Host](https://hyper.host) |
|||
- [Appoly](https://www.appoly.co.uk) |
|||
- [OP.GG](https://op.gg) |
|||
|
|||
## Contributing |
|||
|
|||
Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the [Laravel documentation](https://laravel.com/docs/contributions). |
|||
|
|||
## Code of Conduct |
|||
|
|||
In order to ensure that the Laravel community is welcoming to all, please review and abide by the [Code of Conduct](https://laravel.com/docs/contributions#code-of-conduct). |
|||
|
|||
## Security Vulnerabilities |
|||
|
|||
If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via [taylor@laravel.com](mailto:taylor@laravel.com). All security vulnerabilities will be promptly addressed. |
|||
|
|||
## License |
|||
|
|||
The Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT). |
@ -0,0 +1,66 @@ |
|||
<?php |
|||
|
|||
namespace App\Components; |
|||
|
|||
use Illuminate\Contracts\Hashing\Hasher; |
|||
use Illuminate\Hashing\HashManager; |
|||
|
|||
/** |
|||
* Description of Md5Hasher |
|||
* |
|||
* @author Andrey Pokidov <pokidov@e-traffic.ru> |
|||
*/ |
|||
class MD5Hasher extends HashManager |
|||
{ |
|||
public function __construct() |
|||
{ |
|||
parent::__construct(app()); |
|||
} |
|||
/** |
|||
* Get information about the given hashed value. |
|||
* |
|||
* @param string $hashedValue |
|||
* @return array |
|||
*/ |
|||
public function info($hashedValue) |
|||
{ |
|||
return []; |
|||
} |
|||
|
|||
/** |
|||
* Hash the given value. |
|||
* |
|||
* @param string $value |
|||
* @param array $options |
|||
* @return string |
|||
*/ |
|||
public function make($value, array $options = []) |
|||
{ |
|||
return md5($value); |
|||
} |
|||
|
|||
/** |
|||
* Check the given plain value against a hash. |
|||
* |
|||
* @param string $value |
|||
* @param string $hashedValue |
|||
* @param array $options |
|||
* @return bool |
|||
*/ |
|||
public function check($value, $hashedValue, array $options = []) |
|||
{ |
|||
return strtolower(md5($value)) == strtolower($hashedValue); |
|||
} |
|||
|
|||
/** |
|||
* Check if the given hash has been hashed using the given options. |
|||
* |
|||
* @param string $hashedValue |
|||
* @param array $options |
|||
* @return bool |
|||
*/ |
|||
public function needsRehash($hashedValue, array $options = []) |
|||
{ |
|||
return false; |
|||
} |
|||
} |
@ -0,0 +1,42 @@ |
|||
<?php |
|||
|
|||
namespace App\Console; |
|||
|
|||
use Illuminate\Console\Scheduling\Schedule; |
|||
use Illuminate\Foundation\Console\Kernel as ConsoleKernel; |
|||
|
|||
class Kernel extends ConsoleKernel |
|||
{ |
|||
/** |
|||
* The Artisan commands provided by your application. |
|||
* |
|||
* @var array |
|||
*/ |
|||
protected $commands = [ |
|||
//
|
|||
]; |
|||
|
|||
/** |
|||
* Define the application's command schedule. |
|||
* |
|||
* @param \Illuminate\Console\Scheduling\Schedule $schedule |
|||
* @return void |
|||
*/ |
|||
protected function schedule(Schedule $schedule) |
|||
{ |
|||
// $schedule->command('inspire')
|
|||
// ->hourly();
|
|||
} |
|||
|
|||
/** |
|||
* Register the commands for the application. |
|||
* |
|||
* @return void |
|||
*/ |
|||
protected function commands() |
|||
{ |
|||
$this->load(__DIR__.'/Commands'); |
|||
|
|||
require base_path('routes/console.php'); |
|||
} |
|||
} |
@ -0,0 +1,55 @@ |
|||
<?php |
|||
|
|||
namespace App\Exceptions; |
|||
|
|||
use Exception; |
|||
use Illuminate\Foundation\Exceptions\Handler as ExceptionHandler; |
|||
|
|||
class Handler extends ExceptionHandler |
|||
{ |
|||
/** |
|||
* A list of the exception types that are not reported. |
|||
* |
|||
* @var array |
|||
*/ |
|||
protected $dontReport = [ |
|||
//
|
|||
]; |
|||
|
|||
/** |
|||
* A list of the inputs that are never flashed for validation exceptions. |
|||
* |
|||
* @var array |
|||
*/ |
|||
protected $dontFlash = [ |
|||
'password', |
|||
'password_confirmation', |
|||
]; |
|||
|
|||
/** |
|||
* Report or log an exception. |
|||
* |
|||
* @param \Exception $exception |
|||
* @return void |
|||
* |
|||
* @throws \Exception |
|||
*/ |
|||
public function report(Exception $exception) |
|||
{ |
|||
parent::report($exception); |
|||
} |
|||
|
|||
/** |
|||
* Render an exception into an HTTP response. |
|||
* |
|||
* @param \Illuminate\Http\Request $request |
|||
* @param \Exception $exception |
|||
* @return \Symfony\Component\HttpFoundation\Response |
|||
* |
|||
* @throws \Exception |
|||
*/ |
|||
public function render($request, Exception $exception) |
|||
{ |
|||
return parent::render($request, $exception); |
|||
} |
|||
} |
@ -0,0 +1,40 @@ |
|||
<?php |
|||
|
|||
namespace App\Http\Controllers\Auth; |
|||
|
|||
use App\Http\Controllers\Controller; |
|||
use App\Providers\RouteServiceProvider; |
|||
use Illuminate\Foundation\Auth\ConfirmsPasswords; |
|||
|
|||
class ConfirmPasswordController extends Controller |
|||
{ |
|||
/* |
|||
|-------------------------------------------------------------------------- |
|||
| Confirm Password Controller |
|||
|-------------------------------------------------------------------------- |
|||
| |
|||
| This controller is responsible for handling password confirmations and |
|||
| uses a simple trait to include the behavior. You're free to explore |
|||
| this trait and override any functions that require customization. |
|||
| |
|||
*/ |
|||
|
|||
use ConfirmsPasswords; |
|||
|
|||
/** |
|||
* Where to redirect users when the intended url fails. |
|||
* |
|||
* @var string |
|||
*/ |
|||
protected $redirectTo = RouteServiceProvider::HOME; |
|||
|
|||
/** |
|||
* Create a new controller instance. |
|||
* |
|||
* @return void |
|||
*/ |
|||
public function __construct() |
|||
{ |
|||
$this->middleware('auth'); |
|||
} |
|||
} |
@ -0,0 +1,22 @@ |
|||
<?php |
|||
|
|||
namespace App\Http\Controllers\Auth; |
|||
|
|||
use App\Http\Controllers\Controller; |
|||
use Illuminate\Foundation\Auth\SendsPasswordResetEmails; |
|||
|
|||
class ForgotPasswordController extends Controller |
|||
{ |
|||
/* |
|||
|-------------------------------------------------------------------------- |
|||
| Password Reset Controller |
|||
|-------------------------------------------------------------------------- |
|||
| |
|||
| This controller is responsible for handling password reset emails and |
|||
| includes a trait which assists in sending these notifications from |
|||
| your application to your users. Feel free to explore this trait. |
|||
| |
|||
*/ |
|||
|
|||
use SendsPasswordResetEmails; |
|||
} |
@ -0,0 +1,40 @@ |
|||
<?php |
|||
|
|||
namespace App\Http\Controllers\Auth; |
|||
|
|||
use App\Http\Controllers\Controller; |
|||
use App\Providers\RouteServiceProvider; |
|||
use Illuminate\Foundation\Auth\AuthenticatesUsers; |
|||
|
|||
class LoginController extends Controller |
|||
{ |
|||
/* |
|||
|-------------------------------------------------------------------------- |
|||
| Login Controller |
|||
|-------------------------------------------------------------------------- |
|||
| |
|||
| This controller handles authenticating users for the application and |
|||
| redirecting them to your home screen. The controller uses a trait |
|||
| to conveniently provide its functionality to your applications. |
|||
| |
|||
*/ |
|||
|
|||
use AuthenticatesUsers; |
|||
|
|||
/** |
|||
* Where to redirect users after login. |
|||
* |
|||
* @var string |
|||
*/ |
|||
protected $redirectTo = RouteServiceProvider::HOME; |
|||
|
|||
/** |
|||
* Create a new controller instance. |
|||
* |
|||
* @return void |
|||
*/ |
|||
public function __construct() |
|||
{ |
|||
$this->middleware('guest')->except('logout'); |
|||
} |
|||
} |
@ -0,0 +1,73 @@ |
|||
<?php |
|||
|
|||
namespace App\Http\Controllers\Auth; |
|||
|
|||
use App\Http\Controllers\Controller; |
|||
use App\Providers\RouteServiceProvider; |
|||
use App\User; |
|||
use Illuminate\Foundation\Auth\RegistersUsers; |
|||
use Illuminate\Support\Facades\Hash; |
|||
use Illuminate\Support\Facades\Validator; |
|||
|
|||
class RegisterController extends Controller |
|||
{ |
|||
/* |
|||
|-------------------------------------------------------------------------- |
|||
| Register Controller |
|||
|-------------------------------------------------------------------------- |
|||
| |
|||
| This controller handles the registration of new users as well as their |
|||
| validation and creation. By default this controller uses a trait to |
|||
| provide this functionality without requiring any additional code. |
|||
| |
|||
*/ |
|||
|
|||
use RegistersUsers; |
|||
|
|||
/** |
|||
* Where to redirect users after registration. |
|||
* |
|||
* @var string |
|||
*/ |
|||
protected $redirectTo = RouteServiceProvider::HOME; |
|||
|
|||
/** |
|||
* Create a new controller instance. |
|||
* |
|||
* @return void |
|||
*/ |
|||
public function __construct() |
|||
{ |
|||
$this->middleware('guest'); |
|||
} |
|||
|
|||
/** |
|||
* Get a validator for an incoming registration request. |
|||
* |
|||
* @param array $data |
|||
* @return \Illuminate\Contracts\Validation\Validator |
|||
*/ |
|||
protected function validator(array $data) |
|||
{ |
|||
return Validator::make($data, [ |
|||
'name' => ['required', 'string', 'max:255'], |
|||
'email' => ['required', 'string', 'email', 'max:255', 'unique:users'], |
|||
'password' => ['required', 'string', 'min:8', 'confirmed'], |
|||
]); |
|||
} |
|||
|
|||
/** |
|||
* Create a new user instance after a valid registration. |
|||
* |
|||
* @param array $data |
|||
* @return \App\User |
|||
*/ |
|||
protected function create(array $data) |
|||
{ |
|||
return User::create([ |
|||
'name' => $data['name'], |
|||
'email' => $data['email'], |
|||
'password' => Hash::make($data['password']), |
|||
]); |
|||
} |
|||
} |
@ -0,0 +1,30 @@ |
|||
<?php |
|||
|
|||
namespace App\Http\Controllers\Auth; |
|||
|
|||
use App\Http\Controllers\Controller; |
|||
use App\Providers\RouteServiceProvider; |
|||
use Illuminate\Foundation\Auth\ResetsPasswords; |
|||
|
|||
class ResetPasswordController extends Controller |
|||
{ |
|||
/* |
|||
|-------------------------------------------------------------------------- |
|||
| Password Reset Controller |
|||
|-------------------------------------------------------------------------- |
|||
| |
|||
| This controller is responsible for handling password reset requests |
|||
| and uses a simple trait to include this behavior. You're free to |
|||
| explore this trait and override any methods you wish to tweak. |
|||
| |
|||
*/ |
|||
|
|||
use ResetsPasswords; |
|||
|
|||
/** |
|||
* Where to redirect users after resetting their password. |
|||
* |
|||
* @var string |
|||
*/ |
|||
protected $redirectTo = RouteServiceProvider::HOME; |
|||
} |
@ -0,0 +1,42 @@ |
|||
<?php |
|||
|
|||
namespace App\Http\Controllers\Auth; |
|||
|
|||
use App\Http\Controllers\Controller; |
|||
use App\Providers\RouteServiceProvider; |
|||
use Illuminate\Foundation\Auth\VerifiesEmails; |
|||
|
|||
class VerificationController extends Controller |
|||
{ |
|||
/* |
|||
|-------------------------------------------------------------------------- |
|||
| Email Verification Controller |
|||
|-------------------------------------------------------------------------- |
|||
| |
|||
| This controller is responsible for handling email verification for any |
|||
| user that recently registered with the application. Emails may also |
|||
| be re-sent if the user didn't receive the original email message. |
|||
| |
|||
*/ |
|||
|
|||
use VerifiesEmails; |
|||
|
|||
/** |
|||
* Where to redirect users after verification. |
|||
* |
|||
* @var string |
|||
*/ |
|||
protected $redirectTo = RouteServiceProvider::HOME; |
|||
|
|||
/** |
|||
* Create a new controller instance. |
|||
* |
|||
* @return void |
|||
*/ |
|||
public function __construct() |
|||
{ |
|||
$this->middleware('auth'); |
|||
$this->middleware('signed')->only('verify'); |
|||
$this->middleware('throttle:6,1')->only('verify', 'resend'); |
|||
} |
|||
} |
@ -0,0 +1,13 @@ |
|||
<?php |
|||
|
|||
namespace App\Http\Controllers; |
|||
|
|||
use Illuminate\Foundation\Auth\Access\AuthorizesRequests; |
|||
use Illuminate\Foundation\Bus\DispatchesJobs; |
|||
use Illuminate\Foundation\Validation\ValidatesRequests; |
|||
use Illuminate\Routing\Controller as BaseController; |
|||
|
|||
class Controller extends BaseController |
|||
{ |
|||
use AuthorizesRequests, DispatchesJobs, ValidatesRequests; |
|||
} |
@ -0,0 +1,16 @@ |
|||
<?php |
|||
|
|||
namespace App\Http\Controllers; |
|||
|
|||
/** |
|||
* Description of InfoController |
|||
* |
|||
* @author Andrey Pokidov <pokidov@e-traffic.ru> |
|||
*/ |
|||
class InfoController extends Controller |
|||
{ |
|||
public function index() |
|||
{ |
|||
var_dump(session()->all()); |
|||
} |
|||
} |
@ -0,0 +1,43 @@ |
|||
<?php |
|||
|
|||
namespace App\Http\Controllers; |
|||
|
|||
use \Illuminate\Http\Request; |
|||
use \Laravel\Passport\Passport; |
|||
use Illuminate\Support\Facades\Auth; |
|||
|
|||
/** |
|||
* Description of OAuthController |
|||
* |
|||
* @author Andrey Pokidov <pokidov@e-traffic.ru> |
|||
*/ |
|||
class OAuthController extends Controller |
|||
{ |
|||
public function resource(Request $request) |
|||
{ |
|||
if (is_null($request->user())) { |
|||
return redirect('/'); |
|||
} |
|||
|
|||
$user = $request->user(); |
|||
|
|||
$response = new \stdClass(); |
|||
$response->resourceOwnerId = $user->id; |
|||
|
|||
if ($user->tokenCan('fullname')) { |
|||
$response->name = $user->first_name; |
|||
$response->patronymic = $user->middle_name; |
|||
$response->lastname = $user->last_name; |
|||
} |
|||
|
|||
if ($user->tokenCan('email')) { |
|||
$response->email = $user->email; |
|||
} |
|||
|
|||
if ($user->tokenCan('birthday')) { |
|||
$response->birthday = $user->birthday; |
|||
} |
|||
|
|||
return json_encode($response); |
|||
} |
|||
} |
@ -0,0 +1,84 @@ |
|||
<?php |
|||
|
|||
namespace App\Http; |
|||
|
|||
use Illuminate\Foundation\Http\Kernel as HttpKernel; |
|||
use Laravel\Passport\Http\Middleware\CheckClientCredentials; |
|||
|
|||
class Kernel extends HttpKernel |
|||
{ |
|||
/** |
|||
* The application's global HTTP middleware stack. |
|||
* |
|||
* These middleware are run during every request to your application. |
|||
* |
|||
* @var array |
|||
*/ |
|||
protected $middleware = [ |
|||
\App\Http\Middleware\TrustProxies::class, |
|||
\App\Http\Middleware\CheckForMaintenanceMode::class, |
|||
\Illuminate\Foundation\Http\Middleware\ValidatePostSize::class, |
|||
\App\Http\Middleware\TrimStrings::class, |
|||
\Illuminate\Foundation\Http\Middleware\ConvertEmptyStringsToNull::class, |
|||
]; |
|||
|
|||
/** |
|||
* The application's route middleware groups. |
|||
* |
|||
* @var array |
|||
*/ |
|||
protected $middlewareGroups = [ |
|||
'web' => [ |
|||
\App\Http\Middleware\EncryptCookies::class, |
|||
\Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse::class, |
|||
\Illuminate\Session\Middleware\StartSession::class, |
|||
// \Illuminate\Session\Middleware\AuthenticateSession::class,
|
|||
\Illuminate\View\Middleware\ShareErrorsFromSession::class, |
|||
\App\Http\Middleware\VerifyCsrfToken::class, |
|||
\Illuminate\Routing\Middleware\SubstituteBindings::class, |
|||
], |
|||
|
|||
'api' => [ |
|||
'throttle:60,1', |
|||
\Illuminate\Routing\Middleware\SubstituteBindings::class, |
|||
], |
|||
]; |
|||
|
|||
/** |
|||
* The application's route middleware. |
|||
* |
|||
* These middleware may be assigned to groups or used individually. |
|||
* |
|||
* @var array |
|||
*/ |
|||
protected $routeMiddleware = [ |
|||
'auth' => \App\Http\Middleware\Authenticate::class, |
|||
'auth.basic' => \Illuminate\Auth\Middleware\AuthenticateWithBasicAuth::class, |
|||
'bindings' => \Illuminate\Routing\Middleware\SubstituteBindings::class, |
|||
'cache.headers' => \Illuminate\Http\Middleware\SetCacheHeaders::class, |
|||
'can' => \Illuminate\Auth\Middleware\Authorize::class, |
|||
'guest' => \App\Http\Middleware\RedirectIfAuthenticated::class, |
|||
'password.confirm' => \Illuminate\Auth\Middleware\RequirePassword::class, |
|||
'signed' => \Illuminate\Routing\Middleware\ValidateSignature::class, |
|||
'throttle' => \Illuminate\Routing\Middleware\ThrottleRequests::class, |
|||
'verified' => \Illuminate\Auth\Middleware\EnsureEmailIsVerified::class, |
|||
'client' => CheckClientCredentials::class, |
|||
]; |
|||
|
|||
/** |
|||
* The priority-sorted list of middleware. |
|||
* |
|||
* This forces non-global middleware to always be in the given order. |
|||
* |
|||
* @var array |
|||
*/ |
|||
protected $middlewarePriority = [ |
|||
\Illuminate\Session\Middleware\StartSession::class, |
|||
\Illuminate\View\Middleware\ShareErrorsFromSession::class, |
|||
\App\Http\Middleware\Authenticate::class, |
|||
\Illuminate\Routing\Middleware\ThrottleRequests::class, |
|||
\Illuminate\Session\Middleware\AuthenticateSession::class, |
|||
\Illuminate\Routing\Middleware\SubstituteBindings::class, |
|||
\Illuminate\Auth\Middleware\Authorize::class, |
|||
]; |
|||
} |
@ -0,0 +1,21 @@ |
|||
<?php |
|||
|
|||
namespace App\Http\Middleware; |
|||
|
|||
use Illuminate\Auth\Middleware\Authenticate as Middleware; |
|||
|
|||
class Authenticate extends Middleware |
|||
{ |
|||
/** |
|||
* Get the path the user should be redirected to when they are not authenticated. |
|||
* |
|||
* @param \Illuminate\Http\Request $request |
|||
* @return string|null |
|||
*/ |
|||
protected function redirectTo($request) |
|||
{ |
|||
if (! $request->expectsJson()) { |
|||
return route('login'); |
|||
} |
|||
} |
|||
} |
@ -0,0 +1,17 @@ |
|||
<?php |
|||
|
|||
namespace App\Http\Middleware; |
|||
|
|||
use Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode as Middleware; |
|||
|
|||
class CheckForMaintenanceMode extends Middleware |
|||
{ |
|||
/** |
|||
* The URIs that should be reachable while maintenance mode is enabled. |
|||
* |
|||
* @var array |
|||
*/ |
|||
protected $except = [ |
|||
//
|
|||
]; |
|||
} |
@ -0,0 +1,17 @@ |
|||
<?php |
|||
|
|||
namespace App\Http\Middleware; |
|||
|
|||
use Illuminate\Cookie\Middleware\EncryptCookies as Middleware; |
|||
|
|||
class EncryptCookies extends Middleware |
|||
{ |
|||
/** |
|||
* The names of the cookies that should not be encrypted. |
|||
* |
|||
* @var array |
|||
*/ |
|||
protected $except = [ |
|||
//
|
|||
]; |
|||
} |
@ -0,0 +1,27 @@ |
|||
<?php |
|||
|
|||
namespace App\Http\Middleware; |
|||
|
|||
use App\Providers\RouteServiceProvider; |
|||
use Closure; |
|||
use Illuminate\Support\Facades\Auth; |
|||
|
|||
class RedirectIfAuthenticated |
|||
{ |
|||
/** |
|||
* Handle an incoming request. |
|||
* |
|||
* @param \Illuminate\Http\Request $request |
|||
* @param \Closure $next |
|||
* @param string|null $guard |
|||
* @return mixed |
|||
*/ |
|||
public function handle($request, Closure $next, $guard = null) |
|||
{ |
|||
if (Auth::guard($guard)->check()) { |
|||
return redirect(RouteServiceProvider::HOME); |
|||
} |
|||
|
|||
return $next($request); |
|||
} |
|||
} |
@ -0,0 +1,18 @@ |
|||
<?php |
|||
|
|||
namespace App\Http\Middleware; |
|||
|
|||
use Illuminate\Foundation\Http\Middleware\TrimStrings as Middleware; |
|||
|
|||
class TrimStrings extends Middleware |
|||
{ |
|||
/** |
|||
* The names of the attributes that should not be trimmed. |
|||
* |
|||
* @var array |
|||
*/ |
|||
protected $except = [ |
|||
'password', |
|||
'password_confirmation', |
|||
]; |
|||
} |
@ -0,0 +1,23 @@ |
|||
<?php |
|||
|
|||
namespace App\Http\Middleware; |
|||
|
|||
use Fideloper\Proxy\TrustProxies as Middleware; |
|||
use Illuminate\Http\Request; |
|||
|
|||
class TrustProxies extends Middleware |
|||
{ |
|||
/** |
|||
* The trusted proxies for this application. |
|||
* |
|||
* @var array|string |
|||
*/ |
|||
protected $proxies; |
|||
|
|||
/** |
|||
* The headers that should be used to detect proxies. |
|||
* |
|||
* @var int |
|||
*/ |
|||
protected $headers = Request::HEADER_X_FORWARDED_ALL; |
|||
} |
@ -0,0 +1,24 @@ |
|||
<?php |
|||
|
|||
namespace App\Http\Middleware; |
|||
|
|||
use Illuminate\Foundation\Http\Middleware\VerifyCsrfToken as Middleware; |
|||
|
|||
class VerifyCsrfToken extends Middleware |
|||
{ |
|||
/** |
|||
* Indicates whether the XSRF-TOKEN cookie should be set on the response. |
|||
* |
|||
* @var bool |
|||
*/ |
|||
protected $addHttpCookie = true; |
|||
|
|||
/** |
|||
* The URIs that should be excluded from CSRF verification. |
|||
* |
|||
* @var array |
|||
*/ |
|||
protected $except = [ |
|||
//
|
|||
]; |
|||
} |
@ -0,0 +1,28 @@ |
|||
<?php |
|||
|
|||
namespace App\Providers; |
|||
|
|||
use Illuminate\Support\ServiceProvider; |
|||
|
|||
class AppServiceProvider extends ServiceProvider |
|||
{ |
|||
/** |
|||
* Register any application services. |
|||
* |
|||
* @return void |
|||
*/ |
|||
public function register() |
|||
{ |
|||
//
|
|||
} |
|||
|
|||
/** |
|||
* Bootstrap any application services. |
|||
* |
|||
* @return void |
|||
*/ |
|||
public function boot() |
|||
{ |
|||
//
|
|||
} |
|||
} |
@ -0,0 +1,39 @@ |
|||
<?php |
|||
|
|||
namespace App\Providers; |
|||
|
|||
use Illuminate\Foundation\Support\Providers\AuthServiceProvider as ServiceProvider; |
|||
use Illuminate\Support\Facades\Gate; |
|||
use Laravel\Passport\Passport; |
|||
|
|||
class AuthServiceProvider extends ServiceProvider |
|||
{ |
|||
/** |
|||
* The policy mappings for the application. |
|||
* |
|||
* @var array |
|||
*/ |
|||
protected $policies = [ |
|||
// 'App\Model' => 'App\Policies\ModelPolicy',
|
|||
]; |
|||
|
|||
/** |
|||
* Register any authentication / authorization services. |
|||
* |
|||
* @return void |
|||
*/ |
|||
public function boot() |
|||
{ |
|||
$this->registerPolicies(); |
|||
|
|||
Passport::routes(); |
|||
|
|||
Passport::loadKeysFrom(config_path('oauth2/server')); |
|||
|
|||
Passport::tokensCan([ |
|||
'email' => 'Адрес электронной почты', |
|||
'fullname' => 'Полное имя', |
|||
'birthday' => 'Дата рождения', |
|||
]); |
|||
} |
|||
} |
@ -0,0 +1,21 @@ |
|||
<?php |
|||
|
|||
namespace App\Providers; |
|||
|
|||
use Illuminate\Support\Facades\Broadcast; |
|||
use Illuminate\Support\ServiceProvider; |
|||
|
|||
class BroadcastServiceProvider extends ServiceProvider |
|||
{ |
|||
/** |
|||
* Bootstrap any application services. |
|||
* |
|||
* @return void |
|||
*/ |
|||
public function boot() |
|||
{ |
|||
Broadcast::routes(); |
|||
|
|||
require base_path('routes/channels.php'); |
|||
} |
|||
} |
@ -0,0 +1,34 @@ |
|||
<?php |
|||
|
|||
namespace App\Providers; |
|||
|
|||
use Illuminate\Auth\Events\Registered; |
|||
use Illuminate\Auth\Listeners\SendEmailVerificationNotification; |
|||
use Illuminate\Foundation\Support\Providers\EventServiceProvider as ServiceProvider; |
|||
use Illuminate\Support\Facades\Event; |
|||
|
|||
class EventServiceProvider extends ServiceProvider |
|||
{ |
|||
/** |
|||
* The event listener mappings for the application. |
|||
* |
|||
* @var array |
|||
*/ |
|||
protected $listen = [ |
|||
Registered::class => [ |
|||
SendEmailVerificationNotification::class, |
|||
], |
|||
]; |
|||
|
|||
/** |
|||
* Register any events for your application. |
|||
* |
|||
* @return void |
|||
*/ |
|||
public function boot() |
|||
{ |
|||
parent::boot(); |
|||
|
|||
//
|
|||
} |
|||
} |
@ -0,0 +1,34 @@ |
|||
<?php |
|||
|
|||
namespace App\Providers; |
|||
|
|||
use Illuminate\Support\ServiceProvider; |
|||
|
|||
/** |
|||
* Description of MD5HashServiceProvider |
|||
* |
|||
* @author Andrey Pokidov <pokidov@e-traffic.ru> |
|||
*/ |
|||
class MD5HashServiceProvider extends ServiceProvider |
|||
{ |
|||
/** |
|||
* Register the service provider. |
|||
* |
|||
* @return void |
|||
*/ |
|||
public function register() { |
|||
$this->app->singleton('hash', function () { |
|||
return new \App\Components\MD5Hasher(); |
|||
}); |
|||
} |
|||
|
|||
/** |
|||
* Get the services provided by the provider. |
|||
* |
|||
* @return array |
|||
*/ |
|||
public function provides() { |
|||
return array('hash'); |
|||
} |
|||
|
|||
} |
@ -0,0 +1,80 @@ |
|||
<?php |
|||
|
|||
namespace App\Providers; |
|||
|
|||
use Illuminate\Foundation\Support\Providers\RouteServiceProvider as ServiceProvider; |
|||
use Illuminate\Support\Facades\Route; |
|||
|
|||
class RouteServiceProvider extends ServiceProvider |
|||
{ |
|||
/** |
|||
* This namespace is applied to your controller routes. |
|||
* |
|||
* In addition, it is set as the URL generator's root namespace. |
|||
* |
|||
* @var string |
|||
*/ |
|||
protected $namespace = 'App\Http\Controllers'; |
|||
|
|||
/** |
|||
* The path to the "home" route for your application. |
|||
* |
|||
* @var string |
|||
*/ |
|||
public const HOME = '/'; |
|||
|
|||
/** |
|||
* Define your route model bindings, pattern filters, etc. |
|||
* |
|||
* @return void |
|||
*/ |
|||
public function boot() |
|||
{ |
|||
//
|
|||
|
|||
parent::boot(); |
|||
} |
|||
|
|||
/** |
|||
* Define the routes for the application. |
|||
* |
|||
* @return void |
|||
*/ |
|||
public function map() |
|||
{ |
|||
$this->mapApiRoutes(); |
|||
|
|||
$this->mapWebRoutes(); |
|||
|
|||
//
|
|||
} |
|||
|
|||
/** |
|||
* Define the "web" routes for the application. |
|||
* |
|||
* These routes all receive session state, CSRF protection, etc. |
|||
* |
|||
* @return void |
|||
*/ |
|||
protected function mapWebRoutes() |
|||
{ |
|||
Route::middleware('web') |
|||
->namespace($this->namespace) |
|||
->group(base_path('routes/web.php')); |
|||
} |
|||
|
|||
/** |
|||
* Define the "api" routes for the application. |
|||
* |
|||
* These routes are typically stateless. |
|||
* |
|||
* @return void |
|||
*/ |
|||
protected function mapApiRoutes() |
|||
{ |
|||
Route::prefix('api') |
|||
->middleware('api') |
|||
->namespace($this->namespace) |
|||
->group(base_path('routes/api.php')); |
|||
} |
|||
} |
@ -0,0 +1,70 @@ |
|||
<?php |
|||
|
|||
namespace App; |
|||
|
|||
use Illuminate\Contracts\Auth\MustVerifyEmail; |
|||
use Illuminate\Foundation\Auth\User as Authenticatable; |
|||
use Illuminate\Notifications\Notifiable; |
|||
use Laravel\Passport\HasApiTokens; |
|||
|
|||
class User extends Authenticatable |
|||
{ |
|||
use Notifiable, HasApiTokens; |
|||
|
|||
const TABLE_NAME = 'users'; |
|||
const DATABASE_SCHEME = 'e_traffic'; |
|||
|
|||
protected $connection = self::DATABASE_SCHEME; |
|||
|
|||
/** |
|||
* The field contains the name of the tables with users |
|||
* |
|||
* @var string |
|||
*/ |
|||
protected $table = self::TABLE_NAME; |
|||
|
|||
/** |
|||
* The attributes that are mass assignable. |
|||
* |
|||
* @var array |
|||
*/ |
|||
protected $fillable = [ |
|||
'name', 'email', 'password', |
|||
]; |
|||
|
|||
/** |
|||
* The attributes that should be hidden for arrays. |
|||
* |
|||
* @var array |
|||
*/ |
|||
protected $hidden = [ |
|||
'password', 'remember_token', |
|||
]; |
|||
|
|||
/** |
|||
* The attributes that should be cast to native types. |
|||
* |
|||
* @var array |
|||
*/ |
|||
protected $casts = [ |
|||
'email_verified_at' => 'datetime', |
|||
]; |
|||
|
|||
/** |
|||
* @param int $id |
|||
* @return User or NULL |
|||
*/ |
|||
public static function getById($id) |
|||
{ |
|||
return self::query()->where('id', '=', intval($id))->first(); |
|||
} |
|||
|
|||
/** |
|||
* @param string $username |
|||
* @return User or NULL |
|||
*/ |
|||
public static function getByUsername($username) |
|||
{ |
|||
return self::query()->where('name', '=', trim($username))->first(); |
|||
} |
|||
} |
@ -0,0 +1,53 @@ |
|||
#!/usr/bin/env php |
|||
<?php |
|||
|
|||
define('LARAVEL_START', microtime(true)); |
|||
|
|||
/* |
|||
|-------------------------------------------------------------------------- |
|||
| Register The Auto Loader |
|||
|-------------------------------------------------------------------------- |
|||
| |
|||
| Composer provides a convenient, automatically generated class loader |
|||
| for our application. We just need to utilize it! We'll require it |
|||
| into the script here so that we do not have to worry about the |
|||
| loading of any our classes "manually". Feels great to relax. |
|||
| |
|||
*/ |
|||
|
|||
require __DIR__.'/vendor/autoload.php'; |
|||
|
|||
$app = require_once __DIR__.'/bootstrap/app.php'; |
|||
|
|||
/* |
|||
|-------------------------------------------------------------------------- |
|||
| Run The Artisan Application |
|||
|-------------------------------------------------------------------------- |
|||
| |
|||
| When we run the console application, the current CLI command will be |
|||
| executed in this console and the response sent back to a terminal |
|||
| or another output device for the developers. Here goes nothing! |
|||
| |
|||
*/ |
|||
|
|||
$kernel = $app->make(Illuminate\Contracts\Console\Kernel::class); |
|||
|
|||
$status = $kernel->handle( |
|||
$input = new Symfony\Component\Console\Input\ArgvInput, |
|||
new Symfony\Component\Console\Output\ConsoleOutput |
|||
); |
|||
|
|||
/* |
|||
|-------------------------------------------------------------------------- |
|||
| Shutdown The Application |
|||
|-------------------------------------------------------------------------- |
|||
| |
|||
| Once Artisan has finished running, we will fire off the shutdown events |
|||
| so that any final work may be done by the application before we shut |
|||
| down the process. This is the last thing to happen to the request. |
|||
| |
|||
*/ |
|||
|
|||
$kernel->terminate($input, $status); |
|||
|
|||
exit($status); |
@ -0,0 +1,55 @@ |
|||
<?php |
|||
|
|||
/* |
|||
|-------------------------------------------------------------------------- |
|||
| Create The Application |
|||
|-------------------------------------------------------------------------- |
|||
| |
|||
| The first thing we will do is create a new Laravel application instance |
|||
| which serves as the "glue" for all the components of Laravel, and is |
|||
| the IoC container for the system binding all of the various parts. |
|||
| |
|||
*/ |
|||
|
|||
$app = new Illuminate\Foundation\Application( |
|||
$_ENV['APP_BASE_PATH'] ?? dirname(__DIR__) |
|||
); |
|||
|
|||
/* |
|||
|-------------------------------------------------------------------------- |
|||
| Bind Important Interfaces |
|||
|-------------------------------------------------------------------------- |
|||
| |
|||
| Next, we need to bind some important interfaces into the container so |
|||
| we will be able to resolve them when needed. The kernels serve the |
|||
| incoming requests to this application from both the web and CLI. |
|||
| |
|||
*/ |
|||
|
|||
$app->singleton( |
|||
Illuminate\Contracts\Http\Kernel::class, |
|||
App\Http\Kernel::class |
|||
); |
|||
|
|||
$app->singleton( |
|||
Illuminate\Contracts\Console\Kernel::class, |
|||
App\Console\Kernel::class |
|||
); |
|||
|
|||
$app->singleton( |
|||
Illuminate\Contracts\Debug\ExceptionHandler::class, |
|||
App\Exceptions\Handler::class |
|||
); |
|||
|
|||
/* |
|||
|-------------------------------------------------------------------------- |
|||
| Return The Application |
|||
|-------------------------------------------------------------------------- |
|||
| |
|||
| This script returns the application instance. The instance is given to |
|||
| the calling script so we can separate the building of the instances |
|||
| from the actual running of the application and sending responses. |
|||
| |
|||
*/ |
|||
|
|||
return $app; |
@ -0,0 +1,2 @@ |
|||
* |
|||
!.gitignore |
@ -0,0 +1,63 @@ |
|||
{ |
|||
"name": "laravel/laravel", |
|||
"type": "project", |
|||
"description": "The Laravel Framework.", |
|||
"keywords": [ |
|||
"framework", |
|||
"laravel" |
|||
], |
|||
"license": "MIT", |
|||
"require": { |
|||
"php": "^7.2", |
|||
"fideloper/proxy": "^4.0", |
|||
"laravel/framework": "^6.2", |
|||
"laravel/passport": "^8.4", |
|||
"laravel/tinker": "^2.0", |
|||
"league/oauth2-server": "^8.0" |
|||
}, |
|||
"require-dev": { |
|||
"facade/ignition": "^1.4", |
|||
"fzaninotto/faker": "^1.4", |
|||
"mockery/mockery": "^1.0", |
|||
"nunomaduro/collision": "^3.0", |
|||
"phpunit/phpunit": "^8.0" |
|||
}, |
|||
"config": { |
|||
"optimize-autoloader": true, |
|||
"preferred-install": "dist", |
|||
"sort-packages": true |
|||
}, |
|||
"extra": { |
|||
"laravel": { |
|||
"dont-discover": [] |
|||
} |
|||
}, |
|||
"autoload": { |
|||
"psr-4": { |
|||
"App\\": "app/" |
|||
}, |
|||
"classmap": [ |
|||
"database/seeds", |
|||
"database/factories" |
|||
] |
|||
}, |
|||
"autoload-dev": { |
|||
"psr-4": { |
|||
"Tests\\": "tests/" |
|||
} |
|||
}, |
|||
"minimum-stability": "dev", |
|||
"prefer-stable": true, |
|||
"scripts": { |
|||
"post-autoload-dump": [ |
|||
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump", |
|||
"@php artisan package:discover --ansi" |
|||
], |
|||
"post-root-package-install": [ |
|||
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\"" |
|||
], |
|||
"post-create-project-cmd": [ |
|||
"@php artisan key:generate --ansi" |
|||
] |
|||
} |
|||
} |
5981
composer.lock
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
@ -0,0 +1,235 @@ |
|||
<?php |
|||
|
|||
return [ |
|||
|
|||
/* |
|||
|-------------------------------------------------------------------------- |
|||
| Application Name |
|||
|-------------------------------------------------------------------------- |
|||
| |
|||
| This value is the name of your application. This value is used when the |
|||
| framework needs to place the application's name in a notification or |
|||
| any other location as required by the application or its packages. |
|||
| |
|||
*/ |
|||
|
|||
'name' => env('APP_NAME', 'Laravel'), |
|||
|
|||
/* |
|||
|-------------------------------------------------------------------------- |
|||
| Application Environment |
|||
|-------------------------------------------------------------------------- |
|||
| |
|||
| This value determines the "environment" your application is currently |
|||
| running in. This may determine how you prefer to configure various |
|||
| services the application utilizes. Set this in your ".env" file. |
|||
| |
|||
*/ |
|||
|
|||
'env' => env('APP_ENV', 'production'), |
|||
|
|||
/* |
|||
|-------------------------------------------------------------------------- |
|||
| Application Debug Mode |
|||
|-------------------------------------------------------------------------- |
|||
| |
|||
| When your application is in debug mode, detailed error messages with |
|||
| stack traces will be shown on every error that occurs within your |
|||
| application. If disabled, a simple generic error page is shown. |
|||
| |
|||
*/ |
|||
|
|||
'debug' => env('APP_DEBUG', false), |
|||
|
|||
/* |
|||
|-------------------------------------------------------------------------- |
|||
| Application URL |
|||
|-------------------------------------------------------------------------- |
|||
| |
|||
| This URL is used by the console to properly generate URLs when using |
|||
| the Artisan command line tool. You should set this to the root of |
|||
| your application so that it is used when running Artisan tasks. |
|||
| |
|||
*/ |
|||
|
|||
'url' => env('APP_URL', 'http://localhost'), |
|||
|
|||
'asset_url' => env('ASSET_URL', null), |
|||
|
|||
/* |
|||
|-------------------------------------------------------------------------- |
|||
| Application Timezone |
|||
|-------------------------------------------------------------------------- |
|||
| |
|||
| Here you may specify the default timezone for your application, which |
|||
| will be used by the PHP date and date-time functions. We have gone |
|||
| ahead and set this to a sensible default for you out of the box. |
|||
| |
|||
*/ |
|||
|
|||
'timezone' => 'UTC', |
|||
|
|||
/* |
|||
|-------------------------------------------------------------------------- |
|||
| Application Locale Configuration |
|||
|-------------------------------------------------------------------------- |
|||
| |
|||
| The application locale determines the default locale that will be used |
|||
| by the translation service provider. You are free to set this value |
|||
| to any of the locales which will be supported by the application. |
|||
| |
|||
*/ |
|||
|
|||
//'locale' => 'en',
|
|||
'locale' => 'ru', |
|||
|
|||
/* |
|||
|-------------------------------------------------------------------------- |
|||
| Application Fallback Locale |
|||
|-------------------------------------------------------------------------- |
|||
| |
|||
| The fallback locale determines the locale to use when the current one |
|||
| is not available. You may change the value to correspond to any of |
|||
| the language folders that are provided through your application. |
|||
| |
|||
*/ |
|||
|
|||
//'fallback_locale' => 'en',
|
|||
'fallback_locale' => 'ru', |
|||
|
|||
/* |
|||
|-------------------------------------------------------------------------- |
|||
| Faker Locale |
|||
|-------------------------------------------------------------------------- |
|||
| |
|||
| This locale will be used by the Faker PHP library when generating fake |
|||
| data for your database seeds. For example, this will be used to get |
|||
| localized telephone numbers, street address information and more. |
|||
| |
|||
*/ |
|||
|
|||
//'faker_locale' => 'en_US',
|
|||
'faker_locale' => 'ru_RU', |
|||
|
|||
/* |
|||
|-------------------------------------------------------------------------- |
|||
| Encryption Key |
|||
|-------------------------------------------------------------------------- |
|||
| |
|||
| This key is used by the Illuminate encrypter service and should be set |
|||
| to a random, 32 character string, otherwise these encrypted strings |
|||
| will not be safe. Please do this before deploying an application! |
|||
| |
|||
*/ |
|||
|
|||
'key' => env('APP_KEY'), |
|||
|
|||
'cipher' => 'AES-256-CBC', |
|||
|
|||
/* |
|||
|-------------------------------------------------------------------------- |
|||
| Autoloaded Service Providers |
|||
|-------------------------------------------------------------------------- |
|||
| |
|||
| The service providers listed here will be automatically loaded on the |
|||
| request to your application. Feel free to add your own services to |
|||
| this array to grant expanded functionality to your applications. |
|||
| |
|||
*/ |
|||
|
|||
'providers' => [ |
|||
|
|||
/* |
|||
* Laravel Framework Service Providers... |
|||
*/ |
|||
Illuminate\Auth\AuthServiceProvider::class, |
|||
Illuminate\Broadcasting\BroadcastServiceProvider::class, |
|||
Illuminate\Bus\BusServiceProvider::class, |
|||
Illuminate\Cache\CacheServiceProvider::class, |
|||
Illuminate\Foundation\Providers\ConsoleSupportServiceProvider::class, |
|||
Illuminate\Cookie\CookieServiceProvider::class, |
|||
Illuminate\Database\DatabaseServiceProvider::class, |
|||
Illuminate\Encryption\EncryptionServiceProvider::class, |
|||
Illuminate\Filesystem\FilesystemServiceProvider::class, |
|||
Illuminate\Foundation\Providers\FoundationServiceProvider::class, |
|||
//Illuminate\Hashing\HashServiceProvider::class,
|
|||
Illuminate\Mail\MailServiceProvider::class, |
|||
Illuminate\Notifications\NotificationServiceProvider::class, |
|||
Illuminate\Pagination\PaginationServiceProvider::class, |
|||
Illuminate\Pipeline\PipelineServiceProvider::class, |
|||
Illuminate\Queue\QueueServiceProvider::class, |
|||
Illuminate\Redis\RedisServiceProvider::class, |
|||
Illuminate\Auth\Passwords\PasswordResetServiceProvider::class, |
|||
Illuminate\Session\SessionServiceProvider::class, |
|||
Illuminate\Translation\TranslationServiceProvider::class, |
|||
Illuminate\Validation\ValidationServiceProvider::class, |
|||
Illuminate\View\ViewServiceProvider::class, |
|||
|
|||
/* |
|||
* Package Service Providers... |
|||
*/ |
|||
|
|||
/* |
|||
* Application Service Providers... |
|||
*/ |
|||
App\Providers\AppServiceProvider::class, |
|||
App\Providers\AuthServiceProvider::class, |
|||
// App\Providers\BroadcastServiceProvider::class,
|
|||
App\Providers\EventServiceProvider::class, |
|||
App\Providers\RouteServiceProvider::class, |
|||
App\Providers\MD5HashServiceProvider::class, |
|||
|
|||
], |
|||
|
|||
/* |
|||
|-------------------------------------------------------------------------- |
|||
| Class Aliases |
|||
|-------------------------------------------------------------------------- |
|||
| |
|||
| This array of class aliases will be registered when this application |
|||
| is started. However, feel free to register as many as you wish as |
|||
| the aliases are "lazy" loaded so they don't hinder performance. |
|||
| |
|||
*/ |
|||
|
|||
'aliases' => [ |
|||
|
|||
'App' => Illuminate\Support\Facades\App::class, |
|||
'Arr' => Illuminate\Support\Arr::class, |
|||
'Artisan' => Illuminate\Support\Facades\Artisan::class, |
|||
'Auth' => Illuminate\Support\Facades\Auth::class, |
|||
'Blade' => Illuminate\Support\Facades\Blade::class, |
|||
'Broadcast' => Illuminate\Support\Facades\Broadcast::class, |
|||
'Bus' => Illuminate\Support\Facades\Bus::class, |
|||
'Cache' => Illuminate\Support\Facades\Cache::class, |
|||
'Config' => Illuminate\Support\Facades\Config::class, |
|||
'Cookie' => Illuminate\Support\Facades\Cookie::class, |
|||
'Crypt' => Illuminate\Support\Facades\Crypt::class, |
|||
'DB' => Illuminate\Support\Facades\DB::class, |
|||
'Eloquent' => Illuminate\Database\Eloquent\Model::class, |
|||
'Event' => Illuminate\Support\Facades\Event::class, |
|||
'File' => Illuminate\Support\Facades\File::class, |
|||
'Gate' => Illuminate\Support\Facades\Gate::class, |
|||
'Hash' => Illuminate\Support\Facades\Hash::class, |
|||
'Lang' => Illuminate\Support\Facades\Lang::class, |
|||
'Log' => Illuminate\Support\Facades\Log::class, |
|||
'Mail' => Illuminate\Support\Facades\Mail::class, |
|||
'Notification' => Illuminate\Support\Facades\Notification::class, |
|||
'Password' => Illuminate\Support\Facades\Password::class, |
|||
'Queue' => Illuminate\Support\Facades\Queue::class, |
|||
'Redirect' => Illuminate\Support\Facades\Redirect::class, |
|||
'Redis' => Illuminate\Support\Facades\Redis::class, |
|||
'Request' => Illuminate\Support\Facades\Request::class, |
|||
'Response' => Illuminate\Support\Facades\Response::class, |
|||
'Route' => Illuminate\Support\Facades\Route::class, |
|||
'Schema' => Illuminate\Support\Facades\Schema::class, |
|||
'Session' => Illuminate\Support\Facades\Session::class, |
|||
'Storage' => Illuminate\Support\Facades\Storage::class, |
|||
'Str' => Illuminate\Support\Str::class, |
|||
'URL' => Illuminate\Support\Facades\URL::class, |
|||
'Validator' => Illuminate\Support\Facades\Validator::class, |
|||
'View' => Illuminate\Support\Facades\View::class, |
|||
|
|||
], |
|||
|
|||
]; |
@ -0,0 +1,123 @@ |
|||
<?php |
|||
|
|||
return [ |
|||
|
|||
/* |
|||
|-------------------------------------------------------------------------- |
|||
| Authentication Defaults |
|||
|-------------------------------------------------------------------------- |
|||
| |
|||
| This option controls the default authentication "guard" and password |
|||
| reset options for your application. You may change these defaults |
|||
| as required, but they're a perfect start for most applications. |
|||
| |
|||
*/ |
|||
|
|||
'defaults' => [ |
|||
'guard' => 'web', |
|||
'passwords' => 'users', |
|||
], |
|||
|
|||
/* |
|||
|-------------------------------------------------------------------------- |
|||
| Authentication Guards |
|||
|-------------------------------------------------------------------------- |
|||
| |
|||
| Next, you may define every authentication guard for your application. |
|||
| Of course, a great default configuration has been defined for you |
|||
| here which uses session storage and the Eloquent user provider. |
|||
| |
|||
| All authentication drivers have a user provider. This defines how the |
|||
| users are actually retrieved out of your database or other storage |
|||
| mechanisms used by this application to persist your user's data. |
|||
| |
|||
| Supported: "session", "token" |
|||
| |
|||
*/ |
|||
|
|||
'guards' => [ |
|||
'web' => [ |
|||
'driver' => 'session', |
|||
'provider' => 'users', |
|||
], |
|||
|
|||
'api' => [ |
|||
'driver' => 'passport', |
|||
'provider' => 'users', |
|||
], |
|||
/* |
|||
'api' => [ |
|||
'driver' => 'token', |
|||
'provider' => 'users', |
|||
'hash' => false, |
|||
], |
|||
*/ |
|||
], |
|||
|
|||
/* |
|||
|-------------------------------------------------------------------------- |
|||
| User Providers |
|||
|-------------------------------------------------------------------------- |
|||
| |
|||
| All authentication drivers have a user provider. This defines how the |
|||