Skip to content

itbdrasel/dprimecms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DprimeCMS

Laravel DprimeCMS
10.0 1.0.0

sourcebit/dprimecms

Install

To install through Composer, by run the following steps:

composer.json

By default, the module classes are not loaded automatically. You can autoload your modules using psr-4. For example:

{

    "repositories": [
          {
              "type": "vcs",
              "url": "https://github.com/itbdrasel/dprimecms",
              "options": {
                  "symlink": true
              }
          }
      ],

    "require": {
		"sourcebit/dprimecms": "1.0.x-dev"
    }

}

Optionally, publish the package's configuration file by running:

php artisan vendor:publish --tag=public --force
php artisan vendor:publish --tag=config --force

In the $aliases array add the following facades for this package.

 'aliases' => Facade::defaultAliases()->merge([
        'Auth' => Sourcebit\Dprimecms\Facades\Auth::class,
        'Content' => Sourcebit\Dprimecms\Facades\Content::class,
    ])->toArray(),

Tip: don't forget to run composer dump-autoload afterwards.

Documentation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published