Ahmed Sayed
Ahmed Sayed
1- add volumes to mysql service to persist data and not losing it when removing the container 2- move database credentials to .env file
add all files inside dir without adding the root dir itself is optional
fix #40
before PR when chaning `->soratable()` method with Translatable field the query was `select * from table_name order field asc;` after PR the query would be `select * from table_name order...
the last condition was a dead code cuz >=5 will override >=9
### Motivation / Background When reading guides section by section user confused where to go next and what is the next guide. ### Detail This Pull Request changes the the...