@root I will try to make tutorial in my free time
Group Details
blockchain development
Member List
-
RE: Android game developed using Unity 3D
-
Android game developed using Unity 3D
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)
-
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
-
RE: laravel redirect to wrong url after auth success
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'); } }
-
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.👇 -
RE: Lanka developers T-shirt 2022
OMG, so beautiful, i placed an order,
-
RE: Who wants to talk about Crypto || NFT
we are planing to start this as a opensource project you can contribute.