This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'local_sqlsrv' => [ | |
'driver' => 'sqlsrv', | |
'url' => env('DATABASE_URL'), | |
'host' => '192.168.2.50', // IP ADDRESS OF YOUR MACHINE | |
'port' => '1433', // PORT | |
'database' => 'inteldemo', // DATABASE | |
'username' => 'intel', // user name on MSSQL SERVER | |
'password' => 'demolaravel', // password on MSSQL SERVER | |
'prefix' => '', | |
'charset' => 'utf8', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# LINUX REPOSITORY UPDATE & UPGRADE | |
sudo apt-get update | |
sudo ap-get upgrade | |
# PHP INSTALLATION | |
sudo apt-get install php8.3-cli | |
sudo apt-get install php8.3-xml php8.3-dom php8.3-gd php8.3-mysql php8.3-mbstring | |
=> php -v | |
# APACHE SERVER INSTALLATION |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FOLLOWING IS THE DEVELOPMENT WORKFLOW FOR ALL KIND OF ISSUES OR TASKS OF THE PROJECT |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
laravel desktop notification => https://github.com/jolicode/JoliNotif | |
laravel backup => https://github.com/spatie/laravel-backup/tree/main | |
laravel activity log => https://spatie.be/docs/laravel-activitylog/v4/introduction | |
Termwind terminal rendering => https://github.com/nunomaduro/termwind | |
Bootstrap => https://getbootstrap.com | |
DataTable => https://datatables.net | |
Jquery => https://jquery.com/download/ | |
npm timeline/Graph2D visualization chart => https://github.com/visjs/vis-timeline |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
WEB APP WITH LARAVEL | REACT | |
auto-close-tag - https://marketplace.visualstudio.com/items?itemName=formulahendry.auto-close-tag | |
l13-duplicate - https://marketplace.visualstudio.com/items?itemName=L13RARY.l13-duplicate | |
git-extension-pack - https://marketplace.visualstudio.com/items?itemName=donjayamanne.git-extension-pack | |
githistory - https://marketplace.visualstudio.com/items?itemName=donjayamanne.githistory | |
copilot - https://marketplace.visualstudio.com/items?itemName=GitHub.copilot | |
copilot-chat - https://marketplace.visualstudio.com/items?itemName=GitHub.copilot-chat | |
gitignore - https://marketplace.visualstudio.com/items?itemName=codezombiech.gitignore | |
gitlens - https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens | |
laravel-blade - https://marketplace.visualstudio.com/items?itemName=onecentlin.laravel-blade |