Larave Custom DB Databable

I'm interested in having a Table in my Laravel database, where I can read/write from.

However, I don't want it do be affected by php artisan migrate:fresh or php artisan migrate:refresh commands.

I want to use it as a custom storage for a dataset, which will be imported in the database and updated when needed but only be readable by Laravel.

Thanks in advance.



from Newest questions tagged laravel-5 - Stack Overflow https://ift.tt/3cVVFYC
via IFTTT

تعليقات

المشاركات الشائعة من هذه المدونة

I am unable to figure out how to create payment collection request, after a form has been submitted in laravel

laravel, mysql transaction not working after failed one time