Questions tagged as 'laravel-5'

0
answers

Problem when deploy with Laravel

I'm trying to deploy my application created with laravel, but when I try to upload it to my VPS in DigitalOcean , nothing is shown, you can see it in www.d-supplier.com I do not know what files you need to help me solve my problem b...
asked by 22.03.2018 / 06:54
1
answer

Block user

I need to create the block user section in an app I'm doing, so I did the following. 1.- Add a new boolean field to the USER table $table->boolean('isBlocked')->default(0); 2.- Then in the LoginController controller protected fun...
asked by 20.03.2018 / 22:08
1
answer

Show values in a Select combo in the view

my problem is that I can not show the value of the user's gender that already has a value assigned, this I want to show it in the select combo of the profile view, the select combo only shows me the default values but not the value already assig...
asked by 21.03.2018 / 21:26
0
answers

These credentials do not match our records

You see, I have a User table with the following: Schema::create('users', function (Blueprint $table){ $table->increments('id'); $table->string('name'); $table->string('email')->unique();...
asked by 18.03.2018 / 18:22
0
answers

File_put_contents (C: \ ...): failed to open stream: Permission denied

I'm having the following error when changing the computer application: file_put_contents(C:\xampp\htdocs\libreir\storage\framework/sessions/rvegGXCQkd34O6PyYQI6GlQ2j0pTSkAZio5Z02Mw): failed to open stream: Permission denied Any ideas on how...
asked by 13.03.2018 / 19:13
1
answer

How can I access the correct URL of my files stored in storage Laravel

My drawback is that I can not put the correct url, or if it is correct it does not allow access to the files. I have a function that generates pdf's which with this line I keep those pdf's. date_default_timezone_set('America/Bogota'); $dat...
asked by 13.03.2018 / 14:25
0
answers

Save data from an API in my database

In the project I am doing, I see the need to connect every 5 minutes to a foreign API, capture the data and save it in a table of my DB. Any idea how to get this? I'm working with Laravel 5.6     
asked by 23.03.2018 / 06:47
1
answer

Error when updating in laravel 5

Hello, I'm getting the error: "SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'titu_2_ing' cannot be null (SQL: update 'sections' set 'titu_2_ing' = , 'titu_2_esp' = , 'desc_2_ing' = , 'desc_2_esp' = , 'titu_3_ing' = , 'titu_3_es...
asked by 08.03.2018 / 19:21
2
answers

The driver could not be found

I am learning to use Laravel 5.6. I had AppServ installed with version of PHP 5.6 and for Laravel's requirements it is to have a version equal to or greater than 7.1.3, uninstall AppServ and download Xampp, which has the most current version...
asked by 07.03.2018 / 15:57
0
answers

Login with doctrine in Laravel 5.6

Hi, I've been working a bit with doctrine and laravel but small things, but I've run into a problem, how can I implement a functional login with doctrine in my laravel 5.6 project? For what I researched with the commands php artisan migra...
asked by 27.02.2018 / 21:47