Related Posts
Unable to negotiate with 140.211.10.43: no matching key exchange method found
Unable to negotiate with 140.211.10.43: no matching key exchange method found. Their... read more
How to Remove public from url laravel framework 5.x
Create a DIR in your laravel app root and name it "myapp", you... read more
How to run, execute insert query in Drupal 8
"There may be several other possible ways, but I know one simple... read more
List of 56 popular or most used search engines
List of popular and most used search engines based on web research: ... read more
How to write emails faster
One of the reasons why smart phones have become so popular is... 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
How to use request data in a component in CakePHP
"Add this in your component public function initialize(Controller $controller) { $this->controller = $controller;... read more
What is a Class in PHP?
In simple words, class is a user defined datatype. Which have its... read more
Bootstrap Added to Gig Project
<!-- Latest compiled and minified CSS --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> <!-- Optional... read more
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
Leave a Reply