Zoya))) преди 7 години
родител
ревизия
4af899e636
променени са 100 файла, в които са добавени 0 реда и са изтрити 0 реда
  1. 0 0
      .env.example
  2. 0 0
      .gitattributes
  3. 0 0
      .gitignore
  4. 0 0
      app/Console/Kernel.php
  5. 0 0
      app/Crud.php
  6. 0 0
      app/Exceptions/Handler.php
  7. 0 0
      app/Http/Controllers/Auth/ForgotPasswordController.php
  8. 0 0
      app/Http/Controllers/Auth/LoginController.php
  9. 0 0
      app/Http/Controllers/Auth/RegisterController.php
  10. 0 0
      app/Http/Controllers/Auth/ResetPasswordController.php
  11. 0 0
      app/Http/Controllers/CRUDController.php
  12. 0 0
      app/Http/Controllers/Controller.php
  13. 0 0
      app/Http/Controllers/RegistrationController.php
  14. 0 0
      app/Http/Controllers/SessionsController.php
  15. 0 0
      app/Http/Kernel.php
  16. 0 0
      app/Http/Middleware/EncryptCookies.php
  17. 0 0
      app/Http/Middleware/RedirectIfAuthenticated.php
  18. 0 0
      app/Http/Middleware/TrimStrings.php
  19. 0 0
      app/Http/Middleware/TrustProxies.php
  20. 0 0
      app/Http/Middleware/VerifyCsrfToken.php
  21. 0 0
      app/Providers/AppServiceProvider.php
  22. 0 0
      app/Providers/AuthServiceProvider.php
  23. 0 0
      app/Providers/BroadcastServiceProvider.php
  24. 0 0
      app/Providers/EventServiceProvider.php
  25. 0 0
      app/Providers/RouteServiceProvider.php
  26. 0 0
      app/User.php
  27. 0 0
      artisan
  28. 0 0
      bootstrap/app.php
  29. 0 0
      bootstrap/autoload.php
  30. 0 0
      bootstrap/bootstrap-theme.css
  31. 0 0
      bootstrap/bootstrap-theme.css.map
  32. 0 0
      bootstrap/bootstrap-theme.min.css
  33. 0 0
      bootstrap/bootstrap-theme.min.css.map
  34. 0 0
      bootstrap/bootstrap.css
  35. 0 0
      bootstrap/bootstrap.css.map
  36. 0 0
      bootstrap/bootstrap.min.css
  37. 0 0
      bootstrap/bootstrap.min.css.map
  38. 0 0
      bootstrap/cache/.gitignore
  39. 0 0
      composer.json
  40. 0 0
      composer.lock
  41. 0 0
      config/app.php
  42. 0 0
      config/auth.php
  43. 0 0
      config/broadcasting.php
  44. 0 0
      config/cache.php
  45. 0 0
      config/database.php
  46. 0 0
      config/filesystems.php
  47. 0 0
      config/hashing.php
  48. 0 0
      config/logging.php
  49. 0 0
      config/mail.php
  50. 0 0
      config/queue.php
  51. 0 0
      config/services.php
  52. 0 0
      config/session.php
  53. 0 0
      config/view.php
  54. 0 0
      database/.gitignore
  55. 0 0
      database/factories/UserFactory.php
  56. 0 0
      database/migrations/2014_10_12_000000_create_users_table.php
  57. 0 0
      database/migrations/2014_10_12_100000_create_password_resets_table.php
  58. 0 0
      database/migrations/2018_06_03_095342_create_cruds_table.php
  59. 0 0
      database/seeds/DatabaseSeeder.php
  60. 0 0
      package.json
  61. 0 0
      phpunit.xml
  62. 0 0
      public/.htaccess
  63. 0 0
      public/css/app.css
  64. 0 0
      public/css/app.php
  65. 0 0
      public/css/autoload.php
  66. 0 0
      public/css/bootstrap-theme.css
  67. 0 0
      public/css/bootstrap-theme.css.map
  68. 0 0
      public/css/bootstrap-theme.min.css
  69. 0 0
      public/css/bootstrap-theme.min.css.map
  70. 0 0
      public/css/bootstrap.css
  71. 0 0
      public/css/bootstrap.css.map
  72. 0 0
      public/css/bootstrap.min.css
  73. 0 0
      public/css/bootstrap.min.css.map
  74. 0 0
      public/css/cache/.gitignore
  75. 0 0
      public/favicon.ico
  76. 0 0
      public/images/pitty_cat.png
  77. 0 0
      public/images/youloveit_ru_dasha_puteshestvennica60.jpg
  78. 0 0
      public/index.php
  79. 0 0
      public/js/app.js
  80. 0 0
      public/robots.txt
  81. 0 0
      public/web.config
  82. 0 0
      readme.md
  83. 0 0
      resources/assets/js/app.js
  84. 0 0
      resources/assets/js/bootstrap.js
  85. 0 0
      resources/assets/js/components/ExampleComponent.vue
  86. 0 0
      resources/assets/sass/_variables.scss
  87. 0 0
      resources/assets/sass/app.scss
  88. 0 0
      resources/lang/en/auth.php
  89. 0 0
      resources/lang/en/pagination.php
  90. 0 0
      resources/lang/en/passwords.php
  91. 0 0
      resources/lang/en/validation.php
  92. 0 0
      resources/views/autification.blade.php
  93. 0 0
      resources/views/create.blade.php
  94. 0 0
      resources/views/edit.blade.php
  95. 0 0
      resources/views/index.blade.php
  96. 0 0
      resources/views/master.blade.php
  97. 0 0
      resources/views/register/create.blade.php
  98. 0 0
      resources/views/sessions/create.blade.php
  99. 0 0
      resources/views/sport.blade.php
  100. 0 0
      resources/views/welcome.blade.php

+ 0 - 0
fsirevents/.env.example → .env.example


+ 0 - 0
fsirevents/.gitattributes → .gitattributes


+ 0 - 0
fsirevents/.gitignore → .gitignore


+ 0 - 0
fsirevents/app/Console/Kernel.php → app/Console/Kernel.php


+ 0 - 0
fsirevents/app/Crud.php → app/Crud.php


+ 0 - 0
fsirevents/app/Exceptions/Handler.php → app/Exceptions/Handler.php


+ 0 - 0
fsirevents/app/Http/Controllers/Auth/ForgotPasswordController.php → app/Http/Controllers/Auth/ForgotPasswordController.php


+ 0 - 0
fsirevents/app/Http/Controllers/Auth/LoginController.php → app/Http/Controllers/Auth/LoginController.php


+ 0 - 0
fsirevents/app/Http/Controllers/Auth/RegisterController.php → app/Http/Controllers/Auth/RegisterController.php


+ 0 - 0
fsirevents/app/Http/Controllers/Auth/ResetPasswordController.php → app/Http/Controllers/Auth/ResetPasswordController.php


+ 0 - 0
fsirevents/app/Http/Controllers/CRUDController.php → app/Http/Controllers/CRUDController.php


+ 0 - 0
fsirevents/app/Http/Controllers/Controller.php → app/Http/Controllers/Controller.php


+ 0 - 0
fsirevents/app/Http/Controllers/RegistrationController.php → app/Http/Controllers/RegistrationController.php


+ 0 - 0
fsirevents/app/Http/Controllers/SessionsController.php → app/Http/Controllers/SessionsController.php


+ 0 - 0
fsirevents/app/Http/Kernel.php → app/Http/Kernel.php


+ 0 - 0
fsirevents/app/Http/Middleware/EncryptCookies.php → app/Http/Middleware/EncryptCookies.php


+ 0 - 0
fsirevents/app/Http/Middleware/RedirectIfAuthenticated.php → app/Http/Middleware/RedirectIfAuthenticated.php


+ 0 - 0
fsirevents/app/Http/Middleware/TrimStrings.php → app/Http/Middleware/TrimStrings.php


+ 0 - 0
fsirevents/app/Http/Middleware/TrustProxies.php → app/Http/Middleware/TrustProxies.php


+ 0 - 0
fsirevents/app/Http/Middleware/VerifyCsrfToken.php → app/Http/Middleware/VerifyCsrfToken.php


+ 0 - 0
fsirevents/app/Providers/AppServiceProvider.php → app/Providers/AppServiceProvider.php


+ 0 - 0
fsirevents/app/Providers/AuthServiceProvider.php → app/Providers/AuthServiceProvider.php


+ 0 - 0
fsirevents/app/Providers/BroadcastServiceProvider.php → app/Providers/BroadcastServiceProvider.php


+ 0 - 0
fsirevents/app/Providers/EventServiceProvider.php → app/Providers/EventServiceProvider.php


+ 0 - 0
fsirevents/app/Providers/RouteServiceProvider.php → app/Providers/RouteServiceProvider.php


+ 0 - 0
fsirevents/app/User.php → app/User.php


+ 0 - 0
fsirevents/artisan → artisan


+ 0 - 0
fsirevents/bootstrap/app.php → bootstrap/app.php


+ 0 - 0
fsirevents/bootstrap/autoload.php → bootstrap/autoload.php


+ 0 - 0
fsirevents/bootstrap/bootstrap-theme.css → bootstrap/bootstrap-theme.css


+ 0 - 0
fsirevents/bootstrap/bootstrap-theme.css.map → bootstrap/bootstrap-theme.css.map


+ 0 - 0
fsirevents/bootstrap/bootstrap-theme.min.css → bootstrap/bootstrap-theme.min.css


+ 0 - 0
fsirevents/bootstrap/bootstrap-theme.min.css.map → bootstrap/bootstrap-theme.min.css.map


+ 0 - 0
fsirevents/bootstrap/bootstrap.css → bootstrap/bootstrap.css


+ 0 - 0
fsirevents/bootstrap/bootstrap.css.map → bootstrap/bootstrap.css.map


+ 0 - 0
fsirevents/bootstrap/bootstrap.min.css → bootstrap/bootstrap.min.css


+ 0 - 0
fsirevents/bootstrap/bootstrap.min.css.map → bootstrap/bootstrap.min.css.map


+ 0 - 0
fsirevents/bootstrap/cache/.gitignore → bootstrap/cache/.gitignore


+ 0 - 0
fsirevents/composer.json → composer.json


+ 0 - 0
fsirevents/composer.lock → composer.lock


+ 0 - 0
fsirevents/config/app.php → config/app.php


+ 0 - 0
fsirevents/config/auth.php → config/auth.php


+ 0 - 0
fsirevents/config/broadcasting.php → config/broadcasting.php


+ 0 - 0
fsirevents/config/cache.php → config/cache.php


+ 0 - 0
fsirevents/config/database.php → config/database.php


+ 0 - 0
fsirevents/config/filesystems.php → config/filesystems.php


+ 0 - 0
fsirevents/config/hashing.php → config/hashing.php


+ 0 - 0
fsirevents/config/logging.php → config/logging.php


+ 0 - 0
fsirevents/config/mail.php → config/mail.php


+ 0 - 0
fsirevents/config/queue.php → config/queue.php


+ 0 - 0
fsirevents/config/services.php → config/services.php


+ 0 - 0
fsirevents/config/session.php → config/session.php


+ 0 - 0
fsirevents/config/view.php → config/view.php


+ 0 - 0
fsirevents/database/.gitignore → database/.gitignore


+ 0 - 0
fsirevents/database/factories/UserFactory.php → database/factories/UserFactory.php


+ 0 - 0
fsirevents/database/migrations/2014_10_12_000000_create_users_table.php → database/migrations/2014_10_12_000000_create_users_table.php


+ 0 - 0
fsirevents/database/migrations/2014_10_12_100000_create_password_resets_table.php → database/migrations/2014_10_12_100000_create_password_resets_table.php


+ 0 - 0
fsirevents/database/migrations/2018_06_03_095342_create_cruds_table.php → database/migrations/2018_06_03_095342_create_cruds_table.php


+ 0 - 0
fsirevents/database/seeds/DatabaseSeeder.php → database/seeds/DatabaseSeeder.php


+ 0 - 0
fsirevents/package.json → package.json


+ 0 - 0
fsirevents/phpunit.xml → phpunit.xml


+ 0 - 0
fsirevents/public/.htaccess → public/.htaccess


+ 0 - 0
fsirevents/public/css/app.css → public/css/app.css


+ 0 - 0
fsirevents/public/css/app.php → public/css/app.php


+ 0 - 0
fsirevents/public/css/autoload.php → public/css/autoload.php


+ 0 - 0
fsirevents/public/css/bootstrap-theme.css → public/css/bootstrap-theme.css


+ 0 - 0
fsirevents/public/css/bootstrap-theme.css.map → public/css/bootstrap-theme.css.map


+ 0 - 0
fsirevents/public/css/bootstrap-theme.min.css → public/css/bootstrap-theme.min.css


+ 0 - 0
fsirevents/public/css/bootstrap-theme.min.css.map → public/css/bootstrap-theme.min.css.map


+ 0 - 0
fsirevents/public/css/bootstrap.css → public/css/bootstrap.css


+ 0 - 0
fsirevents/public/css/bootstrap.css.map → public/css/bootstrap.css.map


+ 0 - 0
fsirevents/public/css/bootstrap.min.css → public/css/bootstrap.min.css


+ 0 - 0
fsirevents/public/css/bootstrap.min.css.map → public/css/bootstrap.min.css.map


+ 0 - 0
fsirevents/public/css/cache/.gitignore → public/css/cache/.gitignore


+ 0 - 0
fsirevents/public/favicon.ico → public/favicon.ico


+ 0 - 0
fsirevents/public/images/pitty_cat.png → public/images/pitty_cat.png


+ 0 - 0
fsirevents/public/images/youloveit_ru_dasha_puteshestvennica60.jpg → public/images/youloveit_ru_dasha_puteshestvennica60.jpg


+ 0 - 0
fsirevents/public/index.php → public/index.php


+ 0 - 0
fsirevents/public/js/app.js → public/js/app.js


+ 0 - 0
fsirevents/public/robots.txt → public/robots.txt


+ 0 - 0
fsirevents/public/web.config → public/web.config


+ 0 - 0
fsirevents/readme.md → readme.md


+ 0 - 0
fsirevents/resources/assets/js/app.js → resources/assets/js/app.js


+ 0 - 0
fsirevents/resources/assets/js/bootstrap.js → resources/assets/js/bootstrap.js


+ 0 - 0
fsirevents/resources/assets/js/components/ExampleComponent.vue → resources/assets/js/components/ExampleComponent.vue


+ 0 - 0
fsirevents/resources/assets/sass/_variables.scss → resources/assets/sass/_variables.scss


+ 0 - 0
fsirevents/resources/assets/sass/app.scss → resources/assets/sass/app.scss


+ 0 - 0
fsirevents/resources/lang/en/auth.php → resources/lang/en/auth.php


+ 0 - 0
fsirevents/resources/lang/en/pagination.php → resources/lang/en/pagination.php


+ 0 - 0
fsirevents/resources/lang/en/passwords.php → resources/lang/en/passwords.php


+ 0 - 0
fsirevents/resources/lang/en/validation.php → resources/lang/en/validation.php


+ 0 - 0
fsirevents/resources/views/autification.blade.php → resources/views/autification.blade.php


+ 0 - 0
fsirevents/resources/views/create.blade.php → resources/views/create.blade.php


+ 0 - 0
fsirevents/resources/views/edit.blade.php → resources/views/edit.blade.php


+ 0 - 0
fsirevents/resources/views/index.blade.php → resources/views/index.blade.php


+ 0 - 0
fsirevents/resources/views/master.blade.php → resources/views/master.blade.php


+ 0 - 0
fsirevents/resources/views/register/create.blade.php → resources/views/register/create.blade.php


+ 0 - 0
fsirevents/resources/views/sessions/create.blade.php → resources/views/sessions/create.blade.php


+ 0 - 0
fsirevents/resources/views/sport.blade.php → resources/views/sport.blade.php


+ 0 - 0
fsirevents/resources/views/welcome.blade.php → resources/views/welcome.blade.php


Някои файлове не бяха показани, защото твърде много файлове са промени