Pages in {{ .Title | singularize }}
+ + {{ range .Data.Pages }} + +{{ .Title }}
+ + ++ {{ printf "%s" .Summary | markdownify }} + +
+ {{ end }} + + +
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..8f0de65 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,18 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf +indent_size = 4 +indent_style = space +insert_final_newline = true +trim_trailing_whitespace = true + +[*.md] +trim_trailing_whitespace = false + +[*.{yml,yaml}] +indent_size = 2 + +[docker-compose.yml] +indent_size = 4 diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..33ee671 --- /dev/null +++ b/.env.example @@ -0,0 +1,58 @@ +APP_NAME=Laravel +APP_ENV=local +APP_KEY=base64:byd1I8tx+1S2konW0mA2zVgTfKIeOnUx5Rtnleg3mPw= +APP_DEBUG=true +APP_URL=http://localhost + +LOG_CHANNEL=stack +LOG_DEPRECATIONS_CHANNEL=null +LOG_LEVEL=debug + +DB_CONNECTION=mysql +DB_HOST=mariadb +DB_PORT=3306 +DB_DATABASE=ingenious +DB_USERNAME=user +DB_PASSWORD=password + +BROADCAST_DRIVER=log +CACHE_DRIVER=file +FILESYSTEM_DISK=local +QUEUE_CONNECTION=sync +SESSION_DRIVER=file +SESSION_LIFETIME=120 + +MEMCACHED_HOST=127.0.0.1 + +REDIS_HOST=127.0.0.1 +REDIS_PASSWORD=null +REDIS_PORT=6379 + +MAIL_MAILER=smtp +MAIL_HOST=mailhog +MAIL_PORT=1025 +MAIL_USERNAME=null +MAIL_PASSWORD=null +MAIL_ENCRYPTION=null +MAIL_FROM_ADDRESS="hello@example.com" +MAIL_FROM_NAME="${APP_NAME}" + +AWS_ACCESS_KEY_ID= +AWS_SECRET_ACCESS_KEY= +AWS_DEFAULT_REGION=us-east-1 +AWS_BUCKET= +AWS_USE_PATH_STYLE_ENDPOINT=false + +PUSHER_APP_ID= +PUSHER_APP_KEY= +PUSHER_APP_SECRET= +PUSHER_HOST= +PUSHER_PORT=443 +PUSHER_SCHEME=https +PUSHER_APP_CLUSTER=mt1 + +VITE_PUSHER_APP_KEY="${PUSHER_APP_KEY}" +VITE_PUSHER_HOST="${PUSHER_HOST}" +VITE_PUSHER_PORT="${PUSHER_PORT}" +VITE_PUSHER_SCHEME="${PUSHER_SCHEME}" +VITE_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}" \ No newline at end of file diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..7dbbf41 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,11 @@ +* text=auto + +*.blade.php diff=html +*.css diff=css +*.html diff=html +*.md diff=markdown +*.php diff=php + +/.github export-ignore +CHANGELOG.md export-ignore +.styleci.yml export-ignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e998894 --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +/node_modules +/public/build +/public/hot +/public/storage +/storage/*.key +/vendor +/.env +.env.backup +.env.production +.phpunit.result.cache +Homestead.json +Homestead.yaml +auth.json +npm-debug.log +yarn-error.log +/.fleet +/.idea +/.vscode diff --git a/README.md b/README.md new file mode 100644 index 0000000..defd039 --- /dev/null +++ b/README.md @@ -0,0 +1,72 @@ +# Recruitment Task 🧑💻👩💻 + +### Invoice module with approve and reject system as a part of a bigger enterprise system. Approval module exists and you should use it. It is Backend task, no Frontend is needed. +--- +Please create your own repository and make it public or invite us to check it. + + +
+ +- Invoice contains: + - Invoice number + - Invoice date + - Due date + - Company + - Name + - Street Address + - City + - Zip code + - Phone + - Billed company + - Name + - Street Address + - City + - Zip code + - Phone + - Email address + - Products + - Name + - Quantity + - Unit Price + - Total + - Total price + | +
+Image just for visualization
+![]() |
+
+ ![]() + Mahmoud Zalt + + @mahmoudz + |
+
+ ![]() + Bo-Yi Wu + + @appleboy + |
+
+ ![]() + Philippe Trépanier + + @philtrep + |
+
+ ![]() + Mike Erickson + + @mikeerickson + |
+
+ ![]() + Dwi Fahni Denni + + @zeroc0d3 + |
+
+ ![]() + Thor Erik + + @thorerik + |
+
+ ![]() + Winfried van Loon + + @winfried-van-loon + |
+
+ ![]() + TJ Miller + + @sixlive + |
+
+ ![]() + Yu-Lung Shao (Allen) + + @bestlong + |
+
+ ![]() + Milan Urukalo + + @urukalo + |
+
+ ![]() + Vince Chu + + @vwchu + |
+
+ ![]() + Huadong Zuo + + @zuohuadong + |
+
+ ![]() + Lan Phan + + @lanphan + |
+
+ ![]() + Ahkui + + @ahkui + |
+
+ ![]() + < Join Us > + + @laradock + |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+