Skip to content
#

user-profile

Here are 80 public repositories matching this topic...

Laravel 8 with user authentication, registration with email confirmation, social media authentication, password recovery, and captcha protection. Uses offical [Bootstrap 4](http://getbootstrap.com). This also makes full use of Controllers for the routes, templates for the views, and makes use of middleware for routing. The project can be stood up in minutes.

  • Updated Feb 1, 2022
  • PHP
atompie
atompie commented Dec 16, 2021

We need to replace request with asyncRemote. Contrary to remote, asyncRemote can be used as awaitable.

Task

Find all occurrences of request calls and replace them with asyncRemote.

Use where possible the async way of calling the method. Example

try {
   const response = await asyncRemote({
     url: '/tracardi',
     method: "POST",
     data: data
   

Improve this page

Add a description, image, and links to the user-profile topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the user-profile topic, visit your repo's landing page and select "manage topics."

Learn more