Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages