Questions tagged as 'laravel'

0
answers

Laravel puts argument in source? How can I take it?

<pre>fonts/vendor/materialize-css/dist/roboto/Roboto-Medium.woff2?1561b424aaef2f704bbd89155b3ce514 65.4 kB [emitted] fonts/vendor/materialize-css/dist/roboto/Roboto-Thin.woff2?1f35e6a11d27d2e10d28946d42332dc5...
asked by 29.06.2017 / 22:52
1
answer

Return code from a record to a code field in the view via a modal

I would like to know if someone could show me how I could do to open a modal select a record in a table and return the code to a text field of the view so I can use it when saving the form data, I am using the framework laravel with the adminLTE...
asked by 31.08.2017 / 16:27
1
answer

Get PHP sub-category description Laravel Eloquent

Hello, I need to get the description of my parent category, but I can not get the description in the same select, I can only get the parent category id. I have a table with the following structure Below is the code that I am getti...
asked by 28.06.2017 / 20:12
0
answers

Laravel - plugin to view existing files and folders in Storage-app-public

I need a help, does anyone know of a plugin to display in real time the folders and files in Storage > > > > public in Laravel? I found this plugin that does what I want: Demo: link But I do not know how to convert scan.php...
asked by 22.06.2017 / 14:33
0
answers

Laravel cache doubt

I've worked with php a few years ago and used Code Igniter, in it I remember there was a problem. When two people log on to the site and their computers were on the same network the system would eventually return each other's data. This was poss...
asked by 12.06.2017 / 21:23
1
answer

Error in minification of images with Gulp in Laravel

I'm trying to make the gulp minify the images of my project. My project is laravel 5.3 and I'm using the laravel-elixir-imagemin thumb to minify, but when I give the command gulp imagemin the following result appears: Please no...
asked by 08.06.2017 / 22:26
1
answer

Laravel - Question about localStorage

I am developing a sales system for a college job, when I will make a sale the user selects the product that will sell and the quantity, these items will be displayed in an HTML table and will be stored in the localStorage I made by JQuery. My qu...
asked by 14.06.2017 / 02:33
0
answers

How do I get the latitude and longitude values from the Google Maps Autocomplete sample?

I'm using this example in the Lavarel form: link It works fine, I autocomplete the fields, but I wanted to auto complete with an input type hidden at latitude and longitude. How can I get the latitude and longitude, using this example of...
asked by 31.05.2017 / 20:35
0
answers

Problem when submitting form with laravel 5.2?

I've developed a site in Laravel which has a problem with the form because it just does not work and does not display no error on the screen it simply has no action and the strange thing is that localhost the site works for examp...
asked by 01.06.2017 / 15:08
0
answers

How to check in the API if a user who is being searched in the database is the user that is logged in?

I am using Laravel and I need to create an attribute (is_me) in the model to know if the current profile belongs to the user that is logged in; I was doing as below, but now that I'm using API I can no longer use Auth :: user () public func...
asked by 30.05.2017 / 21:27