I'm hosting at Locaweb and it's giving this error.
Warning: Unexpected character in input: '\' (ASCII = 92) state = 1 in
/home/storage/a/b7/b3/reciclaoleovegetal/public_html/public/index.php
online 52
Parse error: syntax...
I'm using Socialite to provide authentication via account providers (Facebook, Twitter, LinkedIn ...).
In my application, when performing authentication via provider, if there is already an association of the current account of the user wit...
Is there any solution for access control by input ?
Example: a given user can access a form but can not access a given field, another user can access the same form and have access to the field in question.
Next I'm making a request of type get and it's returning me a objeto and I'd like it to be an array,
already tried to use
$dados= Array.of($response->getBody()->getContents());
But of the error!
error
Parse error:...
I need to put a value in this Form :
{{Form::label('genre','Escolha a categoria') }}
{{Form::select('genre',$options->getGenresClassificados(),null,['class'=>'form-control'])}}
I'm looking in the Laravel documentation, in several places, but I'm still unsuccessful. I'm looking for somewhere that has a tutorial on how to consume an api with laravel!
I wonder if anyone has any ideas on how to compress image when uploading, as the image is getting very large.
The routine I'm currently using is the one below:
public function providerUpdateDocuments() {
$inputs = Input::all();
$wal...
I have this system that I developed. It is developed in reactjs + redux + sagas in the frontend and RESTFUL API in the backend in laravel.
BUT in the company where I work, there is a requirement that the login be centralized and provided by a...
I created several migrations that are related to each other, having foreign keys and etc ... but I do not want to mix them with migrations related to auth, permissions and etc.
My question is: Can I create a subfolder to organize my migration...