Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Алешина Анастасия Игоревна
19287_Разработка интерактивного программного комплекса на базе сенсорного моноблока_backend
Commits
95010e87
Commit
95010e87
authored
3 years ago
by
moskou.nastja.2001@mail.ru
Browse files
Options
Download
Patches
Plain Diff
adding
parent
59d3f609
master
No related merge requests found
Changes
416
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
.editorconfig
+15
-0
.editorconfig
.env.example
+49
-0
.env.example
.gitattributes
+5
-0
.gitattributes
.gitignore
+13
-0
.gitignore
.idea/codeStyles/codeStyleConfig.xml
+5
-0
.idea/codeStyles/codeStyleConfig.xml
.idea/modules.xml
+8
-0
.idea/modules.xml
.idea/php.xml
+127
-0
.idea/php.xml
.idea/phpunit.xml
+11
-0
.idea/phpunit.xml
.idea/test.com.iml
+130
-0
.idea/test.com.iml
.idea/workspace.xml
+173
-0
.idea/workspace.xml
.styleci.yml
+13
-0
.styleci.yml
app/Admin/Controllers/AuthController.php
+10
-0
app/Admin/Controllers/AuthController.php
app/Admin/Controllers/ExampleController.php
+67
-0
app/Admin/Controllers/ExampleController.php
app/Admin/Controllers/HomeController.php
+34
-0
app/Admin/Controllers/HomeController.php
app/Admin/bootstrap.php
+21
-0
app/Admin/bootstrap.php
app/Admin/routes.php
+16
-0
app/Admin/routes.php
app/Console/Kernel.php
+41
-0
app/Console/Kernel.php
app/Exceptions/Handler.php
+41
-0
app/Exceptions/Handler.php
app/Http/Controllers/Auth/ConfirmPasswordController.php
+40
-0
app/Http/Controllers/Auth/ConfirmPasswordController.php
app/Http/Controllers/Auth/ForgotPasswordController.php
+22
-0
app/Http/Controllers/Auth/ForgotPasswordController.php
with
841 additions
and
0 deletions
+841
-0
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets