Skip to content

faridlab/salt-laravel-organization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Salt Laravel Organization

General information about this package.

Installation

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

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=organization-config

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

Publishing Migrations and Seeds

To publish the migration file, run the following command:

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

To publish the seeder file, run the following command:

$ php artisan vendor:publish --tag=organization-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=OrganizationSeeder

Contributing

Information about contributing to this package.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages