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
Gustavo pantoja
api
Commits
75c28563
Commit
75c28563
authored
1 year ago
by
Gustavo pantoja
Browse files
Options
Download
Patches
Plain Diff
first commit
parents
Changes
89
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
.editorconfig
+18
-0
.editorconfig
.env.example
+58
-0
.env.example
.gitattributes
+11
-0
.gitattributes
.gitignore
+19
-0
.gitignore
README.md
+66
-0
README.md
app/Console/Kernel.php
+27
-0
app/Console/Kernel.php
app/Exceptions/Handler.php
+30
-0
app/Exceptions/Handler.php
app/Http/Controllers/Controller.php
+12
-0
app/Http/Controllers/Controller.php
app/Http/Controllers/TaxasController.php
+65
-0
app/Http/Controllers/TaxasController.php
app/Http/Kernel.php
+67
-0
app/Http/Kernel.php
app/Http/Middleware/Authenticate.php
+17
-0
app/Http/Middleware/Authenticate.php
app/Http/Middleware/EncryptCookies.php
+17
-0
app/Http/Middleware/EncryptCookies.php
app/Http/Middleware/PreventRequestsDuringMaintenance.php
+17
-0
app/Http/Middleware/PreventRequestsDuringMaintenance.php
app/Http/Middleware/RedirectIfAuthenticated.php
+30
-0
app/Http/Middleware/RedirectIfAuthenticated.php
app/Http/Middleware/TrimStrings.php
+19
-0
app/Http/Middleware/TrimStrings.php
app/Http/Middleware/TrustHosts.php
+20
-0
app/Http/Middleware/TrustHosts.php
app/Http/Middleware/TrustProxies.php
+28
-0
app/Http/Middleware/TrustProxies.php
app/Http/Middleware/ValidateSignature.php
+22
-0
app/Http/Middleware/ValidateSignature.php
app/Http/Middleware/VerifyCsrfToken.php
+17
-0
app/Http/Middleware/VerifyCsrfToken.php
app/Models/Consignante.php
+15
-0
app/Models/Consignante.php
with
575 additions
and
0 deletions
+575
-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