Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Latest commit

 

History

History
34 lines (24 loc) · 1.11 KB

command_install.md

File metadata and controls

34 lines (24 loc) · 1.11 KB

Installation

Use this command for initial SleepingOwl Admin configuration. It will create all necessary files and directories.

Use

$ php artisan sleepingowl:install

What it does

  • Publish SleepingOwl Admin config.

  • Publish assets from SleepingOwl Admin to public/packages/sleepingowl/default.

    $ php artisan vendor:publish --tag=assets --force
  • Create bootstrap directory (by default app/Admin).

  • Create default menu configuration file. (by default app/Admin/navigation.php)

  • Create default bootstrap file. (by default app/Admin/bootstrap.php)

  • Create default routes file. (Поby default app/Admin/routes.php)

  • Create public directory structure (создает директорию images/uploads)

  • Create Service Provider app\Providers\AdminSectionsServiceProvider


Обновление

Package update should be performed by composer.

Sometimes updates contain assets, which requires to delete public/packages/sleepingowl/default. It's not recommended to store custom scripts in this directory.