Posts by mguariero • 111 points
6 posts
-
1
votes2
answers137
viewsA: Is there a framework in php that is similar to frontend frameworks?
Any php framework using Autopload will have ready-made components, called Packages, exists in Github. Examples. Shopping cart: https://github.com/juliobitencourt/laravel-cart Forms and HTML:…
-
1
votes1
answer572
viewsA: How to make dynamic query using select in Laravel
Usually this message is sent when you tried to send a form without protection or has already expired. How you are doing the filter using the method post form. Obligatorily you need to enter…
-
1
votes1
answer66
views -
1
votes1
answer54
viewsA: Infinite relationship...?
You only need to have a table called post: id post_id user_id text When a certain post have no other post inside it, you must set post_id as NULL. Already in your model insert the following…
-
0
votes1
answer40
viewsA: put the CDN, how do I write the code?
Make that friend: <script type="text/javascript" src="https://unpkg.com/rivescript@latest/dist/rivescript.min.js"></script> <script type="text/javascript"> var bot = new…
-
1
votes0
answers54
views