I have a very pressing problem🤔 I have a react app that users can use to create a widget and embed on their websites. How can I use JavaScript to inject this widget on the u...
Hello fam, I've just completed my Laravel app with React js at the front end. Everything works fine on localhost. But when I hosted it on a shared hosting domain, the app i...
Hello guys, I want add some couple of email integrations like Aweber, GetResponse, etc to my Laravel app. I want to ask for the best way of doing this. Should I make a sing...
Please fam, I have a blade file that renders a form to input a search query in my Laravel app that is rendered by a controller A. I used Ajax to send the search query to an...
Hello fam, I'm kinda new to eloquent. I'm sending a JavaScript array that I want to save on the server with axios. The data is like this: data = {"data1": data1, "data2": da...
Hello gang, I have a function in my react component that uses useState to set the searchQuery state on button click and also uses the searchQuery to update the URL before cal...
Hello guys, I was getting this error in my Laravel API call: allowed memory size of 134217728 bytes exhausted (tried to allocate 37748736 bytes) I searched Google and foun...
Hello guys, I'm working on a webVR project using aframe and aframe-react. I want to create a list of boxes and display them on the aframe scene, and I want to put a click ev...
Hello guys, Since yesterday, I've been unable to open all my Laravel projects on my xampp localhost. I don't know what the hell went wrong. No error message. Just indefinite...
Hello fam, I have a problem that I'll be glad to hear your view on. Let's say I have a $externalLink = https://externallink.com/article/12hxga; And I have another $newLin...
Hello fam, I'm planning working on an Instagram marketing app. What's the best way to get data from Instagram: 🚦A private API from GitHub? 🚦Scrapping data from Instagram?
Hello guys, I want to put a feature on my app where user can add text to their videos. But I'm stuck. Should I put the video with the text on a canvas and get the dataUrl, o...
I have multiple users. Should I still store all there images in the same folder? How will I identify each user's images?
Hello guys, Problem: I want a flash message to show on a website when the link to the website is clicked. Example: I have a link to a random news article. Whenever this link...
I keep record of user activities on the database. I'm using laravel on the back end. I'm thinking of fetching the activity table for a particular user, loop through the create...
Hello fam, I have a react app where user can upload their images and edit them. I want the user to be able to share these images to Facebook after editing them. Please, how...
I'm sorry guys! I made a typographical mistake. My app usually send an Ajax call to the server from the frontend to execute some tasks on an API. I noticed the action usuall...
Hello guys, I'm working on a project with React on the frontend and laravel on the backend. I've set the route and everything is working fine. Can I still use blade to ma...
But, I think both JSON.stringify() and json_encode() both convert the array to json . Do I still need to convert to json at the frontend and at the server?
Hello guys, I want to embark on text generation software using openAI GPT-2. I'm using React js on the frontend and I want to use flask for my API. Question is that, is it ...