307923/develop-pipe-that-formats-credit-card-numbers-with-masking
Hey @kartik, First you have to go to ...READ MORE
Hello, To create both of the created_at and updated_at columns: $t->timestamp('created_at')->default(DB::raw('CURRENT_TIMESTAMP')); $t->timestamp('updated_at')->default(DB::raw('CURRENT_TIMESTAMP on update ...READ MORE
Hello @kartik, You can just use the built ...READ MORE
Hello @kartik, Try to use the following: \Request::getRequestUri() Hope this ...READ MORE
Hello @kartik. PHP has built-in extensions for dealing ...READ MORE
Hello @kartik, Using the response helper. use Illuminate\Http\RedirectResponse; $response = $next($request); $response = ...READ MORE
With the help of code, can you ...READ MORE
Can you tell me How to apply ...READ MORE
With the help of code can i ...READ MORE
Can you tell me How to chain ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.