init laravel
parents
Showing
- .env.example 26 additions, 0 deletions.env.example
- .gitattributes 3 additions, 0 deletions.gitattributes
- .gitignore 7 additions, 0 deletions.gitignore
- .idea/blade.xml 5 additions, 0 deletions.idea/blade.xml
- .idea/codeStyleSettings.xml 10 additions, 0 deletions.idea/codeStyleSettings.xml
- .idea/compiler.xml 23 additions, 0 deletions.idea/compiler.xml
- .idea/copyright/profiles_settings.xml 4 additions, 0 deletions.idea/copyright/profiles_settings.xml
- .idea/encodings.xml 7 additions, 0 deletions.idea/encodings.xml
- .idea/laravel-plugin.xml 8 additions, 0 deletions.idea/laravel-plugin.xml
- .idea/misc.xml 60 additions, 0 deletions.idea/misc.xml
- .idea/modules.xml 9 additions, 0 deletions.idea/modules.xml
- .idea/ppl.iml 10 additions, 0 deletions.idea/ppl.iml
- .idea/vcs.xml 7 additions, 0 deletions.idea/vcs.xml
- .idea/workspace.xml 0 additions, 0 deletions.idea/workspace.xml
- app/Console/Commands/Inspire.php 33 additions, 0 deletionsapp/Console/Commands/Inspire.php
- app/Console/Kernel.php 30 additions, 0 deletionsapp/Console/Kernel.php
- app/Events/Event.php 8 additions, 0 deletionsapp/Events/Event.php
- app/Exceptions/Handler.php 50 additions, 0 deletionsapp/Exceptions/Handler.php
- app/Http/Controllers/Auth/AuthController.php 72 additions, 0 deletionsapp/Http/Controllers/Auth/AuthController.php
- app/Http/Controllers/Auth/PasswordController.php 32 additions, 0 deletionsapp/Http/Controllers/Auth/PasswordController.php
.env.example
0 → 100644
.gitattributes
0 → 100644
.gitignore
0 → 100644
.idea/blade.xml
0 → 100644
.idea/codeStyleSettings.xml
0 → 100644
.idea/compiler.xml
0 → 100644
.idea/copyright/profiles_settings.xml
0 → 100644
.idea/encodings.xml
0 → 100644
.idea/laravel-plugin.xml
0 → 100644
.idea/misc.xml
0 → 100644
.idea/modules.xml
0 → 100644
.idea/ppl.iml
0 → 100644
.idea/vcs.xml
0 → 100644
.idea/workspace.xml
0 → 100644
This diff is collapsed.
app/Console/Commands/Inspire.php
0 → 100644
app/Console/Kernel.php
0 → 100644
app/Events/Event.php
0 → 100644
app/Exceptions/Handler.php
0 → 100644
app/Http/Controllers/Auth/AuthController.php
0 → 100644
Please register or sign in to comment