Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Seeds From Sql Laravel Package

christian-schoenefeld/seeds-from-sql

Laravel package demonstrating how to seed a database from a .sql file. Includes an SQLSeeder that imports SQL using DB::unprepared; run via php artisan db:seed --class=SQLSeeder (after migrate) or as part of DatabaseSeeder.

View on GitHub
Deep Wiki
Context7

Seeds from SQL

Latest Stable Version GitHub issues

Introduction text

This package shows different approaches to using seeds from a sql file.

Changelog

Version Description
v1.0.0 First approach of SQL import using "DB:unprepared"
v1.0.1 Add license to composer.json and remove Typo in README
v1.0.2 Remove wrong link in README
v1.0.3 Add v to Version

📦 Installation

To install you can use composer as follows

composer require christian-schoenefeld/seeds-from-sql

Then you have to add the seeder class to the main seeder class of the project and import the class there

<?php

namespace Database\Seeders;

use ChristianSchoenefeld\SeedsFromSql\Database\Seeders\SQLSeeder;
...

class DatabaseSeeder extends Seeder
{
   ...
    public function run()
    {
        $this->call(SQLSeeder::class);
    }
    ...
}

🚀 Use

You can get the forms manually with the following Command

Command Description functional
php artisan migrate Migrates the necessary unprepared table ✔️
php artisan db:seed Executes all seeds
php artisan db:seed --class=SQLSeeder Executes only the SQL unprepared seed
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
jayeshmepani/jpl-moshier-ephemeris-php
elnasnato/laraliveui
labrodev/rest-sdk
sampaui/sampaui
babelqueue/php-sdk
facebook/capi-param-builder-php
babelqueue/symfony
hamzi/corewatch
minionfactory/raw-hydrator
hexters/coinpayment
rjcodes/rjcms
act-training/laravel-permissions-manager
alimarchal/laravel-chart-of-accounts
babenkoivan/elastic-scout-driver
mkwebdesign/filament-watchdog-v5
renatomarinho/laravel-page-speed
zedmagdy/filament-business-hours
renatovdemoura/blade-elements-ui
devgeek/beacon-admin
benjamin-rqt/data-watcher-bundle