If you are using docker for running laravel then you might get stuck into this stage where it says below error. The first error you get when DB_HOST=127.0.0.1 and the next error is when DB_HOST=localhost in .env variables. So after some research I found out that while using docker DB_HOST variable must be assigned with […]
Access the current location of user
Location refers to the latitude and logitude of particular place. Accessing the geographical position of any place is very easy. Google map provides the latitude and logitude of wherever place you want. But how do we access while developing web apps? This is also as easy as google map. We will be using HTML geolocation […]
GPT partition issue when installing windows OS
Recently I had a problem installing windows OS in my HP laptop. My laptop does not have CD ROM so I made my USB bootable with the help of Rufus software. You can click to download it. But I couldn’t install windows. After certain steps of installing OS I reached to step where we can […]
Implementing pipeline in laravel
Pipeline is design pattern used in Object Oriented Programming(OOP). It is designed to handle complex processes of manipulating object where object is passed through each task and returns the final executed result. As a result the code becomes easier to maintain and resuseable. When you go to laravel documentation and search pipeline you won’t see […]
Requirements for beginning laravel
Learning anything new is always daunting, at the same time it’s interesting and exciting as well. Before beginning laravel there must be some software installed in your system(i.e pc). Laravel is web application framework built under php. So there must be local server in your computer to run laravel framework. XAMPP, LAMP, WAMPP work as […]
Starting Career in Web Development
Starting web development career in nepal As a web developer till this date I got to explore many languages,platforms and frameworks used for web development. So what I felt during beginning of my career is what beginners may be feeling this date. So this blog may be helpful for those. If you are coming from […]