Download the PHP package erjon/laravel_license without Composer
On this page you can find all versions of the php package erjon/laravel_license. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download erjon/laravel_license
More information about erjon/laravel_license
Files in erjon/laravel_license
Download erjon/laravel_license
More information about erjon/laravel_license
Files in erjon/laravel_license
Vendor erjon
Package laravel_license
Short Description Package to give a project an license and prevent installation if client doesn't have it
License MIT
Package laravel_license
Short Description Package to give a project an license and prevent installation if client doesn't have it
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel_license
Laravel license
Create licenses for your website
Installation
`
Publish files
`
This will create two files in your project
- config/vendor/license/license.php
- views/vendor/license/activate.blade.php
Migrate
You can migrate if your website uses database `
Add license
`
Activate the license when you first install the project
1. By command line
`
2. Just straight up open the website and insert the license in the form provided.
Things to consider
- If you activate the license before connecting to the database, you will be required to provide the license one more time.
- License should be 8 to 30 characters long.
- Someone with enough knowledge of php/laravel or just programming in general can easily copy the existing project.
- License characters allowed are ascii characters from 33 to 122. https://www.ascii-code.com
All versions of laravel_license with dependencies
PHP Build Version
Package Version
Requires
laravel/framework Version
^8.0|^9.0|^10.0
The package erjon/laravel_license contains the following files
Loading the files please wait ....