David Carrdcblogdev.hashnode.dev·Oct 11, 2017Laravel 5.5 use a prefix on database tablesI like to prefix my database tables to avoid any conflicts if using different applications within the same database ie have a CMS + a shop sharing the same database. This is easy to do with Laravel in app/config/database.php there is 'prefix' => ...111 readsAdd a thoughtful commentNo comments yetBe the first to start the conversation.