Questions tagged as 'laravel-5'

0
answers

Laravel date in full in portguês

I am using Laravel 5.2 and would like to bring the dates in full in Portuguese (pt_BR), however Carbon returns the textual dates only in English. $post->created_at->formatLocalized('%B'); //"January" In config / app.php timezone is...
asked by 25.01.2016 / 01:47
1
answer

Array to string conversion, Laravel Validation

I have the following code: HTML: <form method="POST" enctype="multipart/form-data" action="/admin/dashboard/category/{{$action}}"> ... <fieldset class="form-group"> <label for="image">Imagem</label>...
asked by 26.12.2015 / 19:35
1
answer

Change Authentication Table, Laravel 5

I am making a platform that will have 3 authentication systems, one for ordinary users, another for admins, and one for workers. I thought changing the model and table in config-> auth would be enough but apparently it was not. ObreirosCon...
asked by 20.12.2015 / 20:29
0
answers

Commit only at the end of the registration phases

I want to make a registration that will have several stages, for example: 1st I will register basic information, on the progress I will register more advanced information according to what was passed in the first phase of the cadastre and on mov...
asked by 28.01.2016 / 12:54
1
answer

Laravel 5 - Remove public from URL

I've developed a form and need to "play" it on the production server . I do not have any type of server access (Linux, Slackware). I access my application through the link url. With the script below I get only the message Sorry, the page y...
asked by 10.04.2015 / 16:07
0
answers

Wamp + Laravel 5.1 + Postgresql

Has anyone ever set up Laravel 5.1 to run in Wamp using postgresql database? I have a Laravel installation running on a WAMP server, but when I run the "php artisan migrate" command I get the following error: "[PDOException] could not find dr...
asked by 09.09.2015 / 06:22
1
answer

How to reconfigure the APP_KEY of a Laravel 5.1 application

Today I restored my Macbook Pro because I had some incompatibilities with the El Capitan (beta) . During this process, I forgot to back up the .env file of my project, so I was not able to login to the application (because of APP_K...
asked by 27.07.2015 / 13:31
1
answer

Uploading images in the form

I have a form that needs to upload two images in the same form and that should be posted in different folders, does anyone have any tips ?? Thanks     
asked by 02.04.2015 / 15:56
1
answer

Custom routes in Laravel 5.4?

For those who work with Laravel , they would know to inform me sources so I can search on how to create URL's clean and friendly so that I can pass a parameter, for example, category_name , or product_name , and the...
asked by 13.04.2017 / 22:39
2
answers

Installation Laravel 5.4 Locaweb [duplicate]

I developed a simple system using laravel 5.4 locally, I deployed on a shared server locaweb following the tutorials available in both locaweb and the net in a general, composer installation, php version change (using 7), installation of larav...
asked by 24.03.2017 / 18:08