Questions tagged as 'laravel'

2
answers

mkdir (): No such file or directory - Laravel

I have a problem with Laravel , referring to the time to create a folder in Windows , with this method it creates the folder in Linux , it displays the error:    ErrorException in Filesystem.php line 435:mkdir(): No such...
asked by 19.03.2018 / 17:55
1
answer

Display hashed password in the database, decoded

I'm saving the passwords in the hashed bank, and now I want to view it in the view, because when I get the data in the bank it still has a hash when I'm going to display it. Senha: $2y$10$G9poHdud5XJxgiQq1p0syOMEgE.wNxBwZWoA8ux.KxsnXPf4tD...
asked by 31.01.2018 / 12:37
3
answers

Fill 3 selects without repetitions

Good evening, In a precise view fill 3 select with no repetitions. In the application form in a selective process, the student must select the first course option, in the second select the second course option and the first option, in the...
asked by 10.01.2018 / 03:50
3
answers

(laravel) How to ignore null values in $ request-all ()?

I'm developing a filter system in which the user can or may not fill some fields of a form. In the controller, I'm trying to do a where in the following way: //demais filtros $imoveis = Imovel::where([ 'finalidade' => $reque...
asked by 03.01.2018 / 17:17
1
answer

Laravel - can you just do the backend first?

I'm learning laravel and I can do some things (work with routes, migrations, eloquent, controllers, etc.). However, I get hit with the front, because I do not know the best way to work with this framework, so I spend a lot of time frying my b...
asked by 21.04.2018 / 22:27
1
answer

How to configure the webpack file in Laravel?

I'm following several tutorials as you can see below; At 9 minutes and 45 seconds of video. Using Vue.js in a Laravel application At 8 minutes and 12 seconds of the video. 1 - CRUD at LARAVEL & VUEjs - Webpack, Laravel Mix...
asked by 12.10.2017 / 15:39
1
answer

How to work with resource in Laravel?

My question basically comes down to the actions / actions Store, Update and Destroy. I want to create a new record in the database, should I use the POST verb to call the action store? I want to update an existing registry in bank, should...
asked by 27.02.2017 / 20:59
1
answer

Installing Laravel 5.3 on ubuntu server 14.04.5 [closed]

Running the composer create-project --prefer-dist laravel/laravel blog command installs Laravel 5.2. My machine is installed with php 5.5.9 but php 5.6.26 is installed on the site. Why is laravel 5.3 not installed?     
asked by 27.09.2016 / 18:37
1
answer

How to change the width of a native bootstrap navbar?

Good morning. I need to change the width of a native navbar. I simply picked up the boostrap.com site and pasted it into my template.blade.php but it is occupying the entire screen and needs to reduce its width. How? <nav class="navbar n...
asked by 06.01.2017 / 11:05
2
answers

Relationship Laravel 5.2 Eloquent

Good morning, I'm having a problem in a relationship between tables with Elouquent (Laravel) I have two tables [clients / business_activities] (innoDB MYSQL) In the client table there is a field (FK) called: _commercial_id_id In the bus...
asked by 26.07.2016 / 16:05