index.html 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509
  1. <!DOCTYPE html>
  2. <html class="no-js">
  3. <head lang="en-us">
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=1,maximum-scale=1">
  6. <meta http-equiv="X-UA-Compatible" content="IE=10" />
  7. <title>Related Projects - Laradock</title>
  8. <meta name="generator" content="Hugo 0.19" />
  9. <meta name="description" content="Laradock documentations.">
  10. <link rel="canonical" href="http://laradock.io/related-projects/">
  11. <meta name="author" content="Mahmoud Zalt">
  12. <meta property="og:url" content="http://laradock.io/related-projects/">
  13. <meta property="og:title" content="Laradock">
  14. <meta property="og:image" content="http://laradock.io/images/logo.png">
  15. <meta name="apple-mobile-web-app-title" content="Laradock">
  16. <meta name="apple-mobile-web-app-capable" content="yes">
  17. <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
  18. <link rel="shortcut icon" type="image/x-icon" href="http://laradock.io/images/favicon.ico">
  19. <link rel="icon" type="image/x-icon" href="http://laradock.io/images/favicon.ico">
  20. <style>
  21. @font-face {
  22. font-family: 'Icon';
  23. src: url('http://laradock.io/fonts/icon.eot');
  24. src: url('http://laradock.io/fonts/icon.eot')
  25. format('embedded-opentype'),
  26. url('http://laradock.io/fonts/icon.woff')
  27. format('woff'),
  28. url('http://laradock.io/fonts/icon.ttf')
  29. format('truetype'),
  30. url('http://laradock.io/fonts/icon.svg')
  31. format('svg');
  32. font-weight: normal;
  33. font-style: normal;
  34. }
  35. </style>
  36. <link rel="stylesheet" href="http://laradock.io/stylesheets/application.css">
  37. <link rel="stylesheet" href="http://laradock.io/stylesheets/temporary.css">
  38. <link rel="stylesheet" href="http://laradock.io/stylesheets/palettes.css">
  39. <link rel="stylesheet" href="http://laradock.io/stylesheets/highlight/highlight.css">
  40. <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Doctarine:400,700|Source&#43;Code&#43;Pro">
  41. <style>
  42. body, input {
  43. font-family: 'Doctarine', Helvetica, Arial, sans-serif;
  44. }
  45. pre, code {
  46. font-family: 'Source Code Pro', 'Courier New', 'Courier', monospace;
  47. }
  48. </style>
  49. <script src="http://laradock.io/javascripts/modernizr.js"></script>
  50. </head>
  51. <body class="palette-primary-deep-purple palette-accent-purple">
  52. <div class="backdrop">
  53. <div class="backdrop-paper"></div>
  54. </div>
  55. <input class="toggle" type="checkbox" id="toggle-drawer">
  56. <input class="toggle" type="checkbox" id="toggle-search">
  57. <label class="toggle-button overlay" for="toggle-drawer"></label>
  58. <header class="header">
  59. <nav aria-label="Header">
  60. <div class="bar default">
  61. <div class="button button-menu" role="button" aria-label="Menu">
  62. <label class="toggle-button icon icon-menu" for="toggle-drawer">
  63. <span></span>
  64. </label>
  65. </div>
  66. <div class="stretch">
  67. <div class="title">
  68. <b>Laradock</b> <span style="color: rgba(249, 245, 255, 0.63);"> / Related Projects</span>
  69. </div>
  70. </div>
  71. <div class="button button-github" role="button" aria-label="GitHub">
  72. <a style="padding: 0px; font-size:40px" href="https://github.com/laradock/laradock" title="@laradock/laradock on GitHub" target="_blank" class="toggle-button icon icon-github"></a>
  73. </div>
  74. <p style="font-size: 18px; padding: 8px">Github</p>
  75. </div>
  76. <div class="bar search">
  77. <div class="button button-close" role="button" aria-label="Close">
  78. <label class="toggle-button icon icon-back" for="toggle-search"></label>
  79. </div>
  80. <div class="stretch">
  81. <div class="field">
  82. <input class="query" type="text" placeholder="Search" autocapitalize="off" autocorrect="off" autocomplete="off" spellcheck>
  83. </div>
  84. </div>
  85. <div class="button button-reset" role="button" aria-label="Search">
  86. <button class="toggle-button icon icon-close" id="reset-search"></button>
  87. </div>
  88. </div>
  89. </nav>
  90. </header>
  91. <main class="main">
  92. <div class="drawer">
  93. <nav aria-label="Navigation">
  94. <a href="http://laradock.io/" class="project">
  95. <div class="banner">
  96. <div class="logo">
  97. <img src="http://laradock.io/images/logo.png">
  98. </div>
  99. </div>
  100. </a>
  101. <div class="scrollable">
  102. <div class="wrapper">
  103. <div class="toc">
  104. <ul>
  105. <li>
  106. <a title="Introduction" href="http://laradock.io/introduction/">
  107. Introduction
  108. </a>
  109. </li>
  110. <li>
  111. <a title="Getting Started" href="http://laradock.io/getting-started/">
  112. Getting Started
  113. </a>
  114. </li>
  115. <li>
  116. <a title="Documentation" href="http://laradock.io/documentation/">
  117. Documentation
  118. </a>
  119. </li>
  120. <li>
  121. <a title="Giudes" href="http://laradock.io/guides/">
  122. Giudes
  123. </a>
  124. </li>
  125. <li>
  126. <a title="Help &amp; Questions" href="http://laradock.io/help/">
  127. Help &amp; Questions
  128. </a>
  129. </li>
  130. <li>
  131. <a class="current" title="Related Projects" href="http://laradock.io/related-projects/">
  132. Related Projects
  133. </a>
  134. <ul id="scrollspy">
  135. </ul>
  136. </li>
  137. <li>
  138. <a title="Contributing" href="http://laradock.io/contributing/">
  139. Contributing
  140. </a>
  141. </li>
  142. <li>
  143. <a title="License" href="http://laradock.io/license/">
  144. License
  145. </a>
  146. </li>
  147. </ul>
  148. <ul>
  149. </ul>
  150. </div>
  151. </div>
  152. </div>
  153. </nav>
  154. </div>
  155. <article class="article">
  156. <div class="wrapper">
  157. <h1>Related Projects </h1>
  158. <p>Laradock related projects:</p>
  159. <ul>
  160. <li><a href="https://github.com/lorinlee/laradock-cli">Laradock CLI</a> by <a href="https://github.com/lorinlee">LorinLee</a></li>
  161. <li><a href="https://github.com/bagart/laradock_env">Laradock Env</a> by <a href="https://github.com/bagart">BAGArt</a></li>
  162. <li><a href="https://github.com/poyhsiao/Klaradock">Klaradock</a> by <a href="https://github.com/poyhsiao">Kim Hsiao</a></li>
  163. <li><a href="https://github.com/sifat-rahim/ansible-laradock-kubernetes">Ansible Laradock Kubernetes</a> by <a href="https://github.com/sifat-rahim">Sifat Rahim</a>
  164. These Docker Compose projects have piqued our interest:</li>
  165. <li><a href="https://github.com/ojhaujjwal/magedock">MageDock</a> by <a href="https://github.com/ojhaujjwal">Ujjwal Ojha</a></li>
  166. <li><a href="https://github.com/scudelletti/rubydev-dock">RubyDev-Dock</a> by <a href="https://github.com/scudelletti">Diogo Scudelletti</a></li>
  167. <li><a href="https://github.com/Osedea/nodock">NoDock</a> by <a href="https://github.com/Osedea">Osedea</a></li>
  168. </ul>
  169. <p>If you want your project listed here, please open an issue.</p>
  170. <aside class="copyright" role="note">
  171. Documentation built with
  172. <a href="https://www.gohugo.io" target="_blank">Hugo</a>
  173. using the
  174. <a href="http://github.com/digitalcraftsman/hugo-material-docs" target="_blank">Material</a> theme.
  175. </aside>
  176. <footer class="footer">
  177. <nav class="pagination" aria-label="Footer">
  178. <div class="previous">
  179. <a href="http://laradock.io/help/" title="Help &amp; Questions">
  180. <span class="direction">
  181. Previous
  182. </span>
  183. <div class="page">
  184. <div class="button button-previous" role="button" aria-label="Previous">
  185. <i class="icon icon-back"></i>
  186. </div>
  187. <div class="stretch">
  188. <div class="title">
  189. Help &amp; Questions
  190. </div>
  191. </div>
  192. </div>
  193. </a>
  194. </div>
  195. <div class="next">
  196. <a href="http://laradock.io/contributing/" title="Contributing">
  197. <span class="direction">
  198. Next
  199. </span>
  200. <div class="page">
  201. <div class="stretch">
  202. <div class="title">
  203. Contributing
  204. </div>
  205. </div>
  206. <div class="button button-next" role="button" aria-label="Next">
  207. <i class="icon icon-forward"></i>
  208. </div>
  209. </div>
  210. </a>
  211. </div>
  212. </nav>
  213. </footer>
  214. </div>
  215. </article>
  216. <div class="results" role="status" aria-live="polite">
  217. <div class="scrollable">
  218. <div class="wrapper">
  219. <div class="meta"></div>
  220. <div class="list"></div>
  221. </div>
  222. </div>
  223. </div>
  224. </main>
  225. <script>
  226. var base_url = '';
  227. var repo_id = '';
  228. </script>
  229. <script src="http://laradock.io/javascripts/application.js"></script>
  230. <script>
  231. /* Add headers to scrollspy */
  232. var headers = document.getElementsByTagName("h2");
  233. var scrollspy = document.getElementById('scrollspy');
  234. if(scrollspy) {
  235. if(headers.length > 0) {
  236. for(var i = 0; i < headers.length; i++) {
  237. var li = document.createElement("li");
  238. li.setAttribute("class", "anchor");
  239. var a = document.createElement("a");
  240. a.setAttribute("href", "#" + headers[i].id);
  241. a.setAttribute("title", headers[i].innerHTML);
  242. a.innerHTML = headers[i].innerHTML;
  243. li.appendChild(a)
  244. scrollspy.appendChild(li);
  245. }
  246. } else {
  247. scrollspy.parentElement.removeChild(scrollspy)
  248. }
  249. /* Add permanent link next to the headers */
  250. var headers = document.querySelectorAll("h1, h2, h3, h4, h5, h6");
  251. for(var i = 0; i < headers.length; i++) {
  252. var a = document.createElement("a");
  253. a.setAttribute("class", "headerlink");
  254. a.setAttribute("href", "#" + headers[i].id);
  255. a.setAttribute("title", "Permanent link")
  256. a.innerHTML = "#";
  257. headers[i].appendChild(a);
  258. }
  259. }
  260. </script>
  261. <script>
  262. (function(i,s,o,g,r,a,m){
  263. i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||
  264. []).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  265. m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;
  266. m.parentNode.insertBefore(a,m)
  267. })(window, document,
  268. 'script', '//www.google-analytics.com/analytics.js', 'ga');
  269. ga('create', 'UA-37514928-9', 'auto');
  270. ga('set', 'anonymizeIp', true);
  271. ga('send', 'pageview');
  272. var buttons = document.querySelectorAll('a');
  273. Array.prototype.map.call(buttons, function(item) {
  274. if (item.host != document.location.host) {
  275. item.addEventListener('click', function() {
  276. var action = item.getAttribute('data-action') || 'follow';
  277. ga('send', 'event', 'outbound', action, item.href);
  278. });
  279. }
  280. });
  281. var query = document.querySelector('.query');
  282. query.addEventListener('blur', function() {
  283. if (this.value) {
  284. var path = document.location.pathname;
  285. ga('send', 'pageview', path + '?q=' + this.value);
  286. }
  287. });
  288. </script>
  289. <script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.8.0/highlight.min.js"></script>
  290. <script>hljs.initHighlightingOnLoad();</script>
  291. </body>
  292. </html>