Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Simple Developer
Simple Developer
To copy files from one S3 bucket to another, you can use the Vultr Object Storage API or a command-line tool like rclone. Below, I’ll outline how you can use rclone to achieve this. rclone is a versatile and easy-to-use…
How to create action class using artisan command in Laravel
How to make general purpose collection export using Laravel Excel
1. Allow Less secure app in Admin Console Login in to your Admin Console and Go to [Security] -> [Access and data control] -> [Less secure apps]. Choose ‘Allow users to manage their access to less secure apps’ and save…
Setting up a favicon on your website is not as easy as you might think. But you can do this using Favicon by RealFaviconGenerator wordpress plugin. Install Favicon by RealFaviconGenerator WordPress Plugin Search ‘Favicon by RealfaviconGenerator’ in [Plugins] -> [Add…
Learn how to change the number of WooCommerce products displayed per page
Laravel system can have various permission denied errors when running in production server.
php artisan serve command runs your website with 127.0.0.1 ip and 8000 port by default.
If you using git, createdAt and updatedAt data for your content using @nuxt/content module will be always reset to deployment date in your live server.
You can provides powerful search feature in your websiste using Algolia.
We can easily add social sharing buttons to your NuxtJS project using vue-social-sharing package.
We can easily use Font Awesome icons in your NuxtJS project using @nuxtjs/fontawesome package.
Install @nuxtjs/sitemap package Create route generation utility file Create createRoute.js file in /utils folder. /utils folder is not default folder by NuxtJS. So you can create it by manual. Than add source code like bellow. This source code is from…
Install vue-disqus package from npm Create plugin file(ex. disqus.js) in /plugins folder You can get your shortname after register your webiste in Disqus Admin. Register plugin file in nuxt.config.js Add Disqus vue component to your vue file Add DisqusCount vue…
A favicon is a small icon or collection of icons associated with a website, web page, or web application. It’s displayed within the browser tabs and bookmarks bar.