bpocallaghan / laravel-admin-starter

A Laravel Admin Starter project with Page Builder, Roles, Impersonation, Analytics, Blog, News, Banners, FAQ, Testimonials and more
http://bpocallaghan.co.za
337 stars 92 forks source link

Missing migrations #43

Closed mariopro closed 3 years ago

mariopro commented 4 years ago

First, thanks for putting this test project on Github.

It seems like there are migration missing. After following, and completed the installation, when I try to access the admin/blog/categories or admin/blog/articles I get SQLSTATE[42S02]: Base table or view not found: 1146 Table 'laravel_as.articles' doesn't exist

Any other steps that are not described in the documentation?

Thanks

bpocallaghan commented 4 years ago

@mariopro Thank you for checking out this project and feedback :) Yes, I actually tried to slim the initial files/tables down by moving some sections 'outside' of the initial install (articles, news, faq, etc) To copy those files over you need to run php artisan titan:migrate --name=blog and/or php artisan titan:migrate --name=news.

Please look here for the more in depth documentation/steps about setting it up. Search for "php artisan titan:migrate --name=" in readme. Please let me know if its not working.

A side note, I created an updated version (first part TDD oriented) and v3 for adminlte. If you want to check it out (still in beta - but I will be using it in a new project soon) Titan Starter

Have fun!