what is the laravel command to deploy the enter database without seed?
Hi i would like to command to deploy the entire database without seed. and I have some other questions as well related to laravel. I want to convert following sql query to laravel eloquent format.
select * from user where id = '123' and password = 'abcd';
select name, address from user where lower('name') like lower('%Jerry%');
from Laravel Questions and Answers https://laravelquestions.com/php/what-is-the-laravel-command-to-deploy-the-enter-database-without-seed/
via Lzo Media
No comments:
Post a Comment