Download the PHP package envor/one-app without Composer

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

There is this one-app ...

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

Database per team starter kit for Laravel based on Laravel Jetstream and Livewire

Installation

First set up a fresh laravel app:

Using laravel installer

Or using composer

Then you can install the package via composer:

To Configure your platform database (aka central or landlord database, etc..)

Add the following key to your .env file:

[!NOTE]
If you use a connection other than sqlite, you will have to ensure you have configured you credentials for the connection

Next, freshen your migrations, using the database/migration/platform path, and the name of your PLATFORM_DB_CONNECTION

You can now test your application to ensure everything is working properly!

SSO (Optional)

If you need it you can set up one-app to use laravel/passport instead of laravel/sanctum which will include a full OAuth2 Server, complete with self-service token and client management ui.

First follow the steps above to install one-app.

Next install headerx/laravel-jetstream-passport

[!IMPORTANT]
Do not run the jetstream-passport:install command from headerx/laravel-jetstream-passport when setting up one-app! one-app has its own command for installing passport (shown below).

Then run one-app:passport command

Then run migrations

Then run tests again!

Testing

or

Development

This thing installs stuff. During development the stubs will have to be tested. What follows are instructions for doing so.

requirements:

1. Setup Laravel Environment in an empty directory

2. Clone the repo

SSH

HTTPS

3. Install dependencies (in root working directory, not one-app)

4. Install one-app (in root working directory, not one-app)

5. Install npm dependencies (in root working directory, not one-app)

6. Compile Assets (in root working directory, not one-app)

7. Execute tests (in root working directory, not one-app)

8. If you are green, you are good to go. You can now reset your environment to begin making changes.

9. Make your changes

Edit files in one-app/ directory

10. Test your changes by repeating steps 3-7.

11. Repeat steps 8-10

12. Repeat step 11 as many times as needed.

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

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


All versions of one-app with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
envor/laravel-datastore Version ^1.2.14
envor/laravel-schema-macros Version ^1.1
envor/platform Version ^1.6
headerx/laravel-jetstream-passport Version ^1.0
illuminate/contracts Version ^11.0
inmanturbo/turbohx Version ^1.1
laravel/jetstream Version ^5.0@dev
laravel/pennant Version ^1.7
laravel/sanctum Version ^4.0@dev
laravel/tinker Version ^2.9
livewire/livewire Version ^3.4
livewire/volt Version ^1.6
spatie/laravel-navigation Version ^1.2
spatie/laravel-package-tools Version ^1.16.2
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 envor/one-app contains the following files

Loading the files please wait ....