Questions tagged as 'laravel-5'

1
answer

Crud Ajax Laravel 5. *

I have a problem. I'm doing a crud with Ajax + Laravel. "Everything" is working, except that when I update a data, it also registers. Well, look what I'm doing. I have a Bhutan that I have an id called dashboard_character_category. This id is fo...
asked by 03.11.2017 / 00:18
0
answers

Say more with less in the UML class diagram

I have a question on how to draw a diagram for this scenario: Application in Laravel MVC Much like code in the view layers and controller wanted to omit it Facul's work I wanted to know if it is possible and acceptable for me to just...
asked by 22.10.2017 / 20:20
0
answers

Angular 4 + Laravel 5 Error: The resource you are looking for has been removed, has its name changed, or is temporarily unavailable

I have a project in which I am using Angular 4 and Laravel 5. Locally it is running locally but when I go into production (I'm using Azure as the server) it does not work properly. I have a registration form and Angular. And clicking the "...
asked by 25.10.2017 / 07:33
0
answers

Undefined variable: institutions (View:

Expensive, I have a very annoying and persistent error. Undefined variable: institutions (View: I have looked several times and I do not know why the data is not passed to the form. Controller namespace App\Http\Controllers;...
asked by 12.10.2017 / 00:41
1
answer

Call stored procedure on laravel using SQL Server with OUTPUT

I'm trying to call a stored procedure by Laravel 5.5 but I can not. I'm using SQL Server. Follow the stored procedure: declare @CodigoRet int exec Generator 'LancaContaContabil', @Codigo = @CodigoRet output Select @CodigoRet I research...
asked by 27.09.2017 / 15:26
0
answers

Change templade email sent to reset password in Laravel 5.3

I created the authentication module of my application with php artisan make:auth and the password reset method is created automatically by it, everything is working blz ... what happens is that I want to modify the view where the email is...
asked by 23.09.2017 / 05:22
0
answers

Display a file that is in the Storage folder - Laravel 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"; Storage::disk('public')->put($pathfile, File::get($r...
asked by 20.09.2017 / 18:15
1
answer

symbolic link with the storage laravel folder 5.2

Currently there is the PHP command artisan storage: link 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 this version there is no such command...
asked by 20.09.2017 / 19:47
0
answers

Cron input to call laravel scheduler not working

I'm starting now with laravel, I put a test project of it along with mongodb on an amazon server, but after that I enter the following unique entry "* * * * * php / path / to / artisan schedule: run > & dev / null 2 > & 1 "in CRONTAB a...
asked by 03.09.2017 / 01:01
1
answer

Using multiple files js Vue in Laravel

I am using Laravel v5.5 to start a personal project and I will use Vue.js, I did not find a very didactic content on the internet, how do I use other .js files? example: /js/login.js for login /js/dashboard.js for the dashboard Do I need t...
asked by 16.09.2017 / 01:22