Skip to content

Instantly share code, notes, and snippets.

View mrmercan's full-sized avatar
:octocat:
Focusing

Mehmet Mercan mrmercan

:octocat:
Focusing
View GitHub Profile

Laravel Developer - Interview Exercise

  • Setup a fresh Laravel 5.8 application.
  • Use Tailwind CSS as the CSS framework.
    • CDN version is fine.
    • Bonus points if installed via NPM.
  • Create a new contact page at /contact.
  • Create a contact form on the page.
  • The form should be built as a Vue component.
  • The form should submit via ajax.