Syncr is a web project manager with many tools to manage your projects, documents and graphical charter, track them, etc.
Some examples of what you can do:
- Manage clients and projects
- Create a project with a graphical charter: Designers and developers are friends again!
- Edit a document online (with TinyMCE for a WordPress-like interface)
- Upload a document with his URL to a internal or external path
- Track documents for any new version: Redactors and developers are friends again!
- Change the status of a document: In edition, ready for development, in development, deployed
- Discuss on project or documents
- Archive projects and clients
- Manage user roles and rights
This project use Gulp (included with Laravel) and Elixir (Laravel's gulp tool) to build the application: Elixir documentation
gulp
: Run all tasks (By default: compile SASS and build the app)gulp --production
: Run all tasks and minify all CSS and JavaScriptgulp watch
: Watch any modification in the assets (SASS files, etc.) and compile them
Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable, creative experience to be truly fulfilling. Laravel attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as authentication, routing, sessions, queueing, and caching.
Laravel is accessible, yet powerful, providing powerful tools needed for large, robust applications. A superb inversion of control container, expressive migration system, and tightly integrated unit testing support give you the tools you need to build any application with which you are tasked.
Documentation for the framework can be found on the Laravel website.