Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/t2ne/yii-mechanic
A web application developed using the PHP Yii framework to access an SQL database on XAMPP/WAMP.
https://github.com/t2ne/yii-mechanic
composer mvc mysql php yii2
Last synced: about 1 month ago
JSON representation
A web application developed using the PHP Yii framework to access an SQL database on XAMPP/WAMP.
- Host: GitHub
- URL: https://github.com/t2ne/yii-mechanic
- Owner: t2ne
- License: bsd-3-clause
- Created: 2024-05-07T20:22:52.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-06-11T15:52:35.000Z (8 months ago)
- Last Synced: 2024-12-24T14:18:36.559Z (about 1 month ago)
- Topics: composer, mvc, mysql, php, yii2
- Language: PHP
- Homepage:
- Size: 679 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Mudar branch
Mudar a branch para a 'master' para conseguir ver as mais recentes atualizações.
# Passos de Setup do ficheiro:
- Instalar Chocolatey no CMD
A seguir colocar estes comandos:
- choco install zip
- choco install unzip
- choco install 7zip
- Instalar o Composer
- Instalar o PHP
- Remover o ";" no início destas duas linhas encontradas no ficheiro php.ini.
- ;extension=gd.dll
- ;extension=zip.dll
- Fazer "composer install" na diretoria do Projeto.
- Para iniciar o sistema: "php yii serve"