Download the PHP package intoy/hebat-app without Composer
On this page you can find all versions of the php package intoy/hebat-app. 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 hebat-app
Intoy\HebatApp
Base HomeStead PHP App
Develop Arsitektur
- OS; Windows_NT x64 6.3.9600
- vsCode 1.52.1
- Git 2.29.2.windows.3
- Node 12.14.1
- PHP 7.4
Requirements
- PHP 7.4 or higher
- Composer for installation
Composer Dependensi
composer require intoy/hebat-app
Path Config
Path config adalah folder untuk config aplikasi. Didalam folder config hanya terdiri dari file-file configurasi php dengan extension php. Tidak dibenarkan menaruh file-file selain extensi php, karena akan direquire oleh loader app.
config/app.php
app.php harus ada dalam folder config. Contoh script yang ada dalam file app.php :
config/database.php
contoh script untuk konfigurasi php php <?php
return [ // path template twig 'path'=>path_view(),
// twig configuration
'twig'=>[
'debug' => !is_production(),
'charset' => 'UTF-8',
'strict_variables' => false,
'autoescape' => 'html',
'cache' => is_production()?path_base("_cache/twig"):false,
'auto_reload' => null,
],
];
### <b>config/routes.php</b>
Contoh konfigurasi routing :
### Dekorasi konfigurasi jwt pada <b>config/routes.php</b>
### <b>config/session.php</b>
Contoh konfigurasi session :
### <b>config/logger.php</b>
Contoh konfigurasi logger :
## Development
Fork / Clone / Github Cli :<br/>
> <b>gh repo clone intoynto/php-hebat-app</b>
SSH :<br/>
> <b>[email protected]:intoynto/php-hebat-app.git</b>
<br/>Use a password-protected SSH key.
### PHP (local) development
Seperti biasa tetap menggunakan composer.
> composer install
All versions of hebat-app with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
psr/container Version ^1.0
monolog/monolog Version ^2.4
firebase/php-jwt Version ^6.1
dflydev/fig-cookies Version ^3.0
slim/twig-view Version ^3.3
intoy/hebat-validation Version ^0.2.1
intoy/hebat-support Version ^0.1.9
intoy/hebat-factory Version ^0.1.7
intoy/hebat-database Version ^0.6.8
psr/container Version ^1.0
monolog/monolog Version ^2.4
firebase/php-jwt Version ^6.1
dflydev/fig-cookies Version ^3.0
slim/twig-view Version ^3.3
intoy/hebat-validation Version ^0.2.1
intoy/hebat-support Version ^0.1.9
intoy/hebat-factory Version ^0.1.7
intoy/hebat-database Version ^0.6.8
The package intoy/hebat-app contains the following files
Loading the files please wait ....