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
integra
Commits
166f3893
Commit
166f3893
authored
2 years ago
by
Gustavo pantoja
Browse files
Options
Download
Patches
Plain Diff
initial
parents
Changes
268
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
+48
-0
app/Exceptions/Handler.php
app/Helpers/FormatarHelper.php
+20
-0
app/Helpers/FormatarHelper.php
app/Http/Controllers/Auth/ConfirmPasswordController.php
+40
-0
app/Http/Controllers/Auth/ConfirmPasswordController.php
app/Http/Controllers/Auth/ForgotPasswordController.php
+22
-0
app/Http/Controllers/Auth/ForgotPasswordController.php
app/Http/Controllers/Auth/LoginController.php
+40
-0
app/Http/Controllers/Auth/LoginController.php
app/Http/Controllers/Auth/RegisterController.php
+73
-0
app/Http/Controllers/Auth/RegisterController.php
app/Http/Controllers/Auth/ResetPasswordController.php
+30
-0
app/Http/Controllers/Auth/ResetPasswordController.php
app/Http/Controllers/Auth/VerificationController.php
+42
-0
app/Http/Controllers/Auth/VerificationController.php
app/Http/Controllers/ConsignanteController.php
+65
-0
app/Http/Controllers/ConsignanteController.php
app/Http/Controllers/ConsignanteMasterController.php
+74
-0
app/Http/Controllers/ConsignanteMasterController.php
app/Http/Controllers/ConsignatariaController.php
+158
-0
app/Http/Controllers/ConsignatariaController.php
app/Http/Controllers/ContratoController.php
+151
-0
app/Http/Controllers/ContratoController.php
app/Http/Controllers/Controller.php
+12
-0
app/Http/Controllers/Controller.php
app/Http/Controllers/HomeController.php
+37
-0
app/Http/Controllers/HomeController.php
with
1011 additions
and
0 deletions
+1011
-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