Esensi is an awesome Laravel boilerplate application. This package contains the build components that integrate Esensi with the Gulp JS build processes. If you are starting a new Esensi-based project then you should start by forking the Esensi boilerplate repository which includes this package as a Composer dependency.
- Esensi\Activity: event and activity logging components
- Esensi\Assembler: Artisan components package that provide build commands
- Esensi\Build: asset package build tasks built with GulpJS
- Esensi\Core: foundational package for other components packages
- Esensi\Model: traits package for Eloquent model utilities
- Esensi\Page: flat file Blade pages and Markdown post static site package
- Esensi\Parcel (optional): mail parsing drivers for incoming email
- Esensi\User: user management components package with role-based permissions
Notice: This code is specifically designed to be compatible with the Laravel Framework and may not be compatible as a stand-alone dependency or as part of another framework.
To learn how Esensi works, you should refer to the generously commented Esensi source code. To learn how to work with Esensi, you should refer to our tiny-but-ever-improving Esensi Docs.