This is default featured post 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

Sweet Alert Install in Vue

npm install sweetaler...

Install Fontawasome

npm install @fortawesome/fontawesome-fr...

Install Admin-LTE version 3.0.0

npm install admin-lte@v3.0.0-alpha.2 --sa...

KeyBoard Refresh will not change the Route in vue.js

Go to web.php Route Paste the code Route::get('/{anypath}','HomeController@index')->where('path','.*')...

Refresh form on click of cancel button

<form method="post" id="sample_form" class="form-horizontal" enctype="multipart/form-data">                    @csrf                    <div class="form-group">                        <label class="control-label col-md-3">...

How to remove /public from URL

First add a file name .htaccess After that add this code <IfModule mod_rewrite.c> <IfModule mod_negotiation.c> Options -MultiViews -Indexes </IfModule> RewriteEngine On RewriteCond %{REQUEST_FILENAME} -d [OR] RewriteCond %{REQUEST_FILENAME} -f RewriteRule ^ ^$1 [N] RewriteCond %{REQUEST_URI} (\.\w+$) [NC] RewriteRule ^(.*)$ public/$1 RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^ server.php</IfModule> Refresh your Project without /public Visit...

Capture Image using Webcam and Store it to Database in Laravel 6.0.*

In Blade File use this code to capture image <div class="form-group">  <label class="control-label col-md-3">Image<big class="text-danger">*</big></label>  <div class="col-md-4">  <div id="my_camera"></div>   </div>  <div class="col-md-4">  <div id="results">Your Image</div>  <input style="display:none" name="image" id="image" class="form-control" />  </div>  <input type=button value="Take Photo" onClick="take_snapshot()"></div>      //...

Page 1 of 7123Next

Share

Twitter Delicious Facebook Digg Stumbleupon Favorites More