Skip to content

Symfony Indonesia Platform provide Admin [AdminBundle] + Restful [RehatBundle] to boost your productivity

License

Notifications You must be signed in to change notification settings

SymfonyId/Platform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Symfonian Indonesia Admin Skeleton

Ini adalah skeleton untuk Symfonian Indonesia Admin Bundle

###Pre Requirement

  • NodeJs
  • UglifyJs
  • UglifyCss

Untuk menginstall diatas, dapat dibaca dokumentasi resmi Symfony

Setting dan ubah bagian berikut sesuai dengan instalasi Anda:

assetic:
    bundles: ['AppBundle', 'SymfonianIndonesiaAdminBundle']
    node: /usr/bin/nodejs #change to your path
    filters:
        cssrewrite: ~
        uglifyjs2:
            bin: /usr/local/bin/uglifyjs #change to your path
        uglifycss:
            bin: /usr/local/bin/uglifycss #change to your path

###Cara Install####

git clone [email protected]:SymfonyId/Skeleton.git

Buat database sesuai kebutuhan(hanya database tanpa table apapun). Kemudian jalankan perintah berikut dari root project, jalankan composer install

composer update --prefer-dist

Setelah semuanya terinstall jalankan

php bin/console siab:skeleton:setup

Kemudian Anda dapat menjalankan web server dengan perintah

php bin/console server:run

Buka browser

localhost:8000/admin

About

Symfony Indonesia Platform provide Admin [AdminBundle] + Restful [RehatBundle] to boost your productivity

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published