Questions tagged as 'laravel'

0
answers

Insert with relationship N: N

Ihavethesetextinputs,inawaypeoplecanchoosetofillthemornot.Orjustfillinsomeofthem.Isendthedataofthisformviaaxiosinanarray(Idonotknowifitisthebestway,soI'mheredoingthispost).Explainingmore,thisformwouldbethetaxes(Taxes)thatispartofaproductform(Pr...
asked by 16.11.2018 / 17:00
1
answer

How to save the input radio inside a table Laravel

Howtogiveanupdateonthebankincasetheid=54updatingtheradioinputsmeetwithvalue=a/buywithvalue=c.Note:  Thisisapurchaserequisitionmadebytheuser,Iwouldliketogive  anupdateonlyinthefieldservedaccordingtoinputradio  above.@foreach($detalhesas$detalhe)...
asked by 24.10.2018 / 17:29
0
answers

Accessing the Laravel API route 5.7

I'm learning to use Laravel as API Rest and I've been testing postman on a route that returns a string, but I can not find an error. Return not found. Address: link <?php use Illuminate\Http\Request; Route::group(['prefix' => 'ap...
asked by 23.10.2018 / 23:02
0
answers

Redeem time records for a specific date and calculate interval between times

I have a question about how to assemble the logic to calculate hour / minute difference. I have the following return: {timestamp} {tipo} 2018-10-18 02:22:35 O 2018-10-18 02:22:34 OI 2018-10-18 02:22:32 II 2018-10-18 02:22:...
asked by 18.10.2018 / 08:16
1
answer

How to get the page html after loading the javascript, using GuzzleHttp

Good morning, I'm creating a Crawler to go to a specific page and then get some specific data from the page, but I'm having problems. At this point I am trying to perform a test in instagram, my code is as follows: $client = new Client()...
asked by 25.10.2018 / 15:00
0
answers

How to center the laravel 5.7 paging links?

Hello, is there any way to center paging links that laravel 5.7 generates? So far I've created a page with eloquet results, however, the links were not centered in my template (Remember that I'm using Bootstrap4 to create...
asked by 17.10.2018 / 22:27
3
answers

How to open a message screen in all views that the user enters? + Laravel

After logging in, I need to show a message (open a message screen - a modal or a separate view -) on every page it visits. The message will only stop being displayed when you press "Do not show message again". This information will be saved in a...
asked by 18.10.2018 / 21:10
1
answer

How to clean the combo box field with AXIOS?

Context Home Items are loaded from the selected template, but items are accumulating when a new template is selected. DoubtHomeHowtoclearcomboboxdatawhenanothertemplateisselected?Becausetheitemdataisaccumulatinginthesecondcombobox.Modelcode:e...
asked by 22.10.2018 / 19:12
0
answers

SQLSTATE error [HY000]: General error: 4004 Unicode data in a Unicode-only collation

I'm having the above error while hosting the Locaweb linux server. System was developed in laravel and bank sql server 2008.    SQLSTATE [HY000]: General error: 4004 Unicode data in a Unicode-only   collation or ntext data can not be sent to...
asked by 16.10.2018 / 21:08
1
answer

Page number with DOMPDF and LARAVEL

How do I put the number of each page with domPDF? I use it with laravel. Example: Page 1-4, Page 2-4, Page 3-4, and Page 4-4; My function for fetching bank data: public function print($id) { $budget = Budget::find($id); $...
asked by 17.10.2018 / 01:19