Pinned Loading
-
laravel-coding-challenge
laravel-coding-challenge PublicLaravel React Inertia Coding Challenge for Contact Out
PHP
-
markpating-assessment-theme
markpating-assessment-theme PublicWebFx Assessment Theme Challenge.
CSS
-
Using Vue component in this gist lin...
Using Vue component in this gist link. Complete the computed property "activeItems". https://gist.github.com/anish-dcruz/1fa2af7357914750ee2e21f74db4231b . 1<template>
2<div class="widget">
3<div v-if="activeItems && activeItems.length > 0">
4<ul>
5<li v-for="item in activeItems" :key="item.id">
-
Using laravel's HTTP tests, test the...
Using laravel's HTTP tests, test the CustomerController's store method, make sure to mock the mailable "WelcomeNewCustomer" using mail-fake. 1<?php
23namespace Tests\Unit;
45use PHPUnit\Framework\TestCase;
-
Write a service class that handles s...
Write a service class that handles saving and sending email then rewrite the store method. 1<?php
23namespace App\Http\Controllers;
45use App\Http\Requests\CustomerRequest;
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.