Before 2 weeks i publish devsmote an online platform about remote jobs for web developers. I did this in my free time to help the Developers community to find the best remo...
Hi there, I had created an app that is working under www.mysite.com, but I would separate the admin panel from the website.
I would create a subdomain like admin.mysite....
hi i install the debugger pulgin into my laravel project, initially it was working fine but now its showing the error:
Call to undefined method Barryvdh\De...
Is there a way to access/update Vue data variable from inside a named slot? Right now I have a vue component working with blade partials in slots, and it would be so conven...
Hi I have this 1 input field for tags and each tag are separated by a ,
how can i validate each tag inside the singple input field?
here is what i have curren...
Based on a date field, I would like to retrieve all records that have an anniversary within the next two weeks using a query scope.
I can get all records where t...
I've been developing locally for a while and now that I'm ready to move to production I realized I have modified files/folders permissions in several places. Is there a fun...
I am following the stripe series and when i got to the video that integrates vue i got this error
Uncaught TypeError: Cannot read property 'closed' of undefined
at I...
How about, I have the following query, in eloquen.
$conteoconsejales = usuarios::join('advice', 'usuarios.conse_id', '=' , 'advice.ida')->where('conse_id',$valorc...
I want to get the count of unread messages along with each convo. Here is what I have.
My relationship is as such:
public function unseen(){
return $this->hasMany...
Base table or view not found 1146: adm.mytable .... doesn't exist. error occurred.
Actually , before I use v1.3.1, it's all OK, my default database conn...
I'm building a SaaS for creating custom social networks. Can I have a single codebase on one droplet and have multiple social networks with different domains?...
I've looked around for an answer and can't seem to find it. I'd like to use the same code base/repo for multiple domain names. What is the best way to achieve this using Fo...
I have a rest api for an android app , that has feature of online payments , I want a customer to enter his credit card details from android app's UI , and these details ar...
Hi, so I want to host my app in iis. I have many apps running and each has its own virtual directory. I have Laravel working on it. Well almost. To get to my app you go...
Hi everybody, I'm thinking about creating my first droplet and the LEMP one click install sounds pretty good, I was wondering if it comes with all the packages needed to ru...
Hi!
This must be a new thing. I have noticed lately that laravel displays "redirecting to" page (blank page with redirect link).
How can i turn it o...
I'm thinking of using polymorphic relationship to store results (from different users) for skills and criteria in an assessment site.
Skills are just a list of skills where...
I have never used Axios for AJAX and would like to give a whirl.
Every example I see using Axios uses it in conjunction with Vue, but I am not using Vue.
How...
I found validator unique syntax and used it my project.
'size_value'=>'required|unique:sizes,size_value,NULL,NULL,size_metric,'.$request->size_metric...
I was using valet for a while and I used to have the ability to see the error/access logs using
"valet logs" or "valet server-logs"
but I got a new mach...