Download the PHP package dnwjn/nova-launch without Composer

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

nova-launch

nova-launch is a Laravel Nova tool for the pre-launch and launch phases of your website. It redirects visitors, allows bypasses and launches your website whenever you say the word.

ℹī¸ Introduction

I was working on a project with a friend when I took on the task of implementing functionality for disabling the website for visitors, while still allowing admins to access it. Furthermore, the site had to be launchable from within Nova.

Well, I created that functionality and kept refining it until I thought: maybe I should extract this from the project and wrap it in its own package?

So, I give you: nova-launch. It does the following:

This is my very first package, so suggestions and tips for me to improve this or future packages are welcome!

đŸ–Ĩ Requirements

What Version
PHP >=7.2
Laravel >=6.0
Nova >=2.0

🚀 Installation

  1. Install the package via Composer:

    The service provider will automatically be registered.

  2. Publish the resources:

    The minimal tag only publishes the elements required by the package to work. See the table below for an overview of what can be published.

  3. Run the migrations:

  4. Edit the configuration file config/nova-launch.php to your likings. The most important parts here are:
    1. the routes configuration;
    2. the models.user configuration.

đŸ“ĸ Publishing

The following tags can be used during publishing. This is done in the same way as in step 1 of the installation process:

Tag Publishes
minimal config file and public files
public public files
translations translations (for visitor view)
styles stylesheets (for visitor view)
views views (for visitor view)

🛠 Testing

You can run tests with the following command:

Note: tests are now very basic but more will be added in the future.

🔄 Changelog

Please see CHANGELOG.md for information on what has changed.

📜 License

This package uses the MIT License (MIT). Please see LICENSE.md for more information.


All versions of nova-launch with dependencies

PHP Build Version
Package Version
Requires php Version ^7.2.5|^8.0
bensampo/laravel-enum Version ^2.0|^3.0
illuminate/auth Version ^5.8|^6.0|^7.0|^8.0
illuminate/container Version ^5.8|^6.0|^7.0|^8.0
illuminate/contracts Version ^5.8|^6.0|^7.0|^8.0
illuminate/database Version ^5.8|^6.0|^7.0|^8.0
illuminate/events Version ^5.8|^6.0|^7.0|^8.0
laravel/framework Version ^5.8|^6.0|^7.0|^8.0
laravel/nova Version ^2.0|^3.0
optimistdigital/nova-translations-loader Version ^2.0|^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 dnwjn/nova-launch contains the following files

Loading the files please wait ....