Posts by Fred • 1 point
2 posts
-
-2
votes2
answers535
viewsA: What is the "right" folder structure for a PHP MVC project using Vuejs?
Each Framework has its skeleton. If it is a SPA application for example you can run the back end on one server and the front end on another. Doesn’t necessarily need to be inside the skeleton...…
-
0
votes0
answers52
viewsQ: Notifications equal to facebook notifications for PHP
What is the best way to develop notifications that work the same as on Facebook when someone likes posting? I’m using PHP & Laravel 5.5. Anyone knows or has seen this in…