To make a website for news, what should i choose laravel or wordpress?

|
skys215 2020-01-28 13:29:45
sadeqi125 2020-01-28 11:13:53
how to prevent duplicate in Laravel

Duplicating what?

sadeqi125 2020-01-28 13:31:11
skys215 2020-01-28 13:29:45
Duplicating what?

i dont want insert repeat information

sadeqi125 2020-01-28 13:31:28
can you help me
skys215 2020-01-28 13:33:42
sadeqi125 2020-01-28 13:31:11
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

Z_Yamin 2020-01-28 13:33:55
HI guyes
Z_Yamin 2020-01-28 13:34:36
any one here to know how can get data from ionic from in laravel controller
gsadmin1010 2020-01-28 13:49:49
laravel_discuss-25374.jpg
Hello erveryone!!

How to fix this error?

sujith857 2020-01-28 14:37:03
gsadmin1010 2020-01-28 13:49:49
Hello erveryone!!

How to fix this error?

You go to index.php file and debug to find the issue

rethdaro 2020-01-28 17:49:55
It’s work?
khorshideedalate 2020-01-28 17:51:19
rethdaro 2020-01-28 17:49:55
It’s work?

Ok

irhamir 2020-01-28 19:52:31
hello, my name is irham.
irhamir 2020-01-28 19:52:55
gsadmin1010 2020-01-28 13:49:49
Hello erveryone!!

How to fix this error?

Is this error already running on the hosting server?

Ankur Patel 2020-01-28 22:11:02
Hi I am started learning laravel.
Ankur Patel 2020-01-28 22:12:14
Any one give me idea to develop any project in laravel
Just for practice purposes
Ankur Patel 2020-01-28 22:21:17
Okay
But, I developed already 😃
Ankur Patel 2020-01-28 22:26:54
Okay
Ankur Patel 2020-01-28 22:28:42
Hi I am getting error in
Npm run dev command
Ankur Patel 2020-01-28 22:28:59
laravel_discuss-25391.jpg

Ankur Patel 2020-01-28 22:29:23
Any solution
2020-01-29 00:20:40
#New_in_Laravel 😁

Added –api option
to the make:model command

2020-01-29 00:26:54
#New_in_Laravel 😁

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();

alexanderdavii 2020-01-29 03:59:46
to make a website for news , what should i choose laravel or wordpress ? any why plz
hanumantdhavale 2020-01-29 05:06:23
alexanderdavii 2020-01-29 03:59:46
to make a website for news , what should i choose laravel or wordpress ? any why plz

Laravel👍

Khoerulhumam 2020-01-29 05:54:20
excuse me ,
Khoerulhumam 2020-01-29 05:55:07
laravel_discuss-25399.jpg

Khoerulhumam 2020-01-29 05:55:53
how to make export excel ?
by just taking the data contents without the diagram
Khoerulhumam 2020-01-29 05:56:12
help me please
skys215 2020-01-29 05:56:58
I think the data of diagram must be at some place
But I don’t know where it is
Khoerulhumam 2020-01-29 06:00:09
basically I use highchart for graphics, how to export data to excel?
L 2020-01-29 06:04:30
google it
andrejs555 2020-01-29 06:46:56
eeeh
andrejs555 2020-01-29 06:47:02
google has been more helpful 😀
andrejs555 2020-01-29 06:47:04
than this group
2020-01-29 08:08:35
https://youtu.be/BmsM9ZVc8jY

Php | Laravel | Vue | Metro UI | CRUD | Restful | Tutorial | Laravel Tutorial | Laravel Vue TutorialYouTube
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…
Mahdi_khani 2020-01-29 11:01:09
Hi
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??
rebory 2020-01-29 11:10:18
ozgunmustafa 2020-01-27 13:41:45
hi i have a problem. I am trying register datas to database. but i cant do it. I dont know what is a problem. The report say me save successful but dont save to database. Can you connect my pc and fix problem

Add fillable in model.

Begroups 2020-01-29 11:23:00
Pls i have problem with my form
Begroups 2020-01-29 11:23:29
When i submit, all the input checkbox who is in my form dont exist in request…
Begroups 2020-01-29 11:23:51
How can i get value on input checkbox in an form?
rijisoft 2020-01-29 11:31:56
Begroups 2020-01-29 11:23:51
How can i get value on input checkbox in an form?

Paste your code

Begroups 2020-01-29 11:34:04
Oki
Begroups 2020-01-29 11:36:29
<form method=”post” action=”{{url(‘parametres’)}}/{{$role->id}}”>
@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>

Begroups 2020-01-29 11:36:34
Thats my form
Pavchen 2020-01-29 12:11:44
Hi all! Can we connect Php (Laravel) database with ionic framework?
amirhosseinam2010 2020-01-29 12:17:10
Pavchen 2020-01-29 12:11:44
Hi all! Can we connect Php (Laravel) database with ionic framework?

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.

Pavchen 2020-01-29 12:19:11
Ok, thank you
amirhosseinam2010 2020-01-29 12:31:37
😐both of answers is same.
qarartur 2020-01-29 13:15:28
how I can change database.mysql.charset value for create/update only some model? thanks
skys215 2020-01-29 13:23:02
qarartur 2020-01-29 13:15:28
how I can change database.mysql.charset value for create/update only some model? thanks

Check base class has charset property or not

skys215 2020-01-29 13:23:27
Mahdi_khani 2020-01-29 11:01:09
Hi
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?

|