anyone know how to save the response from a drag and drop builder in example reactjs or vue?
did you try to open javascript console and look if there is some error messages?
Is anybody there?
Do you have any validation on the title ?
How to install a package and use its class?
Does anyone know free api to send a fax?
./artisan make:model Company -a
This will create the model, it’s controller and a factory
-crmf for controller, resource, migration and factory 😀
Hey I don’t understand
Great I understand now
I am facing a problem with phpmyaadmin .
When i create database and click create .The database will be createad although loading…. will not disapperead

I am facing a problem with phpmyaadmin .
When i create database and click create .The database will be createad although loading…. will not disapperead
did you try to open javascript console and look if there is some error messages?

@laratools


I want to use a route with the post method but this appears to me and I do not know why… please help! 🙏🏻😓
@laratools
Nice book
Take a dump of your data >> Reinstall your phpMyAdmin >> Restore your data and check

Give title value
It’s working
I didn’t do name=”title” in the form
Composer require and import it in class. Usually package repository page has a guide how to install it
Laravel 5.6 and up uses atomatic package discovery. After installation just read the readme.md of the package
Perkenalkan kami Muhammad Nanda Jabar Rozaq dan Bachtiar Rizky Amirullah.
Kami meminta bantuan untuk
LIKE, SHARE, & COMMENT karya kami dibawah ini
https://www.instagram.com/p/BtoNVzygI60/?utm_source=ig_web_copy_link
untuk mendukung kami menjadi Juara Favorit Sayembara Desain Logo 30 Tahun FIFGROUP 2019
Atas bantuan dan dukungannya kami ucapkan terima kasih.
Wassalamu’alaikum Warahmatullah Wabarakatuh
Kami membuat logo ini dengan mengkombinasikan angka 30 dengan simbol sayap yang memiliki makna kekuatan dan kemenangan. Dengan logo tersebut kami berharap FIFGROUP selalu mampu meraih kesuksesan dalam menghadapi kompetisi pasar diera seperti sekarang ini. Sayap diangka 3 memperlihatkan grafik yang semakin naik, menunjukkan harapan untuk kesuksesan perusahaan dalam mencapai targetnya. Bentuk lingkaran di angka 0 bermakna kekeluargaan dan persahabatan, menunjukkan bahwa FIFGROUP mampu menjalani misinya yaitu Membawa Kehidupan yang Lebih Baik untuk Masyarakat. Selain itu, kami juga menggunakan dan mengunggulkan garis lengkung yang menunjukkan kekokohan serta kekuatan dari perusahaan dalam berkompetisi di dunia usaha finance. Dalam hal pemilihan warna, kami memilih warna hijau menunjukkan identitas FIFGROUP yang bergerak dibidang finance/keuangan dan warna biru yang juga menunjukkan sifat kepemimpinan mempresentasikan bahwa FIFGROUP mampu Menjadi Pemimpin Industri yang Dikagumi Secara Nasional. Konsep sederhana,…
Perkenalkan kami Muhammad Nanda Jabar Rozaq dan Bachtiar Rizky Amirullah.
Kami meminta bantuan untuk
LIKE, SHARE, & COMMENT karya kami dibawah ini
https://www.instagram.com/p/BtoNVzygI60/?utm_source=ig_web_copy_link
untuk mendukung kami menjadi Juara Favorit Sayembara Desain Logo 30 Tahun FIFGROUP 2019
Atas bantuan dan dukungannya kami ucapkan terima kasih.
Wassalamu’alaikum Warahmatullah Wabarakatuh
Va alaykum assalom va rohmatullohu va barokatuh
I defined the relation file and user
And I created a table called user_file
But when the user creates a new file, that file will be uploaded but will not be added to the user’s file list, that is, the user_files will not be added, where is the problem?
//search user
$newSearch = new User;
$newSearch = $newSearch->where(‘name’, ‘=’, $name);
Ensure you you always check Laravel documentation, it’s all there.
I defined the relation file and user
And I created a table called user_file
But when the user creates a new file, that file will be uploaded but will not be added to the user’s file list, that is, the user_files will not be added, where is the problem?
I don’t seem to understand what you’re trying to say.
$newSearch = new User;
$newSearch = $newSearch->where(‘name’, ‘=’, $name);
Ensure you you always check Laravel documentation, it’s all there.
Also add the model
App/User; or whatever is being queried.
$newSearch = new User;
$newSearch = $newSearch->where(‘name’, ‘=’, $name);
Ensure you you always check Laravel documentation, it’s all there.
I get this. But what if you have multiple search parameters.
Repeat the process with as much as you want
//search user
$newSearch = new User;
$newSearch = $newSearch->where(‘name’, ‘=’, $name);
$newSearch = $newSearch->where(‘phone’, ‘=’, $phone);
$newSearch = $newSearch->where(‘country’, ‘=’, $country);
E.t.c…
Does anyone know free api to send a fax?