mirror of
https://github.com/restoreddev/phpapprentice.git
synced 2025-08-04 05:47:58 +02:00
Removed dash from phpapprentice
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
The site currently has content for learning the basics of PHP. In the future, more pages will be added for more advanced topics like building websites, database integration and security.
|
The site currently has content for learning the basics of PHP. In the future, more pages will be added for more advanced topics like building websites, database integration and security.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
PHP Apprentice is currently a work in progress (hence "beta" is included in the title). If you would like to contribute or request a certain discussion topic, checkout the <a href="https://github.com/restoreddev/php-apprentice" target="_blank">GitHub repository</a>.
|
PHP Apprentice is currently a work in progress (hence "beta" is included in the title). If you would like to contribute or request a certain discussion topic, checkout the <a href="https://github.com/restoreddev/phpapprentice" target="_blank">GitHub repository</a>.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
To get started, you will need to install PHP 7.1, have a text editor and open your terminal.
|
To get started, you will need to install PHP 7.1, have a text editor and open your terminal.
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "restoreddev/php-apprentice",
|
"name": "restoreddev/phpapprentice",
|
||||||
"description": "A site for learning PHP",
|
"description": "A site for learning PHP",
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^7.1.3",
|
"php": "^7.1.3",
|
||||||
|
@@ -70,7 +70,7 @@
|
|||||||
The site currently has content for learning the basics of PHP. In the future, more pages will be added for more advanced topics like building websites, database integration and security.
|
The site currently has content for learning the basics of PHP. In the future, more pages will be added for more advanced topics like building websites, database integration and security.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
PHP Apprentice is currently a work in progress (hence "beta" is included in the title). If you would like to contribute or request a certain discussion topic, checkout the <a href="https://github.com/restoreddev/php-apprentice" target="_blank">GitHub repository</a>.
|
PHP Apprentice is currently a work in progress (hence "beta" is included in the title). If you would like to contribute or request a certain discussion topic, checkout the <a href="https://github.com/restoreddev/phpapprentice" target="_blank">GitHub repository</a>.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
To get started, you will need to install PHP 7.1, have a text editor and open your terminal.
|
To get started, you will need to install PHP 7.1, have a text editor and open your terminal.
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "php-apprentice",
|
"name": "phpapprentice",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "php-apprentice",
|
"name": "phpapprentice",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "A website for learning PHP",
|
"description": "A website for learning PHP",
|
||||||
"directories": {
|
"directories": {
|
||||||
@@ -13,14 +13,14 @@
|
|||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/restoreddev/php-apprentice.git"
|
"url": "git+https://github.com/restoreddev/phpapprentice.git"
|
||||||
},
|
},
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/restoreddev/php-apprentice/issues"
|
"url": "https://github.com/restoreddev/phpapprentice/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/restoreddev/php-apprentice#readme",
|
"homepage": "https://github.com/restoreddev/phpapprentice#readme",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@symfony/webpack-encore": "^0.20.1",
|
"@symfony/webpack-encore": "^0.20.1",
|
||||||
"autoprefixer": "^8.6.5",
|
"autoprefixer": "^8.6.5",
|
||||||
|
Reference in New Issue
Block a user