Questions tagged as 'laravel-4'

2
answers

Form action in modal

My form is not activated, I have never done this, so I need a little help. At the time of updating, nothing happens. Modal: <div class="modal fade" id="modalUpdate{{$o->idOrder}}" tabindex="-1" role="dialog" aria-labelledby="myMo...
asked by 24.05.2017 / 08:05
1
answer

Render HTML on Laravel blade

I have the following problem, I want to render html inside a template made with laravel bucket. I have it in the following way: <i class="n-icon-help-circled" data-toggle="tooltip" data-placement="right" title="{{ '<p>' . _('Hola...
asked by 07.06.2016 / 14:39
1
answer

Login with Twitter in Laravel with artdarek / oauth-4-laravel

I do not understand how this OAth service provider is used: I have a login created, where, being a login, I hope to enter there an email and password and a button to make the request. My code is this: <div class="container"> &l...
asked by 25.07.2016 / 22:54
0
answers

Error executing artisan serve

Good evening at the moment of starting the laravel project I get this error in the command line, I really do not know what should be said that the error is in this file     
asked by 09.10.2018 / 02:35
0
answers

Problems using the api in hosting

Good evening I have an api made in laravel when I use it locally there is no problem, but when I upload it to my shared server it does not work completely, basically the api generates a zip file but then it must be searched again and there is wh...
asked by 30.08.2018 / 05:47
0
answers

In laravel I do not load the images when I pass data to a view

To pass data from the bd to a view I do it this way: Route::get('/cursos/{curso}', 'CursosController@detalles'); I load all the data perfect but I lose all the images as if I lost the path I do not know what this can cause me, it happens ev...
asked by 03.07.2018 / 19:59
0
answers

How to show all the articles of a sale? Laravel

I have a question to make a query where I show the sale with your items sold. I currently have this query: $query=trim($request->get('serachText')); $ventas=DB::table('venta as v') ->join('persona as p', 'v.cliente','=','p.i...
asked by 05.01.2018 / 19:50
1
answer

Records not associated with a user?

I need to get all Services that are not associated with the requests which are associated with a user . So basically the models are <?php namespace App; use Illuminate\Notifications\Notifiable; use Illuminate\Foundation\Auth\User...
asked by 08.06.2017 / 17:08
1
answer

Error downloading the github project Laravel Lumen

Well, that's when you download the github project from lumen ago a composer install and I get this and in the git ignore file I do not put anything to upload everything     
asked by 08.03.2018 / 23:07