index.html 12 KB

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