Skip to content

A self-contained text editor to build spork plugins (or general code edits) within spork itself.

Notifications You must be signed in to change notification settings

spork-app/development

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Development

Simply add to your spork app through composer!

composer require spork/development

And register the Service Provider in your Spork App's config/app.php file. That will automatically add the Development entry to the menu.


If you're trying to use this outside of spork, you'll want the following in your EventServiceProvider

PublishGitInformationRequested::class => [
    SendGitInformationToChannel::class
],

RedeployRequested::class => [
    DeleteDevelopmentFiles::class,
    CopyTemplateIfApplicableListener::class,
],

About

A self-contained text editor to build spork plugins (or general code edits) within spork itself.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published