Download the PHP package bitfumes/laravel-packer without Composer

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

Laravel Packer

[![GitHub issues](https://img.shields.io/github/issues/bitfumes/laravel-packer.svg)](https://github.com/bitfumes/laravel-packer/issues) [![Latest Stable Version](https://poser.pugx.org/bitfumes/laravel-packer/v/stable)](https://packagist.org/packages/bitfumes/laravel-packer) [![Total Downloads](https://poser.pugx.org/bitfumes/laravel-packer/downloads)](https://packagist.org/packages/bitfumes/laravel-packer) [![GitHub stars](https://img.shields.io/github/stars/bitfumes/laravel-packer.svg)](https://github.com/bitfumes/laravel-packer/stargazers) [![License](https://poser.pugx.org/bitfumes/laravel-packer/license)](https://packagist.org/packages/bitfumes/laravel-packer) [![Twitter](https://img.shields.io/twitter/url/https/github.com/bitfumes/laravel-packer.svg?style=social)](https://twitter.com/intent/tweet?text=Wow:&url=https%3A%2F%2Fgithub.com%2Fsarthaksavvy%2Flaravel-packer)

Laravel Packer was created by, and is maintained by Sarthak, and it is a Command Line Tool which is going to help you in creating package.

Features

Installation

Install via composer.

Note: For windows user, first run composer global update

Creating new Package Scaffolding

new

With the above command it will create package scaffolding for you.

Optional fields like 'vendor', 'author' and 'author_email' can also be given via command line interface if you are not willing to provide on command.

Same as Artisan commands

With this CLI, you will have access to all artisan commands you are familiar on Laravel.

You can create controller just like you do with php artisan

make

Explore all commands, just run packr on your command line.

Now you can create Migrations and Factories also

Smart Clone

With packr clone command you can do 3 steps in just one.

This not only clone repository but also install composer and if that repository type is project, then it will generate key for project also.

Specify directory to clone

Just like git, you can clone repository to any directory, just give --dir= option for above command

Specify branch to clone

Just like git, you can clone any branch of given repository.

Above command will create various files like

This not only clone repository but also install composer and if that repository type is project, then it will generate key for project also.

clone

CRUD Generator

With packr crud command you can create crud for laravel appication with fully green tests

step 1

First we need to create a json structure for our migration of any model/table To do so run this command

step 2

Now you have json file, you can describe how your migration/schema is going to look. After giving all details you can now run command to actually create full crud for the model

Todo

License

This package inherits the licensing of its parent framework, Laravel, and as such is open-sourced software licensed under the MIT license


All versions of laravel-packer with dependencies

PHP Build Version
Package Version
Requires php Version ^7.3|^8.0
illuminate/database Version ^6.0|^7.0|^8.0
laravel-zero/framework Version ^6.0|^7.0|^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 bitfumes/laravel-packer contains the following files

Loading the files please wait ....