<ul id="menu-secondary-menu-1" class="amp-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-308 "><a href="https://www.websourceblog.com/expertise/" class="dropdown-toggle" data-toggle="dropdown">Expertise – Full Stack Developer</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-178 "><a href="https://www.websourceblog.com/contact-us/" class="dropdown-toggle" data-toggle="dropdown">Contact Us</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy menu-item-1580 "><a href="https://www.websourceblog.com/privacy-policy/" class="dropdown-toggle" data-toggle="dropdown">Privacy Policy</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1606 link-menu"><a href="#"on="tap:AMP.setState({ offcanvas_menu: false })" role="button " tabindex="0" class="dropdown-toggle" data-toggle="dropdown">Hosting Services</a> <input type="checkbox" id="drop-3"><label for="drop-3" class="toggle"></label><ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1607 "><a href="https://www.websourceblog.com/dreamhost-best-hosting-provider/">DreamHost: A Complete Web Hosting Solution</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1614 "><a href="https://www.websourceblog.com/digitalocean-a-gateway-to-cloud-simplicity/">DigitalOcean: A Gateway to Cloud Simplicity</a></li> </ul> </li> </ul>

php

JSON Type Assertions and a “prohibited” Validation rule Are Now In Laravel 8.34

The Laravel team released 8.34 with type assertions in the fluent JSON API, a 'prohibited' validation rule, a new event…

4 years ago

Prohibited Validation Rules in Laravel

Laravel 8 has three new "prohibited" validation rules. Let's walk through a few examples of where these rules are useful,…

4 years ago

wrk – a HTTP benchmarking tool

wrk is a modern HTTP benchmarking tool capable of generating significant load when run on a single multi-core CPU. It…

4 years ago

Laravel Octane

Taylor Otwell gave Laracon Online 2021 attendees a first glimpse of Laravel Octane. Here's everything we learned from his demo.…

4 years ago

PHP 8 has been released. What’s new in PHP 8?

PHP 8 has been released and it have some major updates. There is many new features and optimizations including union…

4 years ago

How to install ImageMagick library and php extension on Ubuntu?

I was working on a symfony2 project in which I have to place watermark on images. I used ImageMagicK extension,…

4 years ago

How to set foreign key checks to zero in laravel 5?

Set Foreign Key Checks While running migrations or seeding or importing data by running scripts, we might need to set…

8 years ago

How to get value from PHPExcel_RichText Object?

Get Value from PHPExcel_RichText Object We can read and create excel, csv files from phpexcel library. While reading excel file…

8 years ago

How to add custom class in contact form 7’s form tag?

Contact form 7 is very famous form plugin for wordpress. It allows us to manage and customize multiple forms with…

9 years ago

How to show debug output in browser console in php?

While debugging php code we might need to use print_r() or var_dump() functions with exit or die, as in following…

10 years ago