Are you taking abouT SQL or CSS?

|
ya 2020-04-27 15:32:02
Hello, how make autoIncrements column with unique index not primery, in migrations
Patricklab 2020-04-27 16:05:21
does anyone know of anything else better like laravel casher
Patricklab 2020-04-27 16:05:30
running on laravel 7.0
dm220232 2020-04-27 16:23:47
Hello! My name is Dima Shvets, i am designer, expert computer technical systems and computer code writing.

I’d like to get a job as designer, do websites for small businesses.

For firms which located in russia, my city, and also using internet, with firms from big cities like moscow, and other cities. Work over internet using email, messengers like whatsapp viber telegram.

I do websites using new technologies, with high speed load speed. I can do without popular tools, i cand create computer technical system. I do new visual appeal created for mobile phones, and cinema-like wide computer screens

and also i’d like to use laravel

TheGuyi 2020-04-27 17:16:39
Gabby_Json 2020-04-27 03:00:31

Try putting double quotes on your dB variables.. then password blank .. then re run PHP artisan serve

2020-04-27 17:43:43
laravel best packages
2020-04-27 17:43:53
https://youtu.be/anTrqm1Drqs

Laravel packages | Top Laravel Packages Which You Can Use to Optimize App in 2020YouTube
Hello,
In this video, I talking about Laravel packages | best laravel packages 2020.

Laravel is one of the most popular frameworks for developing web applications. It offers a simple and fast development environment for developers.
One great advantage of using Laravel packages is that they allow access to all the features that the framework offers to application.

In this video, I am talking about some important best Laravel packages that you must know and regularly use in Laravel applications.

Laravel 7 Tutorial Playlist Link: https://www.youtube.com/playlist?list=PLUW-AvYuESKnaAWqhML8fXfaE6ieE3Ejz

Laravel 7 New Features Playlist Link: https://www.youtube.com/playlist?list=PLUW-AvYuESKlynbf-P2ZAjyPGwM5uToXD

Angular 9 Tutorial Playlist Link: https://www.youtube.com/playlist?list=PLUW-AvYuESKl-Sa0-nSfNHGp5LkOyjcJU

Facebook Page Link: https://www.facebook.com/jayvitechtutorial

Thank You.

skys215 2020-04-27 18:14:04
ya 2020-04-27 15:32:02
Hello, how make autoIncrements column with unique index not primery, in migrations

I assume that auto increment must be primary

skys215 2020-04-27 18:15:37
2020-04-27 17:43:53
https://youtu.be/anTrqm1Drqs

The video is not in English, lol

ya 2020-04-27 18:16:27
skys215 2020-04-27 18:14:04
I assume that auto increment must be primary

Yes, but me primary the uuid, i make remove primary index befor remove for New Ai and add primary for uid

2020-04-27 18:19:38
sedhossein_dev 2020-04-27 11:11:29
Did you know about the null coalescing assignment operator in PHP 7.4? I dig it.

<?ᴩʜᴩ
// ꜰᴇᴛᴄʜᴇꜱ ᴛʜᴇ ᴠᴀʟᴜᴇ ᴏꜰ $_ɢᴇᴛ[‘ᴜꜱᴇʀ’] ᴀɴᴅ ʀᴇᴛᴜʀɴꜱ ‘ɴᴏʙᴏᴅy’
// ɪꜰ ɪᴛ ᴅᴏᴇꜱ ɴᴏᴛ ᴇxɪꜱᴛ.
$ᴜꜱᴇʀɴᴀᴍᴇ = $_ɢᴇᴛ[‘ᴜꜱᴇʀ’] ?? ‘ɴᴏʙᴏᴅy’;
// ᴛʜɪꜱ ɪꜱ ᴇqᴜɪᴠᴀʟᴇɴᴛ ᴛᴏ:
$ᴜꜱᴇʀɴᴀᴍᴇ = ɪꜱꜱᴇᴛ($_ɢᴇᴛ[‘ᴜꜱᴇʀ’]) ? $_ɢᴇᴛ[‘ᴜꜱᴇʀ’] : ‘ɴᴏʙᴏᴅy’;

// ᴄᴏᴀʟᴇꜱᴄɪɴɢ ᴄᴀɴ ʙᴇ ᴄʜᴀɪɴᴇᴅ: ᴛʜɪꜱ ᴡɪʟʟ ʀᴇᴛᴜʀɴ ᴛʜᴇ ꜰɪʀꜱᴛ
// ᴅᴇꜰɪɴᴇᴅ ᴠᴀʟᴜᴇ ᴏᴜᴛ ᴏꜰ $_ɢᴇᴛ[‘ᴜꜱᴇʀ’], $_ᴩᴏꜱᴛ[‘ᴜꜱᴇʀ’], ᴀɴᴅ
// ‘ɴᴏʙᴏᴅy’.
$ᴜꜱᴇʀɴᴀᴍᴇ = $_ɢᴇᴛ[‘ᴜꜱᴇʀ’] ?? $_ᴩᴏꜱᴛ[‘ᴜꜱᴇʀ’] ?? ‘ɴᴏʙᴏᴅy’;
?>

2020-04-27 19:54:49
Laravel had any themes??
2020-04-27 19:55:01
If yes plzlet me know
….Rr 2020-04-27 19:57:55
Guys, suggest me a good tutorial to study laravel
DesolatorMagno 2020-04-27 19:58:54
Laracast and coders tape.
bacoa 2020-04-27 20:26:49
Hi guys, does anyone know of any pdf generator that can be used in Arabic symbols?
K_a5674 2020-04-27 20:33:51
Hi guys, I want to learn lereval api, what would you advise me
Dev 2020-04-27 20:50:14
K_a5674 2020-04-27 20:33:51
Hi guys, I want to learn lereval api, what would you advise me

Got basic knowledge of REST API in the first place?

cayetanohosma 2020-04-27 21:29:46
skys215 2020-04-27 03:46:02
I think there’s many tutorials about that

Yes, but useless, no one explains in detail, what do you need to do to create and how to do some simple things

rijisoft 2020-04-27 21:40:31
Hey guys
we have a nested menu with for depth
first approach , regularly we show it in nested with ul li
like this
—-index.php
<ul>
@foreach($items as $item)
<li>
` @include(‘show’ , [‘menu’ => $item]) `
</li>
@endforeach
</ul>

——show.php
‘<a id=”p{{$menu->id}}” href=”{{$menu->link}}”>`
{{$menu->name}}
</a>
<ul>
@foreach($menu->childs as $child)
<li>
@include(‘show’ , [‘menu’ => $child])
</li>
@endforeach
</ul>

rijisoft 2020-04-27 21:41:29
rijisoft 2020-04-27 21:40:31
Hey guys
we have a nested menu with for depth
first approach , regularly we show it in nested with ul li
like this
—-index.php
<ul>
@foreach($items as $item)
<li>
` @include(‘show’ , [‘menu’ => $item]) `
</li>
@endforeach
</ul>

——show.php
‘<a id=”p{{$menu->id}}” href=”{{$menu->link}}”>`
{{$menu->name}}
</a>
<ul>
@foreach($menu->childs as $child)
<li>
@include(‘show’ , [‘menu’ => $child])
</li>
@endforeach
</ul>

but i want to show this menu side by side

rijisoft 2020-04-27 21:41:39
like this

first depth – show all parent
<ul>
<li> parent1 </li>
<li> parent 2 </li>
<li> parent 3 </li>
<li> parent 4 </li>
</ul>

show all childs in depth 2

<ul>
<li> child1 of parent1 </li>
<li> child2 of parent1 </li>
<li> child2 of parent1 </li>
<li> child2 of parent1 </li>
</ul>

<ul>
<li> child1 of parent2 </li>
<li> child2 of parent2 </li>
<li> child3 of parent2 </li>
<li> child4 of parent2 </li>
</ul>
and ….

K_a5674 2020-04-27 21:44:40
Dev 2020-04-27 20:50:14
Got basic knowledge of REST API in the first place?

I don’t know anything about lereval

K_a5674 2020-04-27 21:44:49
Api
K_a5674 2020-04-27 21:45:02
You can help me
rijisoft 2020-04-27 21:45:45
rijisoft 2020-04-27 21:41:39
like this

first depth – show all parent
<ul>
<li> parent1 </li>
<li> parent 2 </li>
<li> parent 3 </li>
<li> parent 4 </li>
</ul>

show all childs in depth 2

<ul>
<li> child1 of parent1 </li>
<li> child2 of parent1 </li>
<li> child2 of parent1 </li>
<li> child2 of parent1 </li>
</ul>

<ul>
<li> child1 of parent2 </li>
<li> child2 of parent2 </li>
<li> child3 of parent2 </li>
<li> child4 of parent2 </li>
</ul>
and ….

what is the efficient query to achieve this aproach

DesolatorMagno 2020-04-27 21:47:09
Just do 2 for each of menu
rijisoft 2020-04-27 21:50:50
DesolatorMagno 2020-04-27 21:47:09
Just do 2 for each of menu

how?

Dev 2020-04-27 21:53:14
K_a5674 2020-04-27 21:44:40
I don’t know anything about lereval

Then, check out this article.

https://www.toptal.com/laravel/restful-laravel-api-tutorial

Laravel API Tutorial: How to Build and Test a RESTful APIToptal Engineering Blog
In this Laravel API tutorial, we explore the ways to build — and test — a robust RESTful web service using Laravel.
Gabby_Json 2020-04-27 22:19:28
Pls someone should help me with tutorials for Vue pls
Patricklab 2020-04-27 23:31:55
Is there anyone here whose worked with asap dot net in c# I have a doubt inbox
Mortezaa_Jafari 2020-04-27 23:50:05
Dev 2020-04-27 21:53:14
Then, check out this article.

https://www.toptal.com/laravel/restful-laravel-api-tutorial

Great article . thanks for share 🙏🌹

Dev 2020-04-28 00:03:07
Mortezaa_Jafari 2020-04-27 23:50:05
Great article . thanks for share 🙏🌹

You’re welcome. 🙂

2020-04-28 06:34:51
I would like to teach few persons how to earn up to $1000 daily and more than $7000 worth of bitcoin weekly without you sending money to anyone.
You can join our chat @instantforexmarket
rijisoft 2020-04-28 08:11:24
rijisoft 2020-04-27 21:41:39
like this

first depth – show all parent
<ul>
<li> parent1 </li>
<li> parent 2 </li>
<li> parent 3 </li>
<li> parent 4 </li>
</ul>

show all childs in depth 2

<ul>
<li> child1 of parent1 </li>
<li> child2 of parent1 </li>
<li> child2 of parent1 </li>
<li> child2 of parent1 </li>
</ul>

<ul>
<li> child1 of parent2 </li>
<li> child2 of parent2 </li>
<li> child3 of parent2 </li>
<li> child4 of parent2 </li>
</ul>
and ….

No one answer my question👆👆👆👆

2020-04-28 09:16:57
After i lost everything i was without nothing to call my own, to feed was a major problem i have and no one to help me because i already lost all i have to scammer, but i didn’t give up until i met Mrs Charles who came to my rescue and helped me recover all my lost and now i know binary option is real and i proud i have a trustworthy account manager who i trust contact har now
@charles480
@charles480
skys215 2020-04-28 09:29:57
rijisoft 2020-04-27 21:41:29
but i want to show this menu side by side

side by side? try change to display:inline-block

rijisoft 2020-04-28 10:04:38
skys215 2020-04-28 09:29:57
side by side? try change to display:inline-block

Is it possible chat with you on pv ?

….Rr 2020-04-28 10:13:33
I am using xampp server, is there any problem using xampp for laravel
cayetanohosma 2020-04-28 10:16:46
2020-04-28 06:34:51
I would like to teach few persons how to earn up to $1000 daily and more than $7000 worth of bitcoin weekly without you sending money to anyone.
You can join our chat @instantforexmarket

I think that’s off-topic, and maybe it’s a hot… 🤔

cayetanohosma 2020-04-28 10:18:25
rijisoft 2020-04-28 08:11:24
No one answer my question👆👆👆👆

Are you taking abouT SQL or CSS?

antweny 2020-04-28 10:29:47
….Rr 2020-04-28 10:13:33
I am using xampp server, is there any problem using xampp for laravel

No problem at all

skys215 2020-04-28 10:30:30
rijisoft 2020-04-28 10:04:38
Is it possible chat with you on pv ?

I think it’s css problem, not Laravel’s

….Rr 2020-04-28 10:33:15
Using xampp, the directory of laravel installation is c:xampphtdocs>laravel new Projectname is it right?
TheGuyi 2020-04-28 12:35:39
….Rr 2020-04-28 10:33:15
Using xampp, the directory of laravel installation is c:xampphtdocs>laravel new Projectname is it right?

nope

TheGuyi 2020-04-28 12:35:47
not really it can be anywhere
TheGuyi 2020-04-28 12:36:20
what needs to be setup well is PHP & composer … you can always serve the application from any directory
rijisoft 2020-04-28 12:42:52
cayetanohosma 2020-04-28 10:18:25
Are you taking abouT SQL or CSS?

sql

rijisoft 2020-04-28 12:43:20
skys215 2020-04-28 10:30:30
I think it’s css problem, not Laravel’s

please watch this video

rijisoft 2020-04-28 12:43:44
آقا کوئری این منوهای تو درتو رو که به صورت side by side زده چطوری بزنیم که efficient باشه؟
|