DNS Setting up DNS Subdomain on GoDaddy The only trick here is when adding an A Record or CNAME do not enter the details as sub.domain.com pointing to IP. Rather sub pointing…priyankmaniarNovember 25, 2020
BackpackForLaravel All about intercepting the BackpackForLaravel create command How to assign a custom Role to the saved user record with BackPackForLaravel? I was saving a user and when the user is saved, I…priyankmaniarNovember 24, 2020
BackpackForLaravel How to add conditions to the query/listing module in BackpackForLaravel How to query for a specific role in the admin panel using BackpackForLaravel $this->crud->addClause('role', 'Admin');priyankmaniarNovember 21, 2020
UncategorizedBackpackForLaravel 403 This action is unauthorized | BackpackForLaravel | Using Permission Manager of Spatie Resolving the 403 this action is unauthorized while updating the module.priyankmaniarNovember 21, 2020
Uncategorized How to return something while you are importing from the Maatwebsite package? When we use code like the following. Notice the variable $createdUser Excel::import($createdUser = new ClientImport(), storage_path($uploadDirectoryWithFilename)); The solution part now: // This will be returned…priyankmaniarNovember 19, 2020
MYSQLLocal Setting up a MySQL Database Server on local network / LAN on a MAC The following link should help you setup a MySQL Database Server on a local network / LAN on a MAC. A few tips:priyankmaniarOctober 17, 2020
ThemeMyLoginwordpress How to add a custom button to theme my login’s login page? jQuery("document").ready(function(){ if(window.location.href.includes("login")) { jQuery('.tml-submit-wrap').append('Custom Button') } })priyankmaniarOctober 9, 2020
Uncategorized Add all files in the current folder, including hidden files recursively (Ubuntu / Bash Command). zip -r filename.zip ./priyankmaniarSeptember 6, 2020
wordpressThemeMyLogin ThemeMyLogin: How to add a register button to the login page? The solution was a piece of jQuery code. If you are using Divi, this can be placed in Divi theme options -> Integration -> Add…priyankmaniarSeptember 3, 2020
wordpressWordPress Core Functions WordPress function wp_check_filetype Retrieves the file type from the file name. Official Docs Can we pass the URL instead of a filename as the first parameter? Yes.priyankmaniarAugust 5, 2020