Questions tagged as 'laravel-5.3'

1
answer

Find similar metrics by the Youtube API

I was viewing the Youtube APIs documentation, but I could not see clearly the following situation: How could I compare metrics (or data) from my two channels or their videos, having the 2 API keys in the database? For example, I'm in my...
asked by 29.09.2017 / 14:34
1
answer

Laravel 5.3 - About Changing the App Directory

I created a project, within the project I created my own file structure instead of using the App folder, so I created a call Massage Therapy, in the documentation informs that it is necessary to change the namespace and did the following: php...
asked by 22.11.2016 / 17:01
2
answers

Update with ajax in laravel

I have a project in Laravel and I want to make it when the user type something in the text field, when taking the focus of the field it makes a ajax request to the server to update the information. However I am getting the followin...
asked by 10.02.2018 / 18:46
1
answer

Edit form Laravel

Well,howdoIbringthecoursethatthestudentwasregisteredinthiseditionoftheform.ItbringsthelistofcoursesbutIwantedittocomewiththecoursethatthestudentwasregistered.FollowFORM<formmethod="post" enctype="multipart/form-data"> <div clas...
asked by 20.12.2017 / 14:23
1
answer

Form Value does not return in Collective laravel

The form in the edit part does not display the value coming from the database. All other form fields are returning the value I get in the database. Here's how I'm doing: <div class="col-md-3"> {!! Form::label('departamento','Depart...
asked by 18.08.2017 / 23:33
1
answer

RelationsShips Larval 5.4

I have 3 tables, [Users - > Departments - > Postings] where the Users table has many Departments Departments have many Postings. My question is: How do I relate the 3 tables with the with () method where (where () () is this logged in w...
asked by 23.08.2017 / 19:42
3
answers

How to get a variable that is in the controller and put inside a view (laravel)

I'm playing with laravel and then came the following doubt. I need to get a variable that is in the controller and put it inside a view. In case I am sending an email with data contained in a form. Basically this is how the user types the inf...
asked by 17.02.2017 / 19:45
1
answer

List and display images in laravel 5.3 storage

Develop an application with Laravel 5.3, where _DocumentRoot_ is in the public folder. Upload images are in storage/app/public , but I do not know how to list these images in a view , I can only display them directly th...
asked by 15.03.2017 / 03:33
1
answer

Join in Eloquent - Join in Eloquent?

I'm learning Laravel now, and out of curiosity I came across the following problem, doing a join between two tables, in my case, " categorias " and " subcategorias ", when I'm going to list the subcategorias . It look...
asked by 12.05.2017 / 06:57
1
answer

Host site in laravel [duplicate]

I have a project in Laravel. When I put my files to my hosting server and access the domain, it shows me the files and folders instead of redirecting me to the index. On my machine I create a virtualhost pointing to the public folder where...
asked by 05.02.2018 / 22:26