Download the PHP package weiliang/sleepingowl without Composer

On this page you can find all versions of the php package weiliang/sleepingowl. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package sleepingowl

bg

Laravel 5.2 后台管理模块

StyleCI Join the chat at https://gitter.im/LaravelRUS/SleepingOwlAdmin Latest Stable Version License

Note: 这是开发分支,如果你需要稳定版本,请检出 master branch.

这是一个管理界面生成器,很简单的接入在Laravel.

使用到的bower包:

安装

  1. Require this package in your composer.json and run composer update:

    Or composer require laravelrus/sleepingowl:4.*@dev

  2. After composer update, insert service provider SleepingOwl\Admin\Providers\SleepingOwlServiceProvider::class, before Application Service Providers... to the config/app.php

    Example

  3. Run this command in the terminal (if you want to know more about what exactly this command does, see install command documentation):

    $ php artisan sleepingowl:install

Laravel 5.1 usage

SleepingOwl are compatible with Laravel 5.1. But full performance is not guaranteed.

Installation

Upgrade from 4.18.x to 4.19.x

HtmlAttributes

Class has been moved to composer package kodicomponents\support for using in other projects and methods have been changed for more compatibility.

Navigation

Navigation classes have been move to composer package kodicomponents\navigation for using in other projects.


Authentication

By default, admin module uses Laravel authentication.

If you want to use auth, you can run artisan command php artisan make:auth (https://laravel.com/docs/5.2/authentication) and append middleware auth to config/sleeping_owl.php

Supporting of old authentication

If you want to migrate from an older version you can use old auth.

Steps:

  1. Add new user provider in config/auth.php

  2. Add new guards or change existing in config/auth.php

  3. Setting up middleware

    By default auth middleware use default guard, selected in config/auth.php

    You can change default guard to admin or change middleware in config/sleeping_owl.php to


Demo project

You can download the demo project at https://github.com/SleepingOwlAdmin/demo

Documentation

Copyright and License

Admin was written by Sleeping Owl for the Laravel framework and is released under the MIT License. See the LICENSE file for details.


All versions of sleepingowl with dependencies

PHP Build Version
Package Version
Requires php Version >=5.5.9
illuminate/support Version 5.*
kodicomponents/support Version 0.*
kodicomponents/navigation Version 0.*
doctrine/dbal Version ~2.3
laravelcollective/html Version 5.*
kodicms/laravel-assets Version 0.*
erusev/parsedown Version 1.*
davejamesmiller/laravel-breadcrumbs Version ^3.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package weiliang/sleepingowl contains the following files

Loading the files please wait ....