Run this command in sail project folder:
docker-compose exec mysql bash
execute the mysql -u root -p command
provide the default password password
then executes
Run this command in sail project folder:
docker-compose exec mysql bash
execute the mysql -u root -p command
provide the default password password
then executes
| /* Customize website's scrollbar like Mac OS | |
| Not supports in Firefox and IE */ | |
| /* total width */ | |
| body::-webkit-scrollbar { | |
| background-color: #fff; | |
| width: 16px; | |
| } | |
| /* background of the scrollbar except button or resizer */ |
| <?php | |
| setlocale(LC_ALL, | |
| 'id_ID.UTF8', 'id_ID.UTF-8', 'id_ID.8859-1', 'id_ID', | |
| 'IND.UTF8', 'IND.UTF-8', 'IND.8859-1', 'IND', | |
| 'Indonesian.UTF8', 'Indonesian.UTF-8', 'Indonesian.8859-1', 'Indonesian', 'Indonesia', | |
| 'id', 'ID', | |
| // Add english as default (if all Indonesian not available) | |
| 'en_US.UTF8', 'en_US.UTF-8', 'en_US.8859-1', 'en_US', 'American', 'ENG', 'English', | |
| ); |