Laravel Redirect Index to Public

Edit your htaccess file. This alone will redirect your root o the public folder. If you have a lot inside of your htaccess file. Be careful while adding stuff. Ensure you keep a backup before editing and test the addition of the code inside the htaccess file....

Windows install wsl and set default wsl 2

Step 1:Open the below link and READ IT!https://learn.microsoft.com/en-za/windows/wsl/install 1: Open PowerShell and Start the install process wsl –install 2: Result shows you available distros: Ubuntu Ubuntu Debian Debian GNU/Linux kali-linux Kali Linux Rolling...

Flutter Add Camera Permission Request for IOS

Find the info.plist fileAnd add the following : <key>NSPhotoLibraryUsageDescription</key> <string>App needs access to photo lib for profile images</string> <key>NSCameraUsageDescription</key> <string>To capture profile photo please grant camera...

Metabox – Starter Profile Form

############################################################################ // Registration Form Custom Fields Configured Here add_filter( ‘rwmb_meta_boxes’, ‘registration’ ); function registration( $meta_boxes ) { $meta_boxes[] = [...

Vue / Axios Post

axios.post(‘/your-url-or-api-destination’, payload) .then((response) => { // Show Success Message this.$bvToast.toast(‘Terms and Conditions Saved’, { title: ‘Success’, variant: ‘success’, solid: true }); })...

Pin It on Pinterest

Share This