Contents:
may i know, larvel installation instructions?
What I did wrong?
Any expert in laravel ?
Hi everyone, according to Laravel docs the LTS version is number 6 and I want to build a learning management system, should I go with the version 6 , 7, or 8?
Witch database you use for uuid as primary id?
a quick doubt ?
may i know, larvel installation instructions?
What I did wrong?
Any expert in laravel ?
Hi everyone, according to Laravel docs the LTS version is number 6 and I want to build a learning management system, should I go with the version 6 , 7, or 8?
Witch database you use for uuid as primary id?
a quick doubt ?
cartltech 2020-11-14 15:27:36
Okay Good
Sam Syed 2020-11-14 16:04:33
may i know, larvel installation instructions?
Sam Syed 2020-11-14 16:04:54
sry, am a new one.thats what i did
2020-11-14 16:11:22
Check Laravel Documentation
Sam Syed 2020-11-14 16:29:40
I got these kind of error:To enable extensions, verify that they are enabled in your .ini files:
– C:phpphp-7.4.12-Win32-vc15-x64php.ini
– C:phpphp-7.4.12-Win32-vc15-x64php.ini
Sam Syed 2020-11-14 16:29:52
You can also run php –ini inside terminal to see which files are used by PHP in CLI mode.
PS C:phpLaravelprojfirstproject>
PS C:phpLaravelprojfirstproject>
Sam Syed 2020-11-14 16:34:22
You can also run php –ini inside terminal to see which files are used by PHP in CLI mode.
PS C:phpLaravelprojfirstproject>
PS C:phpLaravelprojfirstproject>
cayetanohosma 2020-11-14 20:09:30
Hi guys. I’m working on a project and I’m facing an issue: If I set the .env DB_HOST=127.0.0.1` when I try to run a qiuery, I get the error ‘SQLSTATE[HY000] [2002] Connection refused (SQL: select count(*) as aggregate from posts where active = 1)’
cayetanohosma 2020-11-14 20:10:04
If I set it as ‘localhots’ I get the error ‘ SQLSTATE[HY000] [2002] No such file or directory (SQL: select count(*) as aggregate from posts where active = 1)’
cayetanohosma 2020-11-14 20:10:16
What I did wrong?
anuprasadgc 2020-11-14 20:53:25
Sam Syed 2020-11-14 16:29:40
I got these kind of error:To enable extensions, verify that they are enabled in your .ini files:
– C:phpphp-7.4.12-Win32-vc15-x64php.ini
– C:phpphp-7.4.12-Win32-vc15-x64php.ini
you must find that the php.ini file and enable extension
cartltech 2020-11-14 21:35:20
cayetanohosma 2020-11-14 20:10:04
If I set it as ‘localhots’ I get the error ‘ SQLSTATE[HY000] [2002] No such file or directory (SQL: select count(*) as aggregate from posts where active = 1)’
Use “locahost” not “localhots”
MohsinHusen 2020-11-14 21:38:28
How get new user registration notification in admin side databases notifications laravel 8
MohsinHusen 2020-11-14 21:43:42
Any expert in laravel ?
natghi2010 2020-11-14 22:01:04
cayetanohosma 2020-11-14 20:09:30
Hi guys. I’m working on a project and I’m facing an issue: If I set the .env DB_HOST=127.0.0.1` when I try to run a qiuery, I get the error ‘SQLSTATE[HY000] [2002] Connection refused (SQL: select count(*) as aggregate from posts where active = 1)’
xampp is not running
cayetanohosma 2020-11-14 22:01:19
I not use xamp, I use docker
natghi2010 2020-11-14 22:06:40
cayetanohosma 2020-11-14 22:01:19
I not use xamp, I use docker
the sql server is not running
cayetanohosma 2020-11-14 22:09:19
Ok, I didn’t giveyou guys the complete information.
I use a docker solution to manage my Laravel project, I have one container for php, one for mySQL, one for nginx and one temporary to build and update the proyect for composer
I use a docker solution to manage my Laravel project, I have one container for php, one for mySQL, one for nginx and one temporary to build and update the proyect for composer
cayetanohosma 2020-11-14 22:09:46
The issue is that I cannot make a select from Laravel due to I get those errors
Neel 2020-11-15 00:56:34
Hi, I have released a new laravel package Laravel Surveillance UI. Which basically is a UI companion for the Laravel Surveillance package.
Give it a try: https://github.com/neelkanthk/laravel-surveillance-ui
Demo: https://www.youtube.com/watch?v=G0foqT7WPeA
GitHub – neelkanthk/laravel-surveillance-ui: Provides a Graphical UI for Laravel Surveillance package and integrates within your existing application. – GitHub
Provides a Graphical UI for Laravel Surveillance package and integrates within your existing application. – GitHub – neelkanthk/laravel-surveillance-ui: Provides a Graphical UI for Laravel Surveill…
Provides a Graphical UI for Laravel Surveillance package and integrates within your existing application. – GitHub – neelkanthk/laravel-surveillance-ui: Provides a Graphical UI for Laravel Surveill…
NIDHIN T T 2020-11-15 09:04:15
is there any good admin manager
sadeqi125 2020-11-15 09:23:12
add extrap column in database notification table
Mohammad_Agbareya 2020-11-15 09:29:55
make a migration
2020-11-15 09:44:26
Please i use laravel 7 but the server refuse to start
The_ark3 2020-11-15 13:02:19
2020-11-15 09:44:26
Please i use laravel 7 but the server refuse to start
what error are you getting
israa2912 2020-11-15 14:33:00
Hi , how can I make Notice of medication appointments (alarm) endpoint to use it in the mobile application?
israa2912 2020-11-15 14:33:10
The patient enters the time he wants to be alerted for his medication
israa2912 2020-11-15 14:35:37
2020-11-15 09:44:26
Please i use laravel 7 but the server refuse to start
make sure you are in the project file directory
mranurag 2020-11-15 15:04:58
I created Request but that request taking singular table name, while it has to take plural table name
mranurag 2020-11-15 15:05:09
Please help
mranurag 2020-11-15 15:05:21
Laravel 7
Kakashi_24 2020-11-15 15:09:28

Hi everyone, according to Laravel docs the LTS version is number 6 and I want to build a learning management system, should I go with the version 6 , 7, or 8?
leopizzolante 2020-11-15 15:23:03
Azad Akhtar 2020-11-14 11:07:30
Witch database you use for uuid as primary id?
AMIT 2020-11-15 16:05:46
Kakashi_24 2020-11-15 15:09:28
Hi everyone, according to Laravel docs the LTS version is number 6 and I want to build a learning management system, should I go with the version 6 , 7, or 8?
Obviously choose latest one Laravel 8
JeevaniSM 2020-11-15 18:30:13
a quick doubt ?
how to do put a <a href=” > value for a route in our web.php ? I put <a href=”{{route(‘profile’)}}”></a> but it shows error route not defined .
how to do put a <a href=” > value for a route in our web.php ? I put <a href=”{{route(‘profile’)}}”></a> but it shows error route not defined .
JeevaniSM 2020-11-15 18:30:26
JeevaniSM 2020-11-15 18:30:13
a quick doubt ?
how to do put a <a href=” > value for a route in our web.php ? I put <a href=”{{route(‘profile’)}}”></a> but it shows error route not defined .
how to do put a <a href=” > value for a route in our web.php ? I put <a href=”{{route(‘profile’)}}”></a> but it shows error route not defined .
I have defined route already — Route::get(‘/profile’,[ProfileController::Class,’authenticateUsers’]);
JeevaniSM 2020-11-15 18:30:58
<a href=”{{route(‘profile’)}}”></a> thats how I done in BLADE
cartltech 2020-11-15 18:43:08
JeevaniSM 2020-11-15 18:30:13
a quick doubt ?
how to do put a <a href=” > value for a route in our web.php ? I put <a href=”{{route(‘profile’)}}”></a> but it shows error route not defined .
how to do put a <a href=” > value for a route in our web.php ? I put <a href=”{{route(‘profile’)}}”></a> but it shows error route not defined .
Do some research on naming Laravel routes
JeevaniSM 2020-11-15 19:01:15
cartltech 2020-11-15 18:43:08
Do some research on naming Laravel routes
ok
2020-11-15 19:04:25
