Download the PHP package feiron/felaraframe without Composer

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

Welcome to LaraFrame Repo!

A powerful, state of the art, framework for laravel application. Documentation of this Framework, Please visit here

Enable user Role management, use Fe_Roles

Let's collaborate!

Please send a email to me for bugs, feature suggestions,pull requests,etc... or even hang out :) [email protected]

This package provides the following features:

Dependencies:

Installation:

  1. Please make sure composer is installed on your machine. For installation of composer, please visit This Link
  2. Once composer is installed properly, please make sure Larave is up to date.
  3. Navigate to your project root directory

  4. This package is going to publish several files to the following path
    • config/felaraframe/
    • public/feiron/felaraframe/
  5. Important! This package is also going to perform several migrations. Please refer to the following changes and make backups of your tables if they are present.
  6. Since I can't seem to have package auto publish assets. make sure you run the following command at the end and every updates of this package.

Note: During migration, if you encounter error showing "Specified key was too long" This was due to MySQL version being older than 5.7.7, if you don't wish to upgrade MySQL server, consider the following.

Within your AppServiceProvider

Further reading on this could be found at This Link

Basic Usage:

For details of how to use this framework. Please head over to the WiKi page of this Repo. There are a lot of features packed into this package and I will be updating the WiKi Page frequently, please stay tuned.

Support us:

If you like this project, Please, please, please consider put a Star⭐️ and tweet about it.

I would love for any forms of supports and they are deeply appreciated👍! Thanks!

Notes:


All versions of felaraframe with dependencies

PHP Build Version
Package Version
Requires php Version >=7.2.1
laravel/framework Version >=8.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 feiron/felaraframe contains the following files

Loading the files please wait ....