Commits on Source (7)
-
Vincent Sebastian The authored3d4605f9
-
Vincent Sebastian The authoredfb1359b0
-
Vincent Sebastian The authoredca80d0b1
-
Vincent Sebastian The authored15094f86
-
Vincent Sebastian The authored04d72eaf
-
Vincent Sebastian The authoredfa1c3d41
-
Vincent Sebastian The authorede702ff8d
Showing
- .env.example 26 additions, 0 deletions.env.example
- .gitattributes 3 additions, 0 deletions.gitattributes
- .gitignore 10 additions, 0 deletions.gitignore
- 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 70 additions, 0 deletionsapp/Http/Controllers/Auth/AuthController.php
- app/Http/Controllers/Auth/PasswordController.php 32 additions, 0 deletionsapp/Http/Controllers/Auth/PasswordController.php
- app/Http/Controllers/Controller.php 13 additions, 0 deletionsapp/Http/Controllers/Controller.php
- app/Http/Controllers/HomeController.php 43 additions, 0 deletionsapp/Http/Controllers/HomeController.php
- app/Http/Controllers/PermohonanController.php 121 additions, 0 deletionsapp/Http/Controllers/PermohonanController.php
- app/Http/Controllers/admin/PermohonanController.php 24 additions, 0 deletionsapp/Http/Controllers/admin/PermohonanController.php
- app/Http/Kernel.php 51 additions, 0 deletionsapp/Http/Kernel.php
- app/Http/Middleware/Authenticate.php 30 additions, 0 deletionsapp/Http/Middleware/Authenticate.php
- app/Http/Middleware/EncryptCookies.php 17 additions, 0 deletionsapp/Http/Middleware/EncryptCookies.php
- app/Http/Middleware/RedirectIfAuthenticated.php 26 additions, 0 deletionsapp/Http/Middleware/RedirectIfAuthenticated.php
- app/Http/Middleware/VerifyCsrfToken.php 17 additions, 0 deletionsapp/Http/Middleware/VerifyCsrfToken.php
- app/Http/Requests/Request.php 10 additions, 0 deletionsapp/Http/Requests/Request.php
- app/Http/routes.php 50 additions, 0 deletionsapp/Http/routes.php
.env.example
0 → 100644
.gitattributes
0 → 100644
.gitignore
0 → 100644
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
app/Http/Controllers/Controller.php
0 → 100644
app/Http/Controllers/HomeController.php
0 → 100644
app/Http/Kernel.php
0 → 100644
app/Http/Middleware/Authenticate.php
0 → 100644
app/Http/Middleware/EncryptCookies.php
0 → 100644
app/Http/Middleware/VerifyCsrfToken.php
0 → 100644
app/Http/Requests/Request.php
0 → 100644
app/Http/routes.php
0 → 100644