In this tutorial we will learn how laravel 5.7 email verification with activation code works and how laravel handles and activate user email verification with account activation. Most of the Read Article
Archives for September 2018
laravel 5.6 Login, Register and Activation With Username or Email
In this laravel 5.6 tutorial we are going to see how can we login, register and activate with username or email with all new features of laravel. Recently i have written post on laravel 5.6 login Read Article
WordPress Form to Database Tutorial – How to Insert Data into database Via Form ?
In this WordPress form to database tutorial we are going to learn how to insert data into WordPress database via form using wp_insert_post(); and insert data into your custom post type that is visible Read Article
WordPress Ajax Tutorial – How to Insert Data Using Ajax in WordPress Theme ?
In this WordPress ajax tutorial we are going to learn how to insert data using ajax in WordPress theme and insert data using ajax in WordPress. Ajax simply means sending the data into the database Read Article
How to Create Black Transparent Overlay on Background Image With Text Using HTML & CSS
In this tutorial we are going to make a black overlay on background image using CSS. We will also put text at the center of image to make it look beautiful with the text shadow. If you want to Read Article
Image Hover Effects Tutorial – Using CSS to Zoom Background Image on Hover
In this CSS image hover effects tutorial we are going too see how can we use CSS to zoom background image on hover and learn how to make an image zoom in HTML and CSS3. This type of effects are Read Article
[Solved] Warning: call_user_func_array() Expects Parameter 1 to be a Valid Callback, Function Not found or Invalid Function Name
In this short tutorial we are going see how can we fix, Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'metabox_name' not found or invalid function name in Read Article