Welcome to Code Forum!

Join a community that supports you and your coding journey from day one. We strive to be a friendly, supportive community that empowers everyone to be better developers. By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

laravel

  1. caseyhunt

    Building a Simple Tool to Check Electricity Bill Information Online – Looking for Suggestions

    Hi everyone, I’m working on a small web-based idea related to utility services, specifically electricity bill information. The goal is to let users quickly check basic bill details using a reference number, without dealing with complex portals. From a technical side, I’m thinking about: Simple...
  2. D

    PHP Simple powerful PHP library for data sanitization

    Hello, I've created a highly efficient and robust PHP library designed specifically for data sanitization. It combines simplicity with remarkable power, ensuring swift processing. This library empowers you to effortlessly sanitize diverse data types, eliminating the need for extensive manual...
  3. E

    PHP Laravel fetch all checkboxes include checked from pivot table with additional column

    Hello, I'm trying to fetch all my checkboxes with additional column from pivot table. Model: Stock class Stock extends Model { public function products(){ return $this->belongsToMany('App\Product','products_stock')->withPivot('qtySpent')->withTimestamps(); } }...
  4. CarlEOgden

    PHP Incorporating Docusign into Laravel/VueJS website

    Hi Thanks for any help/advise given in advance. I will try to explain my environment so you have an idea of how to recommend or help my situation. Our website is used by estate agents, we now want to integrate Docusign so that agents can sign up to Docusign and send their customers contracts...
Back
Top Bottom