blogs

Laravel vite install bootstrap

Install package Ensure you have install vite and laravel-vite-plugin npm install...

laravelbootstrapvitewebdev
11/30/2022

Resolving problem with 2 csrf tokens in same domain laravel

if you have 2 apps on same domain...

laravelphpwebdevcsrf
10/13/2022

Use .env files in vue vite

vite is a handy tools that provide many advantage, im very happy developing vue project with vite,...

vueviteenvjavascript
10/8/2022

Deploying Vue apps in subdirectory

This take 6 hours for me to understand, first you need to configure some file 1....

vuehtaccessapachedeployment
9/15/2022

Resolving problem when using Trix rich editor with tailwind

it takes so loong for me to realize that tailwind reset is overriding the trix style because trix...

tailwindcsstrix
7/13/2022

Preview vue.js app in android

First you need to ensure that your device is in same network in package.json file in your app, add...

vuevitemobileandroid
7/11/2022

Eager load for getting role name in spatie/permissions

at first im using this method to show role name in blade view <td> ...

webdevbackendlaravelspatie
7/7/2022

generate unique slug with eloquent-sluggable package laravel 8

First install the package with composer composer require cviebrock/eloquent-sluggable and simply put...

laravelslugphpwebdev
7/3/2022

My first time using docker for deploying static website

im using AWS EC2 for VPS, Ubuntu 20.04 for operating system, and nginx as a web server. First we...

dockernginxubuntudevops
6/9/2022

Using boxicons in Vue app, installing with npm

install the boxicons using npm npm install boxicons --save if you want to use it as a font, you need...

boxiconsvuenpmicon
6/7/2022

Resolving problem with vue tailwind and postcss nesting

Previously I made an application with vue js and tailwind because i'm used to using nesting feature...

vuevolartailwindcsspostcss
5/30/2022

Should we delete some content if in mobile device?

Previously I found a registration page design, and tried to make it in the form of a...

5/29/2022