← prev | next →
Dev 2020-04-23 19:49:20
Once you download it, you can install its dependencies using composer install.
Dev 2020-04-23 19:50:23
Also, npm install for node packages and their dependencies.
2020-04-23 22:19:35
Hi, guys who knows about bot which restricts text messages in group
2020-04-23 22:21:07
Or how to create
2020-04-23 22:21:31
It’s the first time for me please help me
R_N_M_O 2020-04-23 22:23:29
Hello every one 👋
Please i need a good Resource for learn how to dealing php myadmin with laravel .
cayetanohosma 2020-04-23 22:38:47
R_N_M_O 2020-04-23 22:23:29
Hello every one 👋
Please i need a good Resource for learn how to dealing php myadmin with laravel .
PhpMyAdmin with Laravel? What do you want to do exactly?
R_N_M_O 2020-04-23 22:41:35
cayetanohosma 2020-04-23 22:38:47
PhpMyAdmin with Laravel? What do you want to do exactly?
I want to do CRUDE Operations with DB .
cayetanohosma 2020-04-23 22:42:06
Ok, but you don’t need PhpMyadmin to do that
cayetanohosma 2020-04-23 22:42:34
Laravel comes with Eloquent (ORM) which make easier your CRUD operations
R_N_M_O 2020-04-23 22:42:36
cayetanohosma 2020-04-23 22:42:06
Ok, but you don’t need PhpMyadmin to do that
So how can i do that ?
cayetanohosma 2020-04-23 22:43:13
https://www.techiediaries.com/laravel/php-laravel-7-6-tutorial-crud-example-app-bootstrap-4-mysql-database/
PHP Laravel 7/6 Tutorial: CRUD Example App with Bootstrap 4 and MySQL Database | Techiediaries –
TechiediariesThroughout this tutorial for beginners you’ll learn to use Laravel 7/6 – the latest version of one of the most popular PHP frameworks – to create a CRUD web application with a MySQL database from scratch starting with the installation of Composer (PHP package manager) to implementing and serving your application.
cayetanohosma 2020-04-23 22:43:13
Have a look to this article.
R_N_M_O 2020-04-23 22:44:27
Thank u so much 🙏🏻
thnowee 2020-04-23 23:29:33
ram_the_archer 2020-04-22 03:40:43
just make it. test
Jihat_developer 2020-04-23 23:33:40
دوستان یه IDe گر عالی چی پیش نهاد میدین؟
Erfanhosseinpoor 2020-04-24 00:23:56
سلام برای راه اندازی #درگاه #ارزدیجیتال منبع آموزشی خوب معرفی میکنید دوستان🙏🙏🙏
cayetanohosma 2020-04-24 00:27:56
If you want to help you, Could you write in English, please?
dm220232 2020-04-24 00:30:38
Hello. What text editor for writing code do you use?
dm220232 2020-04-24 00:37:33
i am using python and django actualy more than laravel… but i also like php.
i’d like to get a remote job. I want to create websites for small businesses.
can anyone offer something to me?
cayetanohosma 2020-04-24 00:38:25
Hello @Dm201811 I use PHPStorm, but you can use which one make you feel comfortable
cayetanohosma 2020-04-24 00:38:51
For instance, for Visual Code Studio there are a lot of tutorials to configure it as PHP IDE
dm220232 2020-04-24 00:40:00
what about notepad++, sublime text?
what benefit to use visual studio, phpstorm or other popular editors?
DesolatorMagno 2020-04-24 00:40:27
😅 is like another world,
DesolatorMagno 2020-04-24 00:42:03
You have to spend time learning shortcuts and commands, and after some time you can navigate your app really fast and do sh1ts really efficiently.
DesolatorMagno 2020-04-24 00:43:18
IDE like PHPStorm are heavy, they can event tell you if you got a error in a closed file.
dm220232 2020-04-24 00:43:32
yes, i heard something about keyboard shortcuts and comands. They like make easier to do tasks
DesolatorMagno 2020-04-24 00:46:34
for example writing
>uscon#edi
Would take me to the UserController and in the start of the method edit()
as writting
>adusind
would take me to admin/Users/index.blade.php
DesolatorMagno 2020-04-24 00:47:57
And is not just small things, is the addition of all those things into a single place what make it great.
DesolatorMagno 2020-04-24 00:49:27

Extra help and autocompletation.
TheGuyi 2020-04-24 00:59:15
qn @DesolatorMagno i realised my vscode doesnt recognise my php 5.6 yet i set it up language detect, it doesnt give me auto complete or suggestions when working with files with .php so i am inclined to use phpstorm.. when doing laravel… what do you recommend i do to go back to vscode? setup wise? please note vscode works perfectly with php 7.1 installed
TheGuyi 2020-04-24 01:00:22
cayetanohosma 2020-04-24 00:38:51
For instance, for Visual Code Studio there are a lot of tutorials to configure it as PHP IDE
fails for older versions of php esp in my market alot of php 5.6 applications… so its hard to use vscode… so i use PHPSTORM
DesolatorMagno 2020-04-24 01:01:00
I have installed inteliphense and it let specify the version.
2020-04-24 01:02:46
Guys, how can I run React app builder locally?
TheGuyi 2020-04-24 01:03:06
R_N_M_O 2020-04-23 22:23:29
Hello every one 👋
Please i need a good Resource for learn how to dealing php myadmin with laravel .
Start by reading laravel documentation if your farmiliar with php OOP then move… if not a beginner guide to php OOP will help you find laravel very easy… just learn the concepts of php OOP
DesolatorMagno 2020-04-24 01:03:24
I use packages for php suggestions, you would need to check the package and see if it work with older versions.
DesolatorMagno 2020-04-24 01:03:40
DesolatorMagno 2020-04-24 01:01:00
I have installed inteliphense and it let specify the version.
It even let my specify version for each project.
TheGuyi 2020-04-24 01:03:51
DesolatorMagno 2020-04-24 01:01:00
I have installed inteliphense and it let specify the version.
inteliphense looks for php 7 above…unfortunately my market mainly on php 5.6
TheGuyi 2020-04-24 01:06:04
DesolatorMagno 2020-04-24 01:03:40
It even let my specify version for each project.
are we talking of this?
TheGuyi 2020-04-24 01:06:21
TheGuyi 2020-04-24 01:06:39

or this one
DesolatorMagno 2020-04-24 01:06:39
Bad luck them, PhpStorm is heavier than VSCode and not free, so if you can run and pay for it, you can use it no problem, it should be much better.
DesolatorMagno 2020-04-24 01:08:22
TheGuyi 2020-04-24 01:06:04
are we talking of this?
I use always 7.0+, with different version in each project (docker) so it work for my use case, I haven’t use it for less than 7 so I don’t know if it work
TheGuyi 2020-04-24 01:10:05
DesolatorMagno 2020-04-24 01:08:22
I use always 7.0+, with different version in each project (docker) so it work for my use case, I haven’t use it for less than 7 so I don’t know if it work
oh i fully understand your lucky no struggle with different php versions issues
rijisoft 2020-04-24 01:33:27
Hey guys
Anyone have an admin RTL panel with bootstrap 4
DesolatorMagno 2020-04-24 01:35:07
TheGuyi 2020-04-24 01:06:39
or this one
I tried both and inteliphense is the best for much.
DesolatorMagno 2020-04-24 01:36:30
Of course, I have 2.5 years using VCS, there is always the possibility that the other got a really impressive upgrade, but I doubt it.
2020-04-24 01:39:02
Admin panel pliz without copyright
rijisoft 2020-04-24 01:39:49
rijisoft 2020-04-24 01:33:27
Hey guys
Anyone have an admin RTL panel with bootstrap 4
The copyright not important for me , it’s for local use , thanks 🙏😜
Kalven Klein 2020-04-24 02:21:49
African Grey birds are self-confident birds that can develop excellent vocabularies and can speak very clearly. African Greys also love to precisely imitate strange sounds, such as the key in the lock or the sound of the telephone. Tending to be quieter birds, African Greys appreciate peaceful household environments. They are often quite
cuddly and enjoy a good skritching
← prev | next →