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.
2 parents 99b712a + 79f73f0 commit c675c77Copy full SHA for c675c77
docs/.vuepress/config.js
@@ -46,8 +46,8 @@ export default defineUserConfig({
46
bundler: viteBundler(),
47
48
lang: 'en-US',
49
- title: 'Dragon Code: Deploy Operations for Laravel',
50
- description: 'Performing deploy operations with saving the list of called files',
+ title: 'Deploy Operations for Laravel',
+ description: 'Run operations after deployment - just like you do it with migrations!',
51
52
head: [
53
['link', {rel: 'icon', href: `https://${hostname}/images/logo.svg`}],
0 commit comments