Download the PHP package neon/site without Composer

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

NEON — Site

Handles sites to be able to run on it.

Requirements

Install

Easily install the composer package:

Then there are two ways to use the site: You can store your settings both in config file or in database. It depends on your wishes, you can install package on both ways.

Install config files

Install database migrations

Then you should install database migrations by:

Usage

Site Middleware as of 2.0 does not add automatically to the array of middleware, so, if you want to use it, you should set up that for the routing:

This command will define the Site rules for Laravel's router. After this definition you can use it for different cases:

If you want to separate routing by locale you can use it like this:

You can also use site as prefixes:

SEO functions

Use favicon

Favicon could be set on admin UI. After that, yo can easily put it into the header right after the <title> tag:

Site dependent models

If you want something, like a Menu, what is rlated to the Site, then you just have to use the dependency trait.

License

The MIT License (MIT). Please see License File for more information.


All versions of site with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
laravel/framework Version ^10.0
neon/model-uuid Version ^1.0
neon/attributable Version *
spatie/laravel-package-tools Version ^1.14.0
illuminate/contracts Version ^10.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 neon/site contains the following files

Loading the files please wait ....