blade - Extracting content from .txt files in Laravel php framework -
i relatively new laravel , building online taxonomic guide coral species. each of 300 species have separate page in turn show images , have descriptive section (1-2 paragraphs long). in past have handled chunks of text entry in csv file upload phpmyadmin. 1 problem .csv file 300 entries of 1-2 paragraphs each slow scroll through in excel.
my question is: in case better have description in separate .txt files, include .txt files in phpmyadmin , write script call each text file?
advice on how in laravel appreciated!
if you, ditch idea of managing data outside of system.
laravel comes enough authentication system, why not create protected page in can update data directly database? take @ simple crud project. crud stands create, replace, update, , delete.
Comments
Post a Comment