Skip to content

drunken-kungfu/pagekit-template-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pagekit-template-generator

Right now Pagekit does not have support for 3rd party console extensions, I've made a pull request here asking for this feature. Once that is merged this will work out of the box. Until then you can update the files yourself by copy and pasting from that pull request. It is only 2 files and 20 or so new lines of code.

The generator makes everything needed to start creating a Pagekit extension, from the Database scripts file, to Webpack and Vue.js ( just run npm install then webpack in the created extension directory ) tip: webpack -w will watch any files for changes and automatically run webpack

pagekit-extension-generator

Basic usage

php pagekit generate:extension {{ vendor_name }}/{{ module_name }}

php pagekit generate:extension hello/world

Adding in file permission mode ( default is 0775 )

php pagekit generate:extension hello/world 0777

About

Easily generate pagekit templates from the command line.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published