Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a01b590

Browse files
typo in project name
1 parent 15c8ca6 commit a01b590

File tree

4 files changed

+33
-9
lines changed

4 files changed

+33
-9
lines changed

‎composer.json

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
{
2-
"name": "bram0/php-basic-mvc",
2+
"name": "lloticas/topping-site",
33
"authors": [
44
{
55
"name": "Jose Abraham Castillo",
66
"email": "crjoseabraham@gmail.com"
77
}
88
],
9-
"autoload": {
10-
"files": ["config/constants.php", "config/credentials.php", "config/utilities.php"],
11-
"classmap": ["src/"]
12-
},
9+
"autoload": {
10+
"files": [
11+
"config/constants.php",
12+
"config/credentials.php",
13+
"config/utilities.php"
14+
],
15+
"classmap": [
16+
"src/"
17+
]
18+
},
1319
"require": {}
14-
}
20+
}

‎composer.lock

Lines changed: 18 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎config/constants.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
// App Root
33
define('APPROOT', dirname(dirname(__FILE__)));
44
// URL Root
5-
define('URLROOT', 'http://localhost/php-basic-mvc');
5+
define('URLROOT', 'http://localhost/php-mvc');
66
// Site Name
77
define('SITENAME', 'PHP Basic MVC');
88

99
// CRUD Operations' Alert Messages
1010
define('TASK_NOT_CREATED', 'Something went wrong creating new task');
1111
define('TASK_NOT_UPDATED', 'Task updated successfully');
12-
define('TASK_NOT_DELETED', 'Something went wrong deleting task');
12+
define('TASK_NOT_DELETED', 'Something went wrong deleting task');

‎public/.htaccess

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<IfModule mod_rewrite.c>
22
Options -Multiviews
33
RewriteEngine On
4-
RewriteBase /php-basic-mvc/public
4+
RewriteBase /php-mvc/public
55
RewriteCond %{REQUEST_FILENAME} !-d
66
RewriteCond %{REQUEST_FILENAME} !-f
77
RewriteRule ^(.+)$ index.php?url=1ドル [QSA,L]

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /