This package provides the core functionality of Cachet and may be installed into existing Laravel applications. Cachet 3.x will ship as a standalone Laravel application that requires this package.
- Clone this repository.
- Run the following commands from within the
core
directory:npm install composer update composer dev
- Develop Cachet. Currently, HMR is not enabled so manual refreshes are needed.
When running Cachet via the composer dev
command, Workbench will seed a user that you can use to log in to the dashboard.
Login to the account at /dashboard
and use credentials:
- Email:
[email protected]
- Password:
test123
Please review our security policy on how to report security vulnerabilities.
Cachet Core is open-sourced software licensed under the MIT license.