chore: initialize orderPRO with docs, i18n and scss asset pipeline
This commit is contained in:
17
composer.json
Normal file
17
composer.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "orderpro/app",
|
||||
"description": "orderPRO - lightweight order management panel",
|
||||
"type": "project",
|
||||
"license": "proprietary",
|
||||
"require": {
|
||||
"php": "^8.4"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"App\\": "src/"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"serve": "php -S localhost:8000 -t public public/index.php"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user