2017 © Pedro Peláez
 

library assets

Assets Manager

image

safan-lab/assets

Assets Manager

  • Sunday, March 4, 2018
  • by haroutweb
  • Repository
  • 2 Watchers
  • 0 Stars
  • 83 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 6 % Grown

The README.md

Assets Module for Safan Framework

REQUIREMENTS

PHP > 5.4.0, (*1)

SETUP

If you're using Composer for your project's dependencies, add the following to your "composer.json":, (*2)

"require": {
    "safan-lab/assets": "1.*"
}

Update Modules Config List - safan-framework-standard/application/Settings/modules.config.php, (*3)

<?php
return [
    // Safan Framework default modules route
    'Safan'         => 'vendor/safan-lab/safan/Safan',
    'SafanResponse' => 'vendor/safan-lab/safan/SafanResponse',
    // Write created or installed modules route here...
    'Assets' => 'vendor/safan-lab/assets/Assets'
];

Add Configuration - safan-framework-standard/application/Settings/main.config.php, (*4)

<?php
'init' => [
    'assets' => [
        'class'  => 'Assets\Assets',
        'method' => 'init',
        'params' => [
            'path' => 'assets'
        ]
    ]
]

The Versions

04/03 2018

dev-master

9999999-dev http://www.safanlab.com

Assets Manager

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

css assets js minify compressor safan framework

04/03 2018

1.0.4

1.0.4.0 http://www.safanlab.com

Assets Manager

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

css assets js minify compressor safan framework

17/07 2016

1.0.3

1.0.3.0 http://www.safanlab.com

Assets Manager

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

css assets js minify compressor safan framework

24/08 2015

1.0.2

1.0.2.0 http://www.safanlab.com

Assets Manager

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

css assets js minify compressor safan framework

22/08 2015

1.0.1

1.0.1.0 http://www.safanlab.com

Assets Manager

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

css assets js minify compressor safan framework

21/08 2015

1.0.0

1.0.0.0 http://www.safanlab.com

Assets Manager

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

css assets js minify compressor safan framework