Skip to content

Instantly share code, notes, and snippets.

@Bhavya8181
Bhavya8181 / Setup Laravel Project in windows server
Created February 12, 2024 05:49 — forked from jack2jm/Setup Laravel Project in windows server
setup & install require packege for setup laravel project in windows server iis
Ref Link
======================
youtube video
https://www.youtube.com/watch?v=YMMFfAad3y8
https://www.youtube.com/watch?v=1p985k-sGoc
Enable IIS windows
https://help.claris.com/en/server-installation-configuration-guide/content/enabling-iis-windows.html
Add CGI module
https://www.ibm.com/docs/en/cognos-analytics/11.1.0?topic=services-configuring-cgi-gateway-iis-version-7-later
Hello Everyone!
I will teach you that "How to Install XAMPP on windows (7/8/8.1/10) and
make it completely secured". Also "How to install SSL Certificates on multiple virtual hosts (vhosts) Free".
And also in this video you will find a lots of XAMPP Errors solutions. Follow the steps given below:
1). Download and Install XAMPP. (Latest Version)
Search Xampp and Run as administrator.
Click on Service tab -> Apache and Mysql -> it will install both service.
Then you can start APache and Mysql
@Bhavya8181
Bhavya8181 / Auto script to make build
Created February 12, 2024 05:45 — forked from jack2jm/Learn React
React Learning
#!/bin/sh
REACT_FOLDER_PATH="/var/www/html/cn_front_code"
PULL_ORIGIN_URL="REPO URL"
PROJECT_PUBLIC_URL="https://neuramonks.com"
PROJECT_BUILD_LIVE_FOLDER_NAME="cn_front_live"
PROJECT_BUILD_LIVE_FOLDER_PATH="/var/www/html/cn_front_live"
SERVER_BASE_PATH="/var/www/html"
echo "Folder path -> " . $REACT_FOLDER_PATH. "\n";
@Bhavya8181
Bhavya8181 / Auto script to make build
Created February 12, 2024 05:45 — forked from jack2jm/Learn React
React Learning
#!/bin/sh
REACT_FOLDER_PATH="/var/www/html/cn_front_code"
PULL_ORIGIN_URL="REPO URL"
PROJECT_PUBLIC_URL="https://neuramonks.com"
PROJECT_BUILD_LIVE_FOLDER_NAME="cn_front_live"
PROJECT_BUILD_LIVE_FOLDER_PATH="/var/www/html/cn_front_live"
SERVER_BASE_PATH="/var/www/html"
echo "Folder path -> " . $REACT_FOLDER_PATH. "\n";
<?php
public $timestamps = false; // if dont want to timetamps
protected $table = 'temp_interviewees';
protected $fillable = ['greetings',''];
protected $hidden = [ ];
Bootstrap - buttons typs - https://getbootstrap.com/docs/4.0/components/buttons/
--------------------------- Commit transaction ---------------------------------
try{