by Epiphany Infotech | Jan 2, 2017 | Blog Posts
TL;DR The author faced an issue where Laravel’s in-built Validator class did not work properly while uploading audio files in a form via jQuery ajax. After trying different solutions, the author created a custom validation in Laravel based on the file extension...				
					
			
					
											
								
							
					
															
					
					 by Epiphany Infotech | Oct 11, 2015 | Blog Posts
TL;DR The log discusses the use of recursive functions to add and replace content in all the files of a folder and its sub-folders. A PHP function is created that takes the directory name(s) as input, loops through all files, and applies the changes. The function uses...				
					
			
					
											
								
							
					
															
					
					 by Epiphany Infotech | May 18, 2015 | Blog Posts
TL;DR The default action of XAMPP opening phpMyAdmin console when typing localhost in the address bar annoyed two friends. They developed a fix that displays hostname, a link to a favorite URL, a search bar, a link to phpMyAdmin section, and styled files and...