Planif, API, Interface base
Showing
- canapGEST/API/.env.example 16 additions, 0 deletionscanapGEST/API/.env.example
- canapGEST/API/.gitignore 5 additions, 0 deletionscanapGEST/API/.gitignore
- canapGEST/API/app/Console/Commands/.gitkeep 0 additions, 0 deletionscanapGEST/API/app/Console/Commands/.gitkeep
- canapGEST/API/app/Console/Kernel.php 29 additions, 0 deletionscanapGEST/API/app/Console/Kernel.php
- canapGEST/API/app/Events/Event.php 10 additions, 0 deletionscanapGEST/API/app/Events/Event.php
- canapGEST/API/app/Events/ExampleEvent.php 16 additions, 0 deletionscanapGEST/API/app/Events/ExampleEvent.php
- canapGEST/API/app/Exceptions/Handler.php 50 additions, 0 deletionscanapGEST/API/app/Exceptions/Handler.php
- canapGEST/API/app/Helpers/AccessLevelHelper.php 81 additions, 0 deletionscanapGEST/API/app/Helpers/AccessLevelHelper.php
- canapGEST/API/app/Http/Controllers/ApplicantsController.php 148 additions, 0 deletionscanapGEST/API/app/Http/Controllers/ApplicantsController.php
- canapGEST/API/app/Http/Controllers/AuthController.php 65 additions, 0 deletionscanapGEST/API/app/Http/Controllers/AuthController.php
- canapGEST/API/app/Http/Controllers/CommentsController.php 103 additions, 0 deletionscanapGEST/API/app/Http/Controllers/CommentsController.php
- canapGEST/API/app/Http/Controllers/FilesController.php 36 additions, 0 deletionscanapGEST/API/app/Http/Controllers/FilesController.php
- canapGEST/API/app/Http/Controllers/MarkersController.php 93 additions, 0 deletionscanapGEST/API/app/Http/Controllers/MarkersController.php
- canapGEST/API/app/Http/Controllers/StatsController.php 23 additions, 0 deletionscanapGEST/API/app/Http/Controllers/StatsController.php
- canapGEST/API/app/Http/Controllers/UsersController.php 62 additions, 0 deletionscanapGEST/API/app/Http/Controllers/UsersController.php
- canapGEST/API/app/Http/Middleware/CorsMiddleware.php 31 additions, 0 deletionscanapGEST/API/app/Http/Middleware/CorsMiddleware.php
- canapGEST/API/app/Http/Middleware/JwtMiddleware.php 41 additions, 0 deletionscanapGEST/API/app/Http/Middleware/JwtMiddleware.php
- canapGEST/API/app/Providers/AppServiceProvider.php 18 additions, 0 deletionscanapGEST/API/app/Providers/AppServiceProvider.php
- canapGEST/API/app/Providers/AuthServiceProvider.php 18 additions, 0 deletionscanapGEST/API/app/Providers/AuthServiceProvider.php
- canapGEST/API/app/Providers/EventServiceProvider.php 19 additions, 0 deletionscanapGEST/API/app/Providers/EventServiceProvider.php
canapGEST/API/.env.example
0 → 100644
canapGEST/API/.gitignore
0 → 100644
File moved
canapGEST/API/app/Console/Kernel.php
0 → 100644
canapGEST/API/app/Events/Event.php
0 → 100644
canapGEST/API/app/Events/ExampleEvent.php
0 → 100644
canapGEST/API/app/Exceptions/Handler.php
0 → 100644
Please register or sign in to comment