PHPackages                             double-a/laravel-init - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. double-a/laravel-init

ActiveLibrary

double-a/laravel-init
=====================

Making php artisan init command to make project initializing easy

v1.0.3(2y ago)19MITPHPPHP &gt;=8.2

Since Nov 22Pushed 2y ago1 watchersCompare

[ Source](https://github.com/AbolfazlAkhtari/LaravelInit)[ Packagist](https://packagist.org/packages/double-a/laravel-init)[ RSS](/packages/double-a-laravel-init/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (5)Used By (0)

Laravel Init
============

[](#laravel-init)

Tired of running Laravel's command over and over again?

Do you have a set of commands which should run in order to run the application? Perhaps seeding some info into the database?

Laravel Init provides you with a simple config file which you can put these kind of commands in it, and instead of running them manually everytime, you can just run `php artisan init`.

Here is how it works:

Table of Contents
=================

[](#table-of-contents)

- [Installation](#installation)
- [Configuration](#configuration)
- [Usage](#usage)

Installation
------------

[](#installation)

```
composer require double-a/laravel-init
```

Configuration
-------------

[](#configuration)

Configuration file can be published using the following command:

```
php artisan vendor:publish --provider="DoubleA\LaravelInit\Providers\InitServiceProvider"
```

Default configuration file located in `config/init.php` looks like this:

```
