Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 936 Bytes

Index.md

File metadata and controls

30 lines (16 loc) · 936 Bytes

Introduction

Ever tried to work with Silverstripe from the command line, other then installing modules with composer?

Me neither.

There is a 'sake' command to access the framework/cli-script.php, but it's possibilities are pretty limited.

Laravel has a beautiful set of 'artisan' console commands to interact with your application based on the Symfony Console Component.

And now we have the same power for Silverstripe!

http://symfony.com/doc/current/components/console/introduction.html

If you know Laravel or Symfony, working with 'supersake' is a breeze. If not, learning this command line tool, will let you work on the command line with Laravel and Symfony much easier.

###Make Commands

###Maintenance Mode ###Member Operations ###Tasks

###Extending

###Code of Conduct

###Contributing