Giter Site home page Giter Site logo

laravel-migration-views's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

laravel-migration-views's Issues

A seperate new "migrate:fresh" that drop the views too?

Currently as long as 1 view migration exist

php artisan migrate:fresh will no longer work because it will throw a view already exist command

So suggestion to add 1 new command to this package that drop all tables and views

Laravel 8 installation issues

I got this error when installing this on a Laravel v8.31.0

Root composer.json requires staudenmeir/laravel-migration-views 1.0 -> satisfiable by staudenmeir/laravel-migration-views[v1.0].
    - staudenmeir/laravel-migration-views v1.0 requires illuminate/database ~5.5.25|5.6.*|5.7.* -> found illuminate/database[v5.5.28, ..., 5.7.x-dev] but these were not loaded, likely because it conflicts with another require

Update a view with multiple tables

Hi,

Looking at your extensive list of DB related packages. I wonder if you ever had to create a DB VIEW consisting of multiple tables and still be able to INSERT/UPDATE to the VIEW using Eloquent.

The use case is like trait in PHP which can be added to a class to enhance its behavior. Likewise, I'm attempting to enhance an existing table by combining it with another using a VIEW, but the resulting code in Laravel hasn't been good enough.

Drop view problem

I have problem with dropping view
It tells me that the view already exists when I run php artisan migrate:fresh

QUERY PARAMETER CLOSURE

Hi staundenmeir,

I think it is a better idea if you implemented the $query parameter with Closure or Callable instead of Illuminate\Database\Eloquent\Builder|\Illuminate\Database\Query\Builder|string. It's not just make the code looks tidier, it also make the code readeable especially to new programmer like me :P.

Regards,
knighht

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.