Skip to content

Commit f48a5ac

Browse files
author
Gaurav Madaan
committed
Added Laravel CRM Link
1 parent 122c7f9 commit f48a5ac

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

docs/.vuepress/config.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,14 @@ module.exports = {
2929
},
3030
],
3131
},
32-
{ text: "php", link: "/php/" },
32+
{ text: "php", link: "/php/",
33+
items: [
34+
{
35+
text: "Laravel CRM",
36+
link: "/php/laravel-crm.md",
37+
},
38+
],
39+
},
3340
{ text: "more", link: "/more/" },
3441
{ text: "LinkedIn", link: "https://www.linkedin.com/in/codestellar/" },
3542
],

docs/php/laravel-crm.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Laravel CRM
2+
https://laravelcrm.com/docs/quickstart.html#starter-project

0 commit comments

Comments
 (0)