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
Register
Sign in
Toggle navigation
Menu
Emmery Jean
TP-RECETTE
Commits
2298d390
Commit
2298d390
authored
5 years ago
by
Emmery Jean
Browse files
Options
Download
Patches
Plain Diff
Initial commit
parents
Changes
200
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
.editorconfig
+15
-0
.editorconfig
.env.example
+46
-0
.env.example
.gitattributes
+5
-0
.gitattributes
.gitignore
+12
-0
.gitignore
.styleci.yml
+13
-0
.styleci.yml
README.md
+78
-0
README.md
app/AdminUser.php
+10
-0
app/AdminUser.php
app/Categorie.php
+15
-0
app/Categorie.php
app/Console/Kernel.php
+42
-0
app/Console/Kernel.php
app/Exceptions/Handler.php
+55
-0
app/Exceptions/Handler.php
app/Home.php
+10
-0
app/Home.php
app/Http/Controllers/AdminUserController.php
+85
-0
app/Http/Controllers/AdminUserController.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/CategorieController.php
+111
-0
app/Http/Controllers/CategorieController.php
app/Http/Controllers/Controller.php
+13
-0
app/Http/Controllers/Controller.php
with
757 additions
and
0 deletions
+757
-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