How to fix this error?
Is this error already running on the hosting server?
to make a website for news , what should i choose laravel or wordpress ?
how to make export excel ?
basically I use highchart for graphics, how to export data to excel?
Why this accoured?
How can i get value on input checkbox in an form?
Duplicating what?
i dont want insert repeat information
Use exists validation rule
Use firstOrCreate()
Use attach/detatch/sync
Depending on what you don’t want to repeat inserting

Hello erveryone!!
How to fix this error?
How to fix this error?
You go to index.php file and debug to find the issue
Ok
How to fix this error?
Is this error already running on the hosting server?
Just for practice purposes
But, I developed already 😃
Npm run dev command

Added –api option
to the make:model command
Added PendingResourceRegistration::shallow() method
Instead of typing:
Route::resource(‘foo.bar’, ‘BarController’)->only([‘index’, ‘create’, ‘store’]);
We can simply type:
Route::resource(‘foo.bar’, ‘BarController’)->shallow();
Laravel👍

by just taking the data contents without the diagram
But I don’t know where it is
This is CRUD application based on Laravel and VueJS With Metro UI CSS. Its a beautiful combination of three of these. Github Link: https://github.com/maheshk…
I have array like $arr = [‘a’ , ‘b’]
When i echo $arr[1] i get error undefiend offset 1 but when i dd($arra[1]) its ok
Why this accoured??
Add fillable in model.
Paste your code
@csrf
{{method_field(‘PUT’)}}
<p>Informations relatives au rôle.</p>
<div class=”form-group row”>
<label class=”col-lg-4 col-form-label”>Nom du rôle</label>
<div class=”col-lg-8″>
<input type=”text” placeholder=”Nom du rôle” class=”form-control” name=”rolename” value=”<?= ucfirst($role[“name”]) ?? “” ?>”>
<input type=”hidden” name=”roleid” value=”<?= $role[“id”] ?? “” ?>”>
</div>
</div>
<div name=”stockage1″ id=”stockage1″></div>
<div class=”form-group row”>
<label class=”col-lg-4 col-form-label”>Permissions</label>
<div class=”col-lg-8″>
<div class=”i-checks”><label> <input type=”checkbox” id=”stockage” value=”S” name=”stockage” <?php if(in_array(“S”,$pers[$i])){echo “checked”;} ?>> <i></i> Stockage de dossiers </label></div>
<div class=”i-checks”><label> <input type=”checkbox” value=”A” name=”archivage ” <?php if(in_array(“A”,$pers[$i])){echo “checked”;} ?>> <i></i> Archivage de dossiers </label></div>
<div class=”i-checks”><label> <input type=”checkbox” value=”R” name=”recherche” <?php if(in_array(“R”,$pers[$i])){echo “checked”;} ?>> <i></i> Recherche dans les archives </label></div>
<div class=”i-checks”><label> <input type=”checkbox” value=”M” name=”modification” <?php if(in_array(“M”,$pers[$i])){echo “checked”;} ?>> <i></i> Modification de dossiers </label></div>
</div>
</div>
<div class=”modal-footer”>
<button type=”button” class=”btn btn-white” data-dismiss=”modal”>Close</button>
<button type=”submit” class=”btn btn-primary” name=”updaterole”><b><i class=”fa fa-floppy-o”></i> Enregistrer</b></button>
</div>
</form>
api or json is a connect between two different programming lang or two different system that has same technologies.u can connect laravel to any common framework or programming lang with using json.in laravel return response([
‘hello’=>’world’,
‘how are you’=>’im fine’
]);
return to you a json and you can fetch data from json in other langs.
Check base class has charset property or not
I have array like $arr = [‘a’ , ‘b’]
When i echo $arr[1] i get error undefiend offset 1 but when i dd($arra[1]) its ok
Why this accoured??
arr or arra?