We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 122c7f9 commit f48a5acCopy full SHA for f48a5ac
docs/.vuepress/config.js
@@ -29,7 +29,14 @@ module.exports = {
29
},
30
],
31
32
- { text: "php", link: "/php/" },
+ { text: "php", link: "/php/",
33
+ items: [
34
+ {
35
+ text: "Laravel CRM",
36
+ link: "/php/laravel-crm.md",
37
+ },
38
+ ],
39
40
{ text: "more", link: "/more/" },
41
{ text: "LinkedIn", link: "https://www.linkedin.com/in/codestellar/" },
42
docs/php/laravel-crm.md
@@ -0,0 +1,2 @@
1
+# Laravel CRM
2
+https://laravelcrm.com/docs/quickstart.html#starter-project
0 commit comments