javascript-settings is a Django application that provides a way of passing values backend from Django applications to JavaScript in templates. def javascript_settings(): return { 'page_title': 'Home', ...
Store and manage application wide settings for Laravel 5. Supports multiple and custom storage drivers. Helper function is a handy function to set or get values from the setting storage. It accepts ...