Download the PHP package appwise-labs/laravel-template without Composer

On this page you can find all versions of the php package appwise-labs/laravel-template. 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 laravel-template

Project Name

[Include a brief description or introduction of your project here]

Table of Contents

Installation

[Provide instructions on how to install and set up your Laravel project. Include any dependencies or prerequisites that need to be installed and how to obtain them.]

Environment variables

Set up the following environment variables in your .env file:

Credentials

You can find the credentials for this project in 1password or on confluence: [link to confluence page]

Usage

[Explain how to use your Laravel project, including any important commands or features. Provide examples and instructions for common tasks.]

Before running the project

To use a temporary development database. This database is empty upon start, and will clear every reboot. To clear this database, you can run npm run down

To clear this database, you can run and again.

For local development run

To fix code style

To run your tests

TODO: To generate API documentation

Before pushing to git, run PHPStan to analyse your code

Features

[List the main features or functionalities of your Laravel project. You can provide a brief description of each feature and explain how it benefits the users or developers.]

Entry points

[Provide a list of entry points for your Laravel project. These are the routes that can be accessed by the user. Include a brief description of each route.]

Production Setup

[Provide instructions on how to set up your Laravel project for production. Include any dependencies or prerequisites that need to be installed and how to obtain them.]

Site URLs

Documentation

[Provide a link to the documentation for your Laravel project. This can be a link to a Confluence page.]

Sentry

composer require sentry/sentry-laravel


All versions of laravel-template with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
appwise-labs/laravel-docs Version ^0.1.3
laravel/framework Version ^10.0
laravel/passport Version ^11.8
laravel/tinker Version ^2.8
sentry/sentry-laravel Version ^3.2
spatie/laravel-fractal Version ^6.0
spatie/laravel-medialibrary Version ^10.7
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 appwise-labs/laravel-template contains the following files

Loading the files please wait ....