Skip to content

Commit

Permalink
Doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
rotexdegba committed Feb 4, 2019
1 parent b545e49 commit da7b430
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions documentation/QUICKSTART.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@
- Start creating controllers for your application using **./vendor/bin/s3mvc-create-controller-wizard**
> It is recommended that you first create a base controller for your application, which will contain all the logic that will be common to all your application's other controllers. The other controllers should extend your application's base controller.

> Make sure you add the namespace for your apps controller classes to the array referenced by **$container['namespaces_for_controllers']** in **./config/dependencies.php**
> Always run **composer dump** after each time your create a new controller class with **./vendor/bin/s3mvc-create-controller** or **./vendor/bin/s3mvc-create-controller-wizard**.

## Key Directories and Configuration
* **`config`:** Contains files for configuring the application

Expand Down

0 comments on commit da7b430

Please sign in to comment.