Questions tagged as 'laravel'

1
answer

Problems Installing Laravel Homestead with Vagrant

I currently have the following installation problem, I am trying to install Laravel Homestead via vagrant but when I run the command from the Git Bash: $ vagrant box add laravel/homestead Instead of allowing me to choose the install...
asked by 10.08.2018 / 17:35
1
answer

Problem with binaries when installing snappy pdf on shared server

I have installed the snappy PDF binaries in windows in program files it works fine in my local server, but I uploaded my project to 000webhost and it does not work without the binaries, I understand that the binaries must run in the operating sy...
asked by 15.08.2018 / 19:49
0
answers

How to upload Laravel project to hosting 000webhost.com?

Well, I have already finished a project in Laravel and would like to upload it to a free hosting to see its functionality on the internet. I have already uploaded it to the hosting but it gives me this error when accessing the main page.    W...
asked by 05.08.2018 / 03:40
1
answer

Go through an array of a model (laravel)

I have a class Roles where I define a static array like this <?php namespace App; use Zizaco\Entrust\EntrustRole; class Role extends EntrustRole { public static $roles = [ 'admin1aaa' => [ 'name' => 'admi...
asked by 07.08.2018 / 14:40
1
answer

How can you allow each user to edit their profile, use Laravel, and a generated one called InfyOm?

Good I am new in this, I am doing a small system with the framework of PHP Laravel, to start create a CRUD of a table that I have in a database of MySQL with the generator of InfyOm (Here you can see it and download it < a href="http://labs.infy...
asked by 03.08.2018 / 03:55
0
answers

how to relate tables in laravel?

hi I have a problem to relate tables in laravel, I do not know how to show invoice, config tables in a view. I just need to show the data that is in those tables. <?php namespace App\Repositories; use App\Invoice; use App\InvoiceItem; use...
asked by 03.08.2018 / 07:08
1
answer

Broken link in blade view

I have the layout parent of the application that contains the sidebar and top (the menus of all life), but I have the problem that in some templates .blade.php the links do not always work, I expose my problem: I have this app.blade.php view...
asked by 06.08.2018 / 17:50
0
answers

Error in router in laravel?

I have a project in laravel and react everything had been working well until I had to change hard drive reinstall everything to be able to run the site again and now this error screen launches, any suggestions? I do not know if it should be that...
asked by 06.08.2018 / 19:05
1
answer

How to validate the following month by means of periodicity?

I have 3 selects the first select I choose the periodicity that I bring from a table can be bimonthly or biannual the second select I have the months also brought from a table and the third select same contains the months but it is only readonly...
asked by 02.08.2018 / 19:59
1
answer

Laravel 5.5 Parse error: syntax error, unexpected '?'

Creating a Laravel 5.5 project when opening in the explore my project throws me the following error. Symfony \ Component \ Debug \ Exception \ FatalThrowableError (E_PARSE) Parse error: syntax error, unexpected '?', expecting variable (T_VARIA...
asked by 12.09.2018 / 23:39