Navigation

    Lanka Developers Community

    Lanka Developers

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Shop
    1. Home
    2. Groups
    3. Linux-Help

    Group Details

    Linux-Help

    Member List

    dinlinux dinlinux
    ciaompe ciaompe
    X Xenon
    ch_scripter ch_scripter
    oshan.wisumperuma oshan.wisumperuma
    yasiru thimiuru yasiru thimiuru
    I ishan m herath
    Pasindu Vishmika Pasindu Vishmika
    heshan.feedback heshan.feedback
    harshasanmix harshasanmix
    binurayeshan binurayeshan
    MonsteR_X MonsteR_X
    MrCentimetre MrCentimetre
    Piumal Kavinda Piumal Kavinda
    Sajix_sique Sajix_sique
    Rusiru Athukorala Rusiru Athukorala
    imadusanka imadusanka
    Kenthiran Kenthiran
    Thushal Kulatilake Thushal Kulatilake
    T trevinl
    • RE: ඔබ සැමට සතුට සෞභාග්‍ය පිරි සුභ නව වසරක් වේවා...!

      එසේම වේවා bro

      posted in General Discussion
      root
      root
    • 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
    • Driver booster 9.0 / 9.1 key

      Driver Booster 9.0 & 9.1 activate key :)

      7C22A-C0D9D-0D0D2-FFA49

      posted in Announcements
      Pasindu Vishmika
      Pasindu Vishmika
    • 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: Lanka developers T-shirt 2022

      ohh man it's very nice, i'll order one

      posted in General Discussion
      root
      root
    • RE: Learn to use AWS Amplify Datastore with Flutter & GetX

      great bro, keep it up

      posted in Hybrid App Development
      root
      root
    • RE: Who wants to talk about Crypto || NFT

      ohh nice man, we can have a crypto forum in sri lanka .

      posted in Crypto
      root
      root
    • 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: Looking for Associate SE position in Flutter

      @dev_lak

      posted in Mobile Application Development
      ciaompe
      ciaompe