add contents

This commit is contained in:
André Weller
2019-05-15 16:44:42 +02:00
parent 47cc6c8a1d
commit 005ffa626c
14 changed files with 159 additions and 5 deletions

View File

@@ -18,6 +18,11 @@ export default {
desc: 'Theres a lot of outdated information on the Web that leads new PHP users astray, propagating bad practices and insecure code. PHP: The Right Way is an easy-to-read, quick reference for PHP popular coding standards, links to authoritative tutorials around the Web and what the contributors consider to be best practices at the present time.',
url: 'https://phptherightway.com'
},
{
title: 'The PHP manual',
desc: 'Manual to PHP documenting the whole spec.',
url: 'https://www.php.net/manual/en/'
},
]
}
},