Laravel had any themes?
Hi guys, does anyone know of any pdf generator that can be used in Arabic symbols?
Got basic knowledge of REST API in the first place?
Is it possible chat with you on pv ?
Are you taking abouT SQL or CSS?
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
Try putting double quotes on your dB variables.. then password blank .. then re run PHP artisan serve
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.
I assume that auto increment must be primary
The video is not in English, lol
Yes, but me primary the uuid, i make remove primary index befor remove for New Ai and add primary for uid
<?ᴩʜᴩ
// ꜰᴇᴛᴄʜᴇꜱ ᴛʜᴇ ᴠᴀʟᴜᴇ ᴏꜰ $_ɢᴇᴛ[‘ᴜꜱᴇʀ’] ᴀɴᴅ ʀᴇᴛᴜʀɴꜱ ‘ɴᴏʙᴏᴅy’
// ɪꜰ ɪᴛ ᴅᴏᴇꜱ ɴᴏᴛ ᴇxɪꜱᴛ.
$ᴜꜱᴇʀɴᴀᴍᴇ = $_ɢᴇᴛ[‘ᴜꜱᴇʀ’] ?? ‘ɴᴏʙᴏᴅy’;
// ᴛʜɪꜱ ɪꜱ ᴇqᴜɪᴠᴀʟᴇɴᴛ ᴛᴏ:
$ᴜꜱᴇʀɴᴀᴍᴇ = ɪꜱꜱᴇᴛ($_ɢᴇᴛ[‘ᴜꜱᴇʀ’]) ? $_ɢᴇᴛ[‘ᴜꜱᴇʀ’] : ‘ɴᴏʙᴏᴅy’;
// ᴄᴏᴀʟᴇꜱᴄɪɴɢ ᴄᴀɴ ʙᴇ ᴄʜᴀɪɴᴇᴅ: ᴛʜɪꜱ ᴡɪʟʟ ʀᴇᴛᴜʀɴ ᴛʜᴇ ꜰɪʀꜱᴛ
// ᴅᴇꜰɪɴᴇᴅ ᴠᴀʟᴜᴇ ᴏᴜᴛ ᴏꜰ $_ɢᴇᴛ[‘ᴜꜱᴇʀ’], $_ᴩᴏꜱᴛ[‘ᴜꜱᴇʀ’], ᴀɴᴅ
// ‘ɴᴏʙᴏᴅy’.
$ᴜꜱᴇʀɴᴀᴍᴇ = $_ɢᴇᴛ[‘ᴜꜱᴇʀ’] ?? $_ᴩᴏꜱᴛ[‘ᴜꜱᴇʀ’] ?? ‘ɴᴏʙᴏᴅy’;
?>
Got basic knowledge of REST API in the first place?
Yes, but useless, no one explains in detail, what do you need to do to create and how to do some simple things
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>
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
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 ….
I don’t know anything about lereval
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
how?
Then, check out this article.
https://www.toptal.com/laravel/restful-laravel-api-tutorial
In this Laravel API tutorial, we explore the ways to build — and test — a robust RESTful web service using Laravel.
https://www.toptal.com/laravel/restful-laravel-api-tutorial
Great article . thanks for share 🙏🌹
You’re welcome. 🙂
You can join our chat @instantforexmarket
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👆👆👆👆
@charles480
@charles480
side by side? try change to display:inline-block
Is it possible chat with you on pv ?
You can join our chat @instantforexmarket
I think that’s off-topic, and maybe it’s a hot… 🤔
Are you taking abouT SQL or CSS?
No problem at all
I think it’s css problem, not Laravel’s
nope
sql
please watch this video