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...
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>...
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...
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...
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...
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...
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...
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...
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...