Posts by Matheus Lima • 67 points
9 posts
-
1
votes1
answer1490
viewsQ: symbolic link with Storage Laravel 5.2 folder
Currently there is the PHP Artisan Storage:link command that makes the symbolic link between public/Storage and Storage/app/public. I would like to know how to make this link in Laravel 5.2 since in…
-
0
votes1
answer82
viewsA: Chained list prints beyond what is inserted
I solved the problem was that I was not initiating the lists chained with NULL
-
0
votes0
answers582
viewsQ: Display a file that is in the Storage folder -- Orange 5.2
I have a problem with my code. I can normally insert the file into the Storage folder $pathfile = $this->path_monografia . $monografia->id . DIRECTORY_SEPARATOR . "monografia.pdf";…
-
0
votes1
answer82
viewsQ: Chained list prints beyond what is inserted
I have that function verticeobj* loadverticeObj(char *fname,verticeobj *vo){ FILE *fp; int read; float x, y, z; char ch; fp=fopen(fname,"r"); if (!fp) { printf("can't open file %s\n", fname);…
-
1
votes1
answer559
viewsQ: Load an html file into the Laravel
I have a website and need to attach to this site a folder called processes where when the user type meu-site.com/processos or meu-site.com/processos/index.html, be uploaded the file. Locally I can…
-
0
votes1
answer93
viewsQ: Resize array
I have the following question, for example <?php $cesta = array("laranja", "banana", "melancia", "morango"); $fruta = array_pop($cesta); print_r($cesta); ?> the array initial goes from…
-
0
votes5
answers3628
viewsA: modal boostrap opens and closes alone
I read in gringos foruns that the problem is usually in the insertion of javascript bootstrap files <script type="text/javascript" src="bootstrap/js/bootstrap.js"></script> <script…
-
2
votes5
answers3628
viewsQ: modal boostrap opens and closes alone
I’m having a problem with my modal bootstrap. It is as simple as possible, I took the example of the bootstrap site itself to test it but when I click the button, it opens and closes immediately…
-
2
votes1
answer705
viewsQ: Api facebook does not return date of birth
I’m using the facebook api to log in and get some user data like name, surname etc. function apilogin() { console.log('Welcome! Fetching your information.... ');…