PHP Classes

File: resources/js/tool.js

Recommend this page to a friend!
  Classes of Naif Alshaye   Laravel ChatGPT   resources/js/tool.js   Download  
File: resources/js/tool.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel ChatGPT
Integrate ChatGPT in a Laravel Nova panel
Author: By
Last change:
Date: 1 year ago
Size: 242 bytes
 

Contents

Class file image Download
import Tool from './pages/Tool' import History from './pages/History' import View from './pages/View' Nova.booting((app, store) => { Nova.inertia('Chatgpt', Tool); Nova.inertia('History', History); Nova.inertia('View', View); })