Download the PHP package mrazinshaikh/laravel-migration without Composer

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

Laravel Migrations

A standalone migration tool using laravel illuminate/database.

Packagist StyleCI PHP Versions Supported Latest Stable Version Total Downloads License Latest Unstable Version composer.lock available

The Laravel Migrations package is a standalone migration tool designed to bring the powerful and flexible migration capabilities of Laravel's illuminate/database component to any PHP project. Whether you are building a small application or a large enterprise system, this package allows you to manage your database schema with ease and precision. With features like creating, running, and rolling back migrations, this tool integrates seamlessly into your workflow. The package also provides user-friendly command-line prompts and detailed output, ensuring that database migrations are straightforward and manageable. Perfect for developers who want to leverage Laravel's robust database migration system outside of a full Laravel framework, this package provides the tools you need to keep your database schema in sync with your application's evolving requirements.

Installation

  1. Install the package.

  2. Publish the configuration file.

Update config/laravel-migration.php with your database connection credentials.

  1. To list all available commands, run:

or

Available Commands

migrate

Run the database migrations or roll them back.

Options:

migrate:fresh

Drop all tables (only tables created through migrations) and re-run all migrations.

migrate:install (not required - it will be executed internally on migration.)

Install the migrations table.

make:migration

Create a new migration file.

config:publish

Publish the configuration file.

Options:

Roadmap


All versions of laravel-migration with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
illuminate/database Version ^11.8
illuminate/events Version ^11.8
illuminate/filesystem Version ^11.8
laravel/prompts Version ^0.1.22
illuminate/support Version ^11.8
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 mrazinshaikh/laravel-migration contains the following files

Loading the files please wait ....