<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

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

Get the Laracon Online Schedule in Your Timezone

Laracon Schedule gives you the Laracon Online schedule in your local timezone. The post Get the Laracon Online Schedule in…

4 years ago

Laracon Online is Tomorrow

Laracon Online 2021 is coming to you live tomorrow March 17th, 2021! No hotels, no airfare, just signup and spend…

4 years ago

Learn how to use Tailwind’s JIT compiler with Laravel Mix

Learn how to use Tailwind's new super fast JIT, just in time, compiler with Laravel Mix. The post Learn how…

4 years ago

Manage Scheduled Tasks Through a Dashboard

Laravel Database Schedule is a package to schedule tasks through a UI dashboard without having to redeploy your application. The…

4 years ago

Duplicate or Clone a database record with Laravel

Have you ever needed to duplicate a database record? Laravel provides a very handy function for this called replicate which…

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 create custom shortcode in WordPress?

Shortcode in WordPress. In WordPress we can create custom shortcodes and we can show its output anywhere on the site.…

6 years ago

Clear cache from routes, views, config in Laravel 5 Application.

Clear cache from Laravel 5 application I was creating application in Laravel 5. I setup routes and made some changes…

6 years ago