Main requirement & dependency aggregator for Laravel Enso.
Action Logger, Avatar Manager 1, Charts, Datatable, DbSyncMigrations, File Manager, Form Builder, Helpers, History Tracker, Image Transformer 1, Impersonate, Localisation, Log manager, Menu manager, Permission manager, Rememberable, Role manager, Select, Structure manager, Trackwho, Tutorial Manager, Vue Components
Notifications, Documents Manager 1, Comments Manager, Data Import
1 In order to more efficiently handle images (optimize, resize, crop), these libraries require a few extra PHP plugins and libraries:
- pngquant
- gifsicle
- jpegoptim
- php7.1-gd or php-imagick
On Linux, you may install them with:
sudo apt-get install pngquant gifsicle jpegoptim php7.1-gd
php artisan vendor:publish --tag=core-config
- the configuration filesphp artisan vendor:publish --tag=core-preferences
- the json preferences filephp artisan vendor:publish --tag=core-lang
- the default lang filesphp artisan vendor:publish --tag=enso-lang
- the assets lang filesphp artisan vendor:publish --tag=core-storage
- the storage foldersphp artisan vendor:publish --tag=core-assets
- the assets folders, scss & jsphp artisan vendor:publish --tag=enso-update
- a common alias for when wanting to update the VueJS components, once a newer version is releasedphp artisan vendor:publish --tag=enso-config
- a common alias for when wanting to update the config, once a newer version is releasedphp artisan vendor:publish --tag=enso-assets
- a common alias for when wanting to update the scss & js assets, once a newer version is released
The Laravel Enso package comes with this package included.
Since v2, while not mandatory, Laravel Enso also includes Notifications, Documents Manager, Comments Manager and Data Import.
are welcome. Pull requests are great, but issues are good too.
This package is released under the MIT license.