How can I generate a database query from the migrations in Laravel without establishing a connection with the database?
Or how can you create a pseudo-connection so that requests are generated without requiring a connection?
Source: https://ru.stackoverflow.com/questions/438224/
All Articles
artisan migrate --pretend
- etkidocker run -p 3306:3306 mysql
or go to the nearest WPS hosting and rent the server there for an hour, install the same mysql on it and connect. - etki