Navigation

    Lanka Developers Community

    Lanka Developers

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Shop
    1. Home
    2. Groups
    3. blockchain development

    Group Details

    blockchain development

    Member List

    D dimuthu
    dev_lak dev_lak
    ciaompe ciaompe
    Ayesh Dulanja Ayesh Dulanja
    A autoanon
    dilanSuraj dilanSuraj
    I ishan m herath
    gim kelum gim kelum
    Sahan Kaushalya Sahan Kaushalya
    Ravindu Yasas Ravindu Yasas
    Isuru Rajitha Isuru Rajitha
    kasun viduranga kasun viduranga
    harshasanmix harshasanmix
    shehan_s shehan_s
    Sajix_sique Sajix_sique
    Pathum Lakshan Pathum Lakshan
    Rusiru Athukorala Rusiru Athukorala
    I Isuru Udayanga
    Anjana360 Anjana360
    yanukadeneth99 yanukadeneth99
    • RE: Android game developed using Unity 3D

      @root I will try to make tutorial in my free time

      posted in Game Development
      dev_lak
      dev_lak
    • Android game developed using Unity 3D

      post1.jpg

      Cube Runner is a Hypercasual game, player have to move the cube and avoid hitting on walls. All scores are recorded on Leaderboard, Just download and run endlessly.

      Google Play Link - [https://play.google.com/store/apps/details?id=com.codecraftapps.cuberunner](Click Here)

      posted in Game Development
      dev_lak
      dev_lak
    • RE: How to add pagination to the values coming from an API

      can you provide API response as a JSON format, also need to check the url

      posted in General Discussion
      lkdev
      lkdev
    • RE: Senior Software Engineer (Full-Time Remote)

      how can i apply ??

      posted in Job Portal
      lkdev
      lkdev
    • RE: laravel redirect to wrong url after auth success

      @krisssachintha

      overide login function.

      inside login controller (app/Http/Controllers/Auth/LoginController.php)

      <?php
        
      namespace App\Http\Controllers\Auth;
        
      use App\Http\Controllers\Controller;
      use App\Providers\RouteServiceProvider;
      use Illuminate\Foundation\Auth\AuthenticatesUsers;
      use Illuminate\Http\Request;
      use Auth;
         
      class LoginController extends Controller
      {
          /*
          |--------------------------------------------------------------------------
          | Login Controller
          |--------------------------------------------------------------------------
          |
          | This controller handles authenticating users for the application and
          | redirecting them to your home screen. The controller uses a trait
          | to conveniently provide its functionality to your applications.
          |
          */
        
          use AuthenticatesUsers;
        
          /**
           * Where to redirect users after login.
           *
           * @var string
           */
          protected $redirectTo = RouteServiceProvider::HOME;
         
          /**
           * Create a new controller instance.
           *
           * @return void
           */
          public function __construct()
          {
              $this->middleware('guest')->except('logout');
          }
        
           /**
           * Write code on Method
           *
           * @return response()
           */
          public function login(Request $request)
          {
              $request->validate([
                  'email' => 'required',
                  'password' => 'required',
              ]);
           
              $credentials = $request->only('email', 'password');
              if (Auth::attempt($credentials)) {
        
                  return redirect()->route('home');
              }
          
              return redirect("login")->withSuccess('Oppes! You have entered invalid credentials');
          }
      }
      
      posted in Laravel Framework
      lkdev
      lkdev
    • RE: Share your knowledge and experience and win a t-shirt

      Hello everyone

      It’s happy to inform you that we have launched our online shop and new t-shirt for 2022
      Please refer to the below link for placing orders.👇

      Please Orders Here

      273271053_1441915492891263_8277462201023904281_n.jpg

      posted in Announcements
      ciaompe
      ciaompe
    • RE: Lanka developers T-shirt 2022

      OMG, so beautiful, i placed an order,

      posted in General Discussion
      lkdev
      lkdev
    • RE: Who wants to talk about Crypto || NFT

      @chathunz

      we are planing to start this as a opensource project you can contribute.

      posted in Crypto
      ciaompe
      ciaompe
    • RE: Who wants to talk about Crypto || NFT

      @ciaompe good idea bro

      posted in Crypto
      dev_lak
      dev_lak
    • RE: Looking for Associate SE position in Flutter

      @ciaompe thanks bro

      posted in Mobile Application Development
      dev_lak
      dev_lak