Questions tagged as 'laravel-5'

0
answers

How to use glyphicons

You see, I want to use the glyphicons icons in my project. For this, I have this code: <link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css" rel="stylesheet"> <?php $tipos=App\Tipo::all(); ?> <...
asked by 20.11.2018 / 09:57
1
answer

Using Open Iconic

You see, I'm trying to use the Open Iconic icons. I recommend downloading a folder called open-iconic-master, which I already have, but I have no idea where I install it. Does someone explain to me where I should place that folder in my project...
asked by 20.11.2018 / 12:41
0
answers

datepicker problem

Good morning I have tried to configure a datepicker in my form but it has not been possible, if the code is executed in a single template like this link , works without problems, But in my case, I have a layout and a view, I have tried to...
asked by 06.11.2018 / 02:14
2
answers

Calculate days on a given date per month

Hello, I would like to reflect the number of days of an absent worker from his date of absence either using Carbon or something native in php, use Laravel the example is this: In the BD I consult the absenteeism that said worker has $ause...
asked by 06.11.2018 / 04:18
0
answers

multidatespicker jquery jquery-ui-dist

I am implementing a small system with laravel and to give solution to the multiple selection of dates I decided to use jquery multidatespicker ( link ), my problem is that when running the command npm run dev sends me the following error    h...
asked by 20.11.2018 / 01:27
0
answers

Errors installing the npm to use Vue.js in laravel 5.5.44

Good Friends this time I'm here xq I find a small problem that suddenly many could give me a hand ... the issue is as follows: when executing on the command line: npm run dev throws me the following errors; I've seen in this...
asked by 10.11.2018 / 03:08
0
answers

ErrorException: Undefined index: Laravel 5.6 [closed]

When I make a post I get this error ErrorException: Undefined index: cedula in file C:\Users\CITA\Documents\Projectos Externos\apirestlaravel\app\Http\Controllers\AlumnoController.php on line 42 Stack trace: 1. ErrorException-&gt;()...
asked by 29.10.2018 / 19:11
2
answers

Select a checkbox in a table

Today I pose the following problem, I have in the view of my website a table with clients that I pull from the database until there everything is fine, at the same time as the clients I have a checkbox select so that when I want upload a file ca...
asked by 29.10.2018 / 18:10
0
answers

Problem laravel 5.5, roles () - attach ()

I have a small problem, in this script the users are added, but at the end of the function this line is not executed. $user->roles()->attach(Role::where('name', 'user')->first()); return $user; the complete s...
asked by 28.11.2018 / 03:43
0
answers

save field values in a laravel variable

I hope you can help me clarify a little better what I have to do with laravel. I need to take 3 values that I will write in 3 fields and send them to some temporary variables in php, I do not need to record them in the database or anything, I...
asked by 28.11.2018 / 16:34