Skip to content
This repository has been archived by the owner on May 18, 2023. It is now read-only.

Latest commit

 

History

History
41 lines (23 loc) · 489 Bytes

README.md

File metadata and controls

41 lines (23 loc) · 489 Bytes

EloquentPlus

Laravel elequent for javascript/nodejs :)

Description

This is project incomlete yet, We try to update and complete in next times, If you can help as PLEASE contribiute project.

Help

node artisan help
node artisan list
node artisan --help
node artisan --h

Create a Model

node artisan make:model

Create a Migration

node artisan make:migrate

Create a Controller

node artisan make:controller