Raphael M
Raphael M
The structure of my database is as follows: Table listings: ``` protected $ fillable = [ 'user_id', 'category_id', 'title', 'slug', 'description', 'address', 'number', 'city', 'latitude', 'longitude', 'phone', 'E-mail', 'website', 'Facebook', ...
nahid/talk v2.2.1 - Laravel 5.3 Hi, I'm having a bug with Talk :: getMessagesByUserId (). I have more than 3000 records in my database and I have configured Talk ::...
Hello, I would like to know if there is a method to send an image via Chat Talk? A bit like Facebook allows? What should I do ... do you...
On Laravel 5 with latest version of watson sitemap. When i use addVideo , the video location (youtube/...) is not added to sitemap. ``` $tag = Sitemap::addTag(route('videoarticle', array('slug'=>$video->slug)), date('Y-m-d H:i:s'),...
Can you modify the how to section to add example with video tags ?
Hello, I use passport-http-bearer for my project but i have a problem with upload. In fact, if I upload a file, it give me a 404 error if I run...
**Describe the bug** Cannot history back() on step 1 when anchor navigation is enabled **To Reproduce** 1. Enable default smartWizard configuration with enableNavigation = true. 2. Click button next 3...
Hello, After many and many test, i cannot open the modal. The path to the template is correct. I test the path with a window.location.replace and it work fine. When...
Hi Peter ! `composer require petercoles/multilingual-country-list ` not include last update in Maker.php : countryName($isoCode, $locale = 'en').
Hello, I noticed that for several weeks the properties are no longer saved on mailJet with the API V3. Everything worked well before. What is happening ? ``` //Save user...