File permission is most important while you making your project live. because if you give file permission 777 means anyone can read-write-execute your file. this is the thing hacker might want and add the hacky script on your file and steal your users' data whoever runs that file.
Php
- Today I'll share my knowledge in laravel localization. setting up a multi-language site is not an easy task. somehow laravel makes it very easy for you. so let's dive into further in laravel localization.
- There are many server analysis tools available. today , we will see some tools/website which scan server/hostname for various security testing. which i used mostly.
- As google deprecated javascript based tool which add iframe of their tool and translate all text of the webpage. So, we are going to translate text from one language to another using Google Translation API.
- If you're seeing the Illegal mix of collations error in MySQL, it's likely due to comparing two strings of incompatible collation or attempting to select data of different collation into a combined column. In this article, we'll explore some solutions to this error, including changing the database, table, and column collation, using the COLLATE clause, and the BINARY operator. Follow these steps to fix the Illegal mix of collations error in MySQL and get your database back up and running.
- We can learn lots of thing in this tutorial but i assume that you have basic knowledge about below technologies
- To clear cache in laravel login to terminal using ssh and cd too larvel root directory. this tutorial will help you to clear your cache and which cache will removed.
- Let's use the subdomain in a single laravel application with the main domain. as it looks complex but it's not, follow the below steps,
- In this article we are not going to learn how to set up laravel and MySQL etc.. we directly start with how to integrate datatable with server-side rendering.
- Lumen micro framework is a lightweight version of Laravel full-stack framework. Lumen use the Laravel syntax and components and can be 'upgrade' easily to Laravel.
- We can learn lots of thing in this tutorial but i assume that you have basic knowledge about below technologies
- Many times we have face issue/difficulties on either small or big project create a laravel migration for the same table or column that already exist. which fire error when we run the migration command
- If we need to modify product quantity after successful order in Woo-Commerce then we can use below hook. When we don't need to decrease product quantity which same then main product but product price is 0.
- There are lots of other tools than google analytics though, GA is good for basic, we are going to see other analytics tools/platform which gives you a better solution for your website. since we know about google analytics tools. so, I am not going to tell here these are honorable mentions by my team.
- WooCommerce gives us a very flexible option to add/modify products/orders/payments. we can manage it directly by the admin panel of WordPress or some tasks using the code.