Download the PHP package hnhdigital-os/laravel-database-seeder without Composer
On this page you can find all versions of the php package hnhdigital-os/laravel-database-seeder. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download hnhdigital-os/laravel-database-seeder
More information about hnhdigital-os/laravel-database-seeder
Files in hnhdigital-os/laravel-database-seeder
Download hnhdigital-os/laravel-database-seeder
More information about hnhdigital-os/laravel-database-seeder
Files in hnhdigital-os/laravel-database-seeder
Vendor hnhdigital-os
Package laravel-database-seeder
Short Description Provides the ability to import a file or files from a folder into your database.
License MIT
Package laravel-database-seeder
Short Description Provides the ability to import a file or files from a folder into your database.
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-database-seeder
Laravel Seed From File
Provides the ability to import data (raw sql or CSV) from a file or from files found in the supplied folder.
This package has been developed by H&H|Digital, an Australian botique developer. Visit us at hnh.digital.
Prerequisites
- PHP >= 7.2
- Laravel >= 5.8
Install
Via composer:
composer require hnhdigital-os/laravel-database-seeder ~1.0
Usage
CSV
# php artisan db:seed-from-csv {path?} {--connection}
- {path} -A file or a directory of files to import.
- {--connection} - Set the connection that will be used when importing. Defaults to 'database.default'.
SQL
# php artisan db:seed-from-sql {path?} {--connection}
- {path} - A file or a directory of files to import.
- {--connection} - Set the connection that will be used when importing. Defaults to 'database.default'.
Contributing
Please see CONTRIBUTING for details.
Credits
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-database-seeder with dependencies
PHP Build Version
Package Version
The package hnhdigital-os/laravel-database-seeder contains the following files
Loading the files please wait ....