Download the PHP package scadaunity/framework without Composer
On this page you can find all versions of the php package scadaunity/framework. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package framework

Scada Unity
PHP Framework
Scada unity PHP Framework, é um projeto desenvovido e mantido pela empresa de desenvovimento web Scada unity.
Indice
- Instalação
- composer create-project scadaunity/framework
- Download zip.
- Definindo permissoes de arquivos e pastas;
- sudo chmod -R 755 framework-main/
- Router
- As rotas são definidas na pasta app/routes, porem não são carregadas automaticamente, por padrão apenas o arquivo web.php, para carregar seu arquivo de rotas va em app/config/routes.php, ou então utilize a função Router::setMap();
- Router::get('uri','calback');
- Criar um template master
- Chamar uma view
- Configurando o banco de dados
- Criar um Model
- Definindo variaveis de ambiente
-
Compilar seus ativos css taiwind
- npx tailwindcss -i ./app/Views/css/tailwind.css -o ./public/app.css --watch
-
validate
- required
- unique
- maxlength
- minlength
- boolean
- Log
- Levels
- EMERGENCY
- ALERT
- CRITICAL
- ERROR
- WARNING
- NOTICE
- INFO
- DEBUG
- Funções definidas
All versions of framework with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.0.7
phpmailer/phpmailer Version dev-master
league/oauth2-google Version ^4.0
phpmailer/phpmailer Version dev-master
league/oauth2-google Version ^4.0
The package scadaunity/framework contains the following files
Loading the files please wait ....