Posts

Showing posts from February, 2023

Deploy Angular Project with CI /CD to Hostinger with FTP

 1. creat a folder in your project root folder with name .github 2. create second folder in .github/workflows 3. create file in your .github/workflows/main.yml paste this code in main.yml file on :   push :     branches : main <--- select your branch name name : 🚀 Deploy website on push jobs :   web-deploy :     name : 🎉 Deploy     runs-on : ubuntu-latest     steps :     - name : 🚚 Get latest code       uses : actions/checkout@v3     - name : Use Node.js 18       uses : actions/setup-node@v2       with :         node-version : '18'           - name : 🔨 Build Project       run : |         npm install               npm run build       - name : 📂 Sync files       uses : SamKirkland/FTP-Deploy-Action@v4.3.4   ...

Calculate time in between to date and time in laravel

//  add this   on  top     use Carbon\ Carbon ; use DateTimeInterface ;     $starTime = $data -> check_in_time ; //dynamic value         // This is for start date by backend         $stopTime = Carbon :: now ();         // It is of diffence of time         $t1 = strtotime ( $starTime );         $t2 = strtotime ( $stopTime );         $hours = ( $t2 - $t1 )/ 3600 ;         $calculationTime = floor ( $hours ) . ' Hour ' . floor ( ( $hours - floor ( $hours )) * 60 ). ' Minutes' ;

How to use ternary operator in html class

                        < td >< span class = " <?php echo $user -> status == 'Success' ? 'badge-success' : 'badge-error' ? > badge" > {{ $user -> status }} </ span ></ td >

Popular posts from this blog

Ms Office 2019 activation link