Questions tagged as 'laravel'

0
answers

Problem with Laravel 5.5 - API Routes

Alright? I'm here again with a new problem ... I'm using Laravel 5.5 and in this process I'm having problems with the routes using the API middleware. For example, my web.php file is as follows <?php Route::get('/', function () {...
asked by 16.09.2017 / 17:51
0
answers

PHP Result of GuzzleHttp Request for html table [closed]

I need to export the result of a GuzzleHttp request to the html table. I'm having trouble turning the output "$ res" into the correct format. What function should I use to transform "$ res" into the correct output? Thanks in advance. Request:...
asked by 23.10.2017 / 15:46
0
answers

Watermark in photos [closed]

Good person, I'm doing my CBT and now I'm implementing a photo gallery, but I need these photos to have a watermark that the user previously chose, I'm using nanoGallery2 to show the gallery / photos, and how back I'm using Laravel . The prob...
asked by 18.09.2017 / 21:04
1
answer

Problem in deployable larvel application - HostGator

I've deployed an application to Hostgator, but the framework routines are not running. I have a method that does the user validation logged in, if it does not find any it redirects the Login screen if (!session()->has('userdata')) { ret...
asked by 29.08.2017 / 21:45
1
answer

White band below footer in laravel with AdminLTE

I was learning to use the Laravel 5 Framework, using the AdminLTE template and it has a fact that is bothering me a lot, a straight line is appearing and so I cut the template look below the footer, someone knows how to tell me what it can be....
asked by 30.08.2017 / 15:48
1
answer

Problems with {!! Form :: model () !!}

I have a form where I make the inclusion in the page create.blade.php and the edit.blade.php More when I go to fix the element does not appear the tag <form></form> More when I remove the @include ('dashboard.usuario.formul...
asked by 15.08.2017 / 03:50
0
answers

Call the freeoffice through the browser [closed]

I need to edit an online document. Call the libreoffice by browser and open on the client machine, so that the document is edited online. Something that resembles the online edition that exists in alfresco. Needed to implement this in a Laravel...
asked by 10.08.2017 / 21:07
0
answers

Problems with uris Laravel 5

Galera, I still have a chorus here with Laravel's addresses. In my environment it works fine, when I upload to my web environment (kinghost - shared), it sucks. Use PHP 5.6 and Laravel 5.0 What happens is: My css files in the web environme...
asked by 09.08.2017 / 21:44
1
answer

Laravel 5.4 Migrations? [duplicate]

I am learning Laravel 5.4 , when I create a related table one to one is not creating the foreign key, but creates the tables normally. My Migrations: <?php use Illuminate\Support\Facades\Schema; use Illuminate\Database\Sc...
asked by 23.08.2017 / 20:54
0
answers

Inserting RSS into Laravel

I used the auth mechanism to create a login interface and password in laravel, and I created my bank, everything is working correctly. However, I need to add a news RSS that I already have the xml link ready, after the login page. How can...
asked by 22.08.2017 / 05:31