Lanka Developers Community

    Lanka Developers

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Shop
    1. Home
    2. root
    3. Posts
    • Profile
    • Following 27
    • Followers 23
    • Topics 14
    • Posts 724
    • Best 182
    • Controversial 1
    • Groups 4

    Posts made by root

    • RE: Flutter Fully Responsive UI

      fatta bro

      posted in Mobile Application Development
      root
      root
    • RE: Ionic Events App UI

      fatta bro . niyamai

      posted in Mobile Application Development
      root
      root
    • RE: How to Bypass Adfly "Press Allow to Continue" in 2021

      Thanks bro, keep it up

      posted in Blogs
      root
      root
    • RE: Experienced ionic Developer needed!

      How much is the budget for development ?

      posted in Hybrid App Development
      root
      root
    • RE: Looking For Laravel + React Developer for Single Project

      What is the project scope ?

      posted in Job Portal
      root
      root
    • RE: laravel whereHas with multiple database connections

      In whereHas you cannot change the database connection, you have to change connection before where has like this

      //get users ids with where
      $user_ids = User::where('first_name', 'like', '%' . $search . '%')->pluck('id');
      

      In User modal you must specify the database connection before above where statement

       protected $connection = 'common_database';
      

      Then where in function to find the practices with user ids

       $practices->whereIn('technician_id', $user_ids); 
      
      posted in Laravel Framework
      root
      root
    • RE: Flutter and Laravel Integration

      you are going to print datetime object ,you have to format the date with carbon .

      posted in Flutter
      root
      root
    • RE: Flutter Spotify App Redesigned

      Great machan keep it up. we can make lkdev app with flutter now we have completed rest api in lkdev production repo.

      posted in Mobile Application Development
      root
      root
    • RE: Problem on migration : products category foreign key

      try with this

      $table->unsignedBigInteger('category_id')->nullable();
      $table->foreign('category_id')->references('id')->on('categories');
      
      posted in Laravel Framework
      root
      root
    • RE: Telegram Bot සම්බන්ධව

      @asindu-theekshana

      https://link.lankadevelopers.com/WhMDf

      posted in AI Programming
      root
      root
    • RE: Problem on migration : products category foreign key

      show me your database/migrations folder

      posted in Laravel Framework
      root
      root
    • RE: Elementor Pro 3.0.9 no key need / Elementor Free 3.0.1(Full Template Kits)

      Don't put nulled themes and scripts

      posted in Web Development
      root
      root
    • RE: Laravel Auth user

      It's simple in laravel

      1. you have to create a new database called common
      2. move user tables to that database
      3. create new db connection to the that database
      4. use this database inside laravel App/User
      5. do the same things in both applications

      Note : you must change session driver to database in .env file

      Source : https://medium.com/@zsolt.gyure96/how-to-share-sessions-between-two-laravel-applications-4b9d061fa599

      posted in Laravel Framework
      root
      root
    • RE: Laravel IPG Integration

      @Nubelle

      if they have a documentation we can build a package for the laravel, not only for the laravel we can build a php package for php users

      we can make Omni Pay module for payhere , dialog payment gateways also other Sri lankan Payment Gateways .

      posted in Laravel Framework
      root
      root
    • RE: Flutter App එකක සිංහල අකුරු ටයිප් කරන්න

      Unicode try karanna

      posted in Flutter
      root
      root
    • RE: Ionic 5 Adding Vibration For your app

      great bro keep it up

      posted in Mobile Application Development
      root
      root
    • RE: Flutter Auth UI

      Superb bro .

      posted in Flutter
      root
      root
    • RE: WordPress issue, can someone help

      oya images dala thiyenne HTTPS neme, https danna images ethakota hari

      e0f6f58f-44ec-4e4e-88af-18f8a3902dad-image.png

      posted in Web Development
      root
      root
    • RE: We wish you all Happy New Year 2021

      Happy New Year Lankadevelopers.com

      posted in Announcements
      root
      root
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 36
    • 37
    • 6 / 37