Questions tagged as 'laravel'

1
answer

How to create a truly global Global Scope

It is possible to create global scopes for the Models, but even if Global, it is still necessary to specify within your Model that it will have this implementation. I want to create a Global scope that applies to all models. Ref: link  ...
asked by 13.04.2018 / 17:02
0
answers

404 in Application with Laravel. Problems with .htaccess

I have a php development environment with Ubuntu 18.04. In this environment I have two versions of PHP, 5.6 and 7.1 by necessity of some projects. I created a new project using Laravel 5.6 (php 7.1), I created the project with the composer wi...
asked by 02.04.2018 / 17:01
0
answers

Import .xlsm with laravel excel maatwebsite

Good afternoon. I am having trouble reading an .xlsm file. I use the maatWebsite library to import files. Error Information. PHPExcel_Calculation_Exception in Cell.php line 293: P. ACORDOS!B2 -> Invalid cell coordinate B Import Code...
asked by 09.04.2018 / 17:20
0
answers

How to use travis-ci to test an application built on Laravel?

I have a written application with the support of Laravel Framework. I would like to carry out the implantation and unit test via Travis CI. Taking an example of the repository itself I was able to reach this solution: language: php env: glo...
asked by 06.04.2018 / 15:30
0
answers

Error downloading AWS S3 Laravel 5.6

I can not download file after clicking the href link ERROR TRIALCONTROLLERNote:requestarrivesatthefilenamepublicfunctiondownload(Request$request){$file=Storage::disk('s3')->get('message_attachments/'.$request->filename);$headers=['...
asked by 29.03.2018 / 19:08
1
answer

Authorize AJAX in Laravel's register.blade.php form

I'm using Laravel's methods for registering users, however I'd like to use Javascript and Ajax events in the form to add specific information according to the information selected in the combobox city. I already use this same code for another vi...
asked by 28.03.2018 / 15:35
0
answers

Laravel Blade prints html

For some reason when I use {{}} to interpolate, the Blade does not interpret the accents and print on the screen the html code, rather than interpreting the code WhenIuse{!!!!},itprintscorrect Butthewholecodeisbeingused{{}},whichismostrecommend...
asked by 04.04.2018 / 15:01
0
answers

Laravel | block multiple logins with the same user

I need an idea how to solve the problem of the laravel of the same user being able to log on to several different machines at the same time. Send examples or an idea of where to start looking for the solution. The idea would be a flow like...
asked by 07.04.2018 / 19:45
0
answers

Laravel 5.2: DB: raw in relationship

I need to access the avaliações table and make a calculation to calculate the grade of each product. I tried this way, but the nota field created in DB does not appear when I try to access in view , but I can access the field...
asked by 25.03.2018 / 00:54
1
answer

How to translate Laravel?

clonethisrepository link with language pack for Laravel, copied the en-BR folder for resources / lang, I changed the locale and fallback_locale to pt-BR, however my page was not translated, only the validation messages!     
asked by 26.03.2018 / 01:10