Skip to content

iMokhles/stackadmin-infyom-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stackadmin-infyom-template

StackAdmin templates for InfyOm Laravel Generator http://labs.infyom.com/laravelgenerator/

Stack Theme Page: https://pixinvent.com/stack-responsive-bootstrap-4-admin-template/

Installation

  • Remove Existing Templates
Remove any previous included templates stuff. like,
"infyomlabs/core-templates" from your composer.json
\InfyOm\CoreTemplates\CoreTemplatesServiceProvider::class, from your config/app.php
  • Add Package
To use StackAdmin templates, add following to your composer.json if you haven't.
"require": {
    "imokhles/stackadmin-infyom-template": "1.0"
} 
  • Run Composer update
composer update
  • Add Service Provider ( if you use laravel below 5.5 )
Add following service providers into your providers array in config/app.php
iMokhles\StackAdminTemplate\StackAdminTemplateServiceProvider::class,
  • Update Configuration
Update config/infyom/laravel_generator.php to use StackAdmin templates.
Update 'templates' => 'stackadmin-infyom-template'