Questions tagged as 'laravel-5.3'

1
answer

Add items within an array to save later

Hello, I have the following situation and would like a tip if possible as would be the logic for implementing this procedure in my Laravel PHP application. I'm creating a stock system, in the moving part, I have an Input view where I select i...
asked by 23.03.2017 / 21:25
0
answers

How to integrate File Manager (CKEditor) with AWS S3?

I'm using CKEditor with Laravel 5.3 and need to save the images and files in S3 (AWS) . In the Laravel part is working, but in File Manager of CKEditor not. Can anyone help me?     
asked by 26.01.2017 / 13:36
0
answers

Laravel problems to redirect after authenticating?

I'm starting to learn how to use Framework Laravel and I'm having a problem with the targeting after login, I'm using the Framework own login system. To learn how to use Framework I am creating a simple blog and at...
asked by 02.02.2017 / 07:54
0
answers

Laravel 5.3 Multi Auth with Inheritance

I'm using Laravel 5.3 and I came across a problem. I need to authenticate multiple types of users. I saw in the documentation and in some tutorials that it is possible to do this in Laravel, the problem is that all I have seen show how to do an...
asked by 13.11.2016 / 18:12
0
answers

Error 404 - Not Found

Good afternoon, I'm doing a project where I have installed php7, mysql, apache2 in a virtualbox with ubuntu16.04. I'm working locally and I installed laravel, 5.3. I have an already done api that was working but I made a Virtual host, where I...
asked by 19.11.2016 / 17:12
1
answer

Problem in updating user password through ajax in laravel 5.3

I have a table where I list all the users I have in the database and I have a td where are the actions for them that contain two buttons load balance and change the password at the moment that I am trying to do and change the password and...
asked by 27.01.2017 / 12:37
0
answers

How to make a filer in laravel 5.3

Hello, I have tried to make a form that receives a cpf and if this cpf is in the database it returns all the data linked to that cpf (name, title, code etc) just next to the form, in the same view. But I'm having a hard time doing it. Here are th...
asked by 03.11.2016 / 20:19
1
answer

I have a problem where I really do not know how to make an event that listens to an action in Laravel

I have a slide show of images where the images registered in the bank appear. The table is called events . In this table there is a field called data_fim , which would refer to the end of the event date, and I also have a field called status...
asked by 24.09.2017 / 00:48
2
answers

Framework Laravel

I am new to the Laravel Framework 5.3 and can not change the default index, which is the /Resources/views/welcome.blade.php file. I've tried two things: Change default file; Create a new file and change the route to /routes/we...
asked by 29.11.2016 / 02:15
2
answers

How to create a progress bar in PHP using the Laravel Framework?

Kindly, someone can help me. I need to create a progress bar for a PHP application using the Laravel framework. Example: When loading (displaying the DB list) a table with three thousand records displaying the status in a progress bar.     
asked by 09.07.2018 / 15:03