Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MIgrations #245

Open
warksit opened this issue Jul 7, 2016 · 6 comments
Open

MIgrations #245

warksit opened this issue Jul 7, 2016 · 6 comments

Comments

@warksit
Copy link
Contributor

warksit commented Jul 7, 2016

After running php artisan migrate:refresh --seed during development I then have to run php artisan panel:install to install the panel tables and then php artisan db:seed --class=PanelSeeder which sets up my links. If the migrations were copied to the migrations folder they would then be included with the migrate:refresh command and I could then add PanelSeeder to DatabaseSeeder and refresh my database in a single command. Would you be interested in a pull request that updated the ServiceProvider and docs to do it this way instead?

Now I have written this I see I can just copy them myself manually but think the above is the more 'standard' way of doing it. Actually you can't copy them as the autoloader doesn't like 2 classes of the same name.

@warksit
Copy link
Contributor Author

warksit commented Jul 14, 2016

Anyone?

@mxmtsk
Copy link

mxmtsk commented Jul 17, 2016

I would appreciate a PR

@warksit
Copy link
Contributor Author

warksit commented Jul 19, 2016

@serverfire would this be likely to get merged?

@AlirezaAlgo
Copy link
Contributor

@warksit sorry for late replay , Sure please send the pull request , thank you

@arsenik
Copy link
Contributor

arsenik commented Nov 4, 2016

+1 for this improvement

eafshary added a commit to eafshary/panel that referenced this issue May 11, 2017
@AdrianHL
Copy link
Contributor

Close issue if solved please.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants