Skip to content
This repository has been archived by the owner on Sep 29, 2024. It is now read-only.

Commit

Permalink
add route
Browse files Browse the repository at this point in the history
  • Loading branch information
uzsoftic committed Aug 28, 2023
1 parent 357da8b commit d185c21
Show file tree
Hide file tree
Showing 7,226 changed files with 886,832 additions and 13 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
25 changes: 25 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
### Laravel template
/vendor/
node_modules/
npm-debug.log
yarn-error.log

# Laravel 4 specific
bootstrap/compiled.php
app/storage/

# Laravel 5 & Lumen specific
public/storage
public/hot

# Laravel 5 & Lumen specific with changed public path
public_html/storage
public_html/hot

storage/*.key
.env
Homestead.yaml
Homestead.json
/.vagrant
.phpunit.result.cache

1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"homepage": "https://softic.uz"
}
],
"minimum-stability": "dev",
"homepage": "https://github.com/uzsoftic/laravel-eskiz",
"keywords": ["Laravel", "LaravelEskiz"],
"require": {
Expand Down
Loading

0 comments on commit d185c21

Please sign in to comment.