Raffi93 / BIC4BaseProject

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BIC4 Project

This project can be used as abase for further development with laravel and vue.

Development Stack installation

Only the installation on Windows10 will be described. For detailed instructions of setting up development stack in other operating systems follow links in description.

Documentation and more information about the used framework can be found on the following websites:

Download and install

Required:

Recommended IDE:

Windows PHP installation

  1. To use php on windows following installation need to be done first if it’s not already installed:
  1. Download PHP
  2. Extract downloaded php.zip file and move the folder to C:\Program Files
  3. Press the button windows and R
  4. Type sysdm.cpl and press enter
  5. Click on Advanced and open EnvironmentVariables...
  6. Select Path in Systemvariables and click on edit
  7. Add the path C:\Program Files\php to the list
  8. If everything went successful running the command php -v in windows command line will give result

Other OS

Prepare project for development

  1. Fork this or one of the following Repositories:
  2. Clone with git clone the forked repository to the PHPStorm project directory.
  3. Download and move SQLite database file to database directory in cloned project.
  4. Run composer install and npm install in project folder.
  5. Open project with PHPStorm

About


Languages

Language:PHP 79.3%Language:HTML 19.4%Language:Vue 1.3%