skip to Main Content

Laravel foreach loop database

I'm kinda new to programming in general. I'm trying to loop through a table. There is a connection to the DB already. It's giving me - "Object of class IlluminateDatabaseMySqlConnection could not be converted to string" class ProductController extends Controller…

VIEW QUESTION

Laravel Deployment on Shared Hosting

I'm trying to deploy my laravel project on shared hosting Cpanel, I divide my laravel project into 2 folders (i do this so the user can't check out my .env file): laravel (all laravel files except public) public (I moved…

VIEW QUESTION
Back To Top
Search