Related Posts
Allow users to see other users profiles in Drupal 8
Login to Admin panel Click on People Click on Roles and create Custom Role... read more
How to check Laravel version?
How to check laravel version: Step1: Find Application.php file in your app and... read more
How to Check Ajax Request in CodeIgniter
"if ( $this->input->is_ajax_request() ) { // your code here... }" read more
How to get last insert id in Codeigniter
$this->db->insert('users', $data); # where $data is an array $insert_id = $this->db->insert_id(); # insert_id()... read more
What is forking a repository in GitHub
Fork a Repo. A fork is a copy of a repository. Forking... read more
How to keep unwanted junk emails out of your Inbox
A recent research report has revealed that more than 90% of all... read more
What is a Class in PHP?
In simple words, class is a user defined datatype. Which have its... read more
preg_match(): No ending delimiter ‘^’ found Laravel Full Name Validation Rules
The regex caused the error during validation check on Alphaspace Rules regular... read more
How to remove browser modifier: Neobar malwar/virus from your PC
BrowserModifier:Win32/Neobar is malware which changes various browser data without notifying you. Windows... read more
Sending SMS and WhatsApp messages from your Inbox
There are certain formal settings (like a conference, meeting or classroom) where... read more

Leave a Reply