Download the PHP package hoppermagic/kobalt without Composer

On this page you can find all versions of the php package hoppermagic/kobalt. 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 kobalt

Set of admin views and functionality to speed up development of small custom Content Management Systems built in Laravel....

Steps for using

If it doesn't auto discover

Config/app.php

` Package will automatically add the following but you might want to add these in config.app

`

Setup db preferences

Run the standard laravel auth generator

`

Register yourself, disable the auth routes in web.php

Add the non-registration routes from Router.php (auth method) to web.php

Remember to comment out the Auth::routes()

From 5.8 it wont show register if the route doesn't exist.

app.blade.php also contains a reference to the register route, so need to comment out

`

Admin area web routes

could put these in their own admin.php file.....

`

Make sure the following are pointing to the admin homepage

Controllers\Auth\LoginController

Controllers\Auth\RegisterController

Controllers\Auth\ResetPasswordController

Middleware\RedirectIfAuthenticated

`

Css and Js links in admin template

app.blade.php

`

View Composer

FYI, KobaltServiceProvider makes sure the active variable is available in the admin nav partial, its pushing in segment(2) so make sure this is what you want. Undecided if this is a good thing.

Publish assets

admin js,

admin enhancements - Handy place for tiny_mce setup, select2 etc

css

admin images

admin nav partial

admin template

need to update this file with the latest structure from app.blade.php Pull in local version of tiny mce

use force to overwrite

after publishing amend the nav partial

`

Publish all admin views

`

Publish just the css and js

`

If you need to recompile the js/css

`

Create model, admin controller, form and request

Will create RabbitController etc

`

//!TODO config/app.php

//!TODO Notes about editable, deleteable, addable

Forms

Form Builder Static type is now escaped, so if you need to pass a view in need to use unescaped static.

`

Form fields on desktop will be 60% width unless

` Rich text fields

`


All versions of kobalt with dependencies

PHP Build Version
Package Version
Requires kris/laravel-form-builder Version ^1.51.2
laracasts/flash 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 hoppermagic/kobalt contains the following files

Loading the files please wait ....