If you are searching on how to generate invoice or bill number, welcome to my blog 🙂. Today, I am going to show you how
Category: Database
Export large data in excel or csv file [Laravel]
You might be using Maatwebsite\Excel\Facades\Excel with following line of code to export report. If so, for less data, this is not an issue. But if
Valet – Laravel – Mysql – Phpmyadmin
Here are some helpful tips that I have gathered while trying to install valet in my project. I faced so many problems just trying to
Import .sql file from terminal [Fast] [Way]
Are you trying to import .sql file? Are you trying to import it from phpmyadmin? Is your .sql file’s size greater than the limit? Here
Swift didSet and willSet on properties in Realm doesn’t work?
Are you trying to use didSet and willSet on properties created on realm based classes? Is it working? I think it won’t. If so, you
Realm: Advantage using List [iOS][Swift]
Using Realm makes our code clean and easy to communicate with local database. Realm includes List class which is quite powerful. I did use it
Realm: LinkingObjects(fromType: Class.self, property: “property”) returns nil [Updated]
Realm is really simple and powerful tool for developers to deal with local database. I highly recommend to use realm. Let’s go directly to the