Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Simple Developer
Simple Developer
How to create action class using artisan command in Laravel
How to make general purpose collection export using Laravel Excel
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…