LaravelPackages.net
Acme Inc.
Toggle sidebar
faridlab/salt-laravel-workspace

6
0
v9.0.0
About faridlab/salt-laravel-workspace

faridlab/salt-laravel-workspace is a Laravel package. It currently has 0 GitHub stars and 6 downloads on Packagist (latest version v9.0.0). Install it with composer require faridlab/salt-laravel-workspace. Discover more Laravel packages by faridlab or browse all Laravel packages to compare alternatives.

Last updated

Salt Laravel Workspace

General information about this package.

Installation

To install this package, please run this command below: $ composer require faridlab/salt-laravel-workspace

Using this package

Information about using this package

Publishing Configurations

To publish the config file of our package, run the following command:

$ php artisan vendor:publish --tag=workspace-config

This will add a new workspace.php file in the config directory.

Publishing Migrations and Seeds

To publish the migration file, run the following command:

$ php artisan vendor:publish --tag=workspace-migrations

To publish the seeder file, run the following command:

$ php artisan vendor:publish --tag=workspace-seeds

Next, edit the .env file with your database credentials and run the following command to execute the migrations:

$ php artisan migrate

Run the command to seed the database with some random data:

$ php artisan db:seed --class=workspaceSeeder

Contributing

Information about contributing to this package.

Comments