You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
unknown cac8c410b2
Just sample env file for start without any private data
4 years ago
.idea feat: add minute in date 4 years ago
app fix: change today command run in every minute 4 years ago
bootstrap Initial commit 6 years ago
config fix: remove translatable package 4 years ago
database fix: database 4 years ago
public update 4 years ago
resources fix: fix errorHandler 4 years ago
routes remove all closures 5 years ago
storage Home & Colors Fixed 5 years ago
tests Initial commit 6 years ago
.babelrc change to vuetify 2 5 years ago
.editorconfig Initial commit 6 years ago
.env.example Just sample env file for start without any private data 4 years ago
.gitattributes Initial commit 6 years ago
.gitignore fix: error for default 4 years ago
.rnd SideBar 5 years ago
artisan Initial commit 6 years ago
composer.json fix: remove translatable package 4 years ago
composer.lock feat: core composer lock change 4 years ago
jsconfig.json work in office 5 years ago
package-lock.json feat: add persian date 4 years ago
package.json feat: add persian date 4 years ago
phpunit.xml Initial commit 6 years ago
readme.md Modify Readme.md file 4 years ago
server.php Initial commit 6 years ago
webpack.config.js change to vuetify 2 5 years ago
webpack.mix.js feat: version controller 4 years ago
yarn.lock Initial commit 6 years ago

readme.md

readme file

Prequirements:

  1. install editor like vscode
  2. install git
  3. install xampp
  4. Navicat
  5. install node.js LTS (last version)

Steps:

  1. login to git.willaspace.com
  2. clone willa into your root folder
  3. create new folder /modules in root project folder
  4. clone core, common, ... in this folder with wm- prefix
  5. run composer i
  6. run npm i
  7. restore database with your new .env file. if had error refer to MySql Section
  8. run: npm run dev
  9. run php artisan migrate or Goto: Host Meshkee.local Section
  10. run php artisan key:generate

MySql Section

  1. make sure install Navicat
  2. open and connect to mysql
  3. open xampp then in mysql admin configuration open mu.ini
  4. change max_allowed_packet into 16M
[mysqld]
max_allowed_packet=16M

Host Meshkee.local Section

  1. create new virtual host
  2. create new host in etc driver folder as local name service by adding this line of configuration 127.0.0.1 meshkee.local into C:\Windows\System32\drivers\etc\hosts

good luck