Questions tagged as 'laravel'

0
answers

Place a site with laravel on AWS EC2

I'm new to this kind of environment, I'm having to put an online website on the Amazon Web Service EC2 but I'm not getting it. I have tried to change the document 000-default.conf to the /www/public folder which is the public fo...
asked by 08.01.2017 / 19:58
1
answer

Laravel with laravel-admin panel

I'm new to Laravel and I'm using Laravel 5.3 with the Administration Panel called laravel-admin ( link ) I need to get the response from a radio button with Ajax before submitting the form. The situation looks like this: Use Medications...
asked by 07.01.2017 / 21:10
1
answer

Artisan Command Calling Controller

I made a function in a Controller and created a Command in Artisan to run this function. Follows: Controller <?php namespace App\Http\Controllers; use App\Http\Requests; use App\EmpresaRating; use Illuminate\Http\Req...
asked by 06.01.2017 / 14:40
0
answers

Uploading files with fileinput

I'm using fileinput of this site Bootstrap: fileinput.js v3.1.3 and I need to recover the BLOB of the image uploaded when submitting the form. I noticed that when doing the uplod of some image the tag img appears...
asked by 02.01.2017 / 18:46
1
answer

How do I do this query with subselect in laravel?

I've tried it anyway, but it does not fit me SubSelect . I used the toSql() method to confirm and it really does not mount. SQL SELECT p.descr,p.dt_hr, (SELECT u1.name FROM users u1 WHERE u1.id = f.id_friend) AS name FROM fr...
asked by 29.12.2016 / 21:41
1
answer

Install Laravel Site on Windows Server

I've never had this experience of putting a website on the air using Windows Server 2012 on Locaweb. I placed the site in a folder called 'sitenovo'. And when I run the site, it does this:    HTTP Error 500.0 - Internal Server Error   C: \...
asked by 02.07.2016 / 16:50
0
answers

Angular form with laravel

I have two tables: Invitations and Process. A process can have an invitation, just as an invitation belongs to a process. In this way I made the relationship in the database where the Invitation table has the process_id field referencing w...
asked by 24.01.2017 / 15:40
1
answer

Doubt about the laravel version:

When I started the installation of laravel, I used the command: "composer global require laravel / installer" and the installation of the last version is running normal. these forms did not work: 1 - composer create-project -prefer-dist larav...
asked by 08.12.2016 / 01:50
1
answer

Chunk in Laravel 4.2 using lots of memory

I am using an application in a query to get data from a table and then generate a xlsx file. The problem is that it returns a lot of information, about 1.5 GB . As a workaround, I am using the chunk() method of Query Builder in...
asked by 09.12.2016 / 16:44
0
answers

Changing the default apache port does not resolve in Windows 10?

I've done the normal xampp installation, after running xampp-control I'm having the errors: 10:20:09 [mysql] Error: MySQL shutdown unexpectedly. 10:20:09 [mysql] This may be due to a blocked port, missing dependencies, 10:20:09 [mysq...
asked by 07.12.2016 / 13:33