Stuck on this Problem? Use Google Drive for your email signature maker in just 5 steps Tutorial Last time I shared with you my email signature maker which I made for my client in previous years. If you haven’t seen it yet, please click here. That time I assumed that you have your hosting server […]
Email Signature Maker
Stuck on this Problem? Email Signature Maker Tutorial I’ll be sharing with you this simple “Email Signature Maker“ project I’ve done for my client before. After this tutorial, you will be able to recreate this base from what you need and want. Suppose you are going to use this for your company emails. In that […]
Automatically export CSV from googlesheet to our server
Stuck on this Problem? Automatically export CSV from googlesheet to our server Viewed 6k times on stackoverflow The situation: We have a CSV file that is located on our server, https://example.com/thisFIle.csv. That is the exported data from Google Sheets. A third-party website fetches data from that CSV file every 3 mins. The company that I […]
Call to undefined method App\User::role() in Laravel
Stuck on this Problem? Call to undefined method AppUser::role() in Laravel Viewed 21k times on stackoverflow I want to create a list of users with their specific role (or roles if multiple roles given) in Laravel when I stuck in this issues. The list I am trying to accomplish is like this; Admin Admin manager […]