PHP Classes

File: resources/views/client.blade.php

Recommend this page to a friend!
  Classes of Eray Akartuna   Lumen Starter Pack   resources/views/client.blade.php   Download  
File: resources/views/client.blade.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Lumen Starter Pack
Implement a OAuth 2 based REST API server
Author: By
Last change:
Date: 7 years ago
Size: 501 bytes
 

Contents

Class file image Download
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title>Client</title>
    <script type="text/javascript" src="/vendor/jquery/dist/jquery.min.js"></script>
    <script type="text/javascript" src="/vendor/store-js/store.min.js"></script>
    <script type="text/javascript" src="/vendor/jquery-oauth/dist/jquery.oauth.js"></script>
    <script type="text/javascript" src="/js/client.js"></script>
  </head>
  <body>
   
   <h2>Welcome to Lumen Start Pack</h2>

  </body>
</html>