Skip to content

This Armando Campaign Module Package . Which By Manage Armando Campaign

License

Notifications You must be signed in to change notification settings

luminouslabsbd/llabs_campaign

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Spark Pages

Basic Installation

Add the package to your campaign installation:

composer require llabs/armando_campaign

Add the following to the providers array in config/app.php. This provider must be registered as the last service provider on the providers array:

Luminouslabs\Installer\Providers\LuminousLabsServiceProvider::class

Import css path in resources/css/app.css.


@import url('/public/luminouslabs/css/ll_style.css');

Import the class app.php


Luminouslabs\Installer\Providers\LuminousLabsServiceProvider::class

Publish migrations:

php artisan vendor:publish --provider="Luminouslabs\Installer\Providers\LuminousLabsServiceProvider"

Run migrations:

php artisan migrate

Change View File Return You New Theme

The path located at config/view.php. Modify this file to your heart's content. This HTML code add after Account Setting menu.

'paths' => [
    resource_path('views/luminouslabs/installer'),
],

Update You Build File

If project have node module

npm run build

Update You Build File

If you do not have Node modules installed in your project:

npm -i 
npm run build

About

This Armando Campaign Module Package . Which By Manage Armando Campaign

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •