Any guide that teach how to debug a laravel application through xdebug and sublime text 3?

|
Brunodebrito 2020-10-02 02:03:11
imhajiiii 2020-10-02 00:39:23
why not responsive in phone mode

you create Class @midia in Css

ErSoul 2020-10-02 03:07:52
Any guide that teach how to debug a laravel application through xdebug and sublime text 3?
ANT 2020-10-02 05:51:38
ErSoul 2020-10-02 03:07:52
Any guide that teach how to debug a laravel application through xdebug and sublime text 3?

Same help required for me as well

Fatemeh attari 2020-10-02 06:10:36
my cpanel host has an this error
The MySQL server is currently offline.
how can i solve it
ThearaToem 2020-10-02 06:16:05
Hello everyone!
I want to get the user’s submission form to my email using laravel.
How to do that?
Prem Soni 2020-10-02 07:51:54
How to delete seed
Prem Soni 2020-10-02 07:52:05
Our update seed
Prem Soni 2020-10-02 07:52:16
Can anyone help me
Kamalwebdev 2020-10-02 07:57:05
Why laravel is so hard to understand ☹️
AMIT 2020-10-02 08:09:33
Kamalwebdev 2020-10-02 07:57:05
Why laravel is so hard to understand ☹️

If Laravel is hard then you need to think once again working in PHP as it is one of the easiest framework having short learning curve.

Cleo_hacker 2020-10-02 08:11:48
laravel_discuss-53259.jpg

Cleo_hacker 2020-10-02 08:11:58
Hi guys, i kindly need help on this; I want to get the name from the mother(user) table where the it’s PK is FK, in payroll’s table
Kamalwebdev 2020-10-02 08:14:42
AMIT 2020-10-02 08:09:33
If Laravel is hard then you need to think once again working in PHP as it is one of the easiest framework having short learning curve.

Laravel 7 was easy but laravel 8 make me cry

AMIT 2020-10-02 08:15:26
Give yourself some time, u will do this one too 👍
AMIT 2020-10-02 08:16:13
I m using Laravel 8 + Inertia (Vue.js) + Vuetify + Vuex
AMIT 2020-10-02 08:16:37
Trying to adapt myself to this stack ☺️
Kamalwebdev 2020-10-02 08:16:54
Wow that’s great
SerlyMsGlow 2020-10-02 08:20:27
laravel_discuss-53266.jpg
Permisi
👆👆siapa tau ada yg membutuhkan loker bisa langsung kirim lamaran dan cv ke hrd.ittron@gmail.com
SerlyMsGlow 2020-10-02 08:20:28
laravel_discuss-53267.jpg

rebory 2020-10-02 08:24:40
any buddy tell me how to develop printing design tool in laravel
Azad Akhtar 2020-10-02 09:21:40
hello every one…
Azad Akhtar 2020-10-02 09:22:31
laravel_discuss-53274.jpg

Azad Akhtar 2020-10-02 09:22:31
laravel_discuss-53273.jpg

Azad Akhtar 2020-10-02 09:23:50
laravel_discuss-53275.jpg

Azad Akhtar 2020-10-02 09:24:18
i am getting error…
UserComtroller doesn’t exit.
AMIT 2020-10-02 09:25:35
Automatic Controller Namespace Prefixing

Likelihood Of Impact: Optional

In previous releases of Laravel, the RouteServiceProvider class contained a $namespace property with a value of AppHttpControllers. This value of this property was used to automatically prefix controller route declarations controller route URL generation such as when calling the action helper.

In Laravel 8, this property is set to null by default. This allows your controller route declarations to use the standard PHP callable syntax, which provides better support for jumping to the controller class in many IDE.

Please refer Routing section:
https://laravel.com/docs/8.x/upgrade

AMIT 2020-10-02 09:28:03
U need to add USE statement for controller at top:
use AppHttpControllersUserController
Like this
Azad Akhtar 2020-10-02 09:29:44
in api.php for route?
AMIT 2020-10-02 09:32:09
Yes
AMIT 2020-10-02 09:32:57
Automatic controller namespacing is not enabled by default in Laravel 8
Azad Akhtar 2020-10-02 09:33:08
laravel_discuss-53283.jpg

Azad Akhtar 2020-10-02 09:33:34
yes full path of controller it is working
AMIT 2020-10-02 09:33:54
Write at top
Azad Akhtar 2020-10-02 09:33:57
AMIT 2020-10-02 09:32:57
Automatic controller namespacing is not enabled by default in Laravel 8

oh….
Thanks

AMIT 2020-10-02 09:34:04
That is best
Azad Akhtar 2020-10-02 09:34:10
AMIT 2020-10-02 09:33:54
Write at top

okay

AMIT 2020-10-02 09:34:33
Azad Akhtar 2020-10-02 09:33:57
oh….
Thanks

Welcome

Mr_Classy 2020-10-02 09:55:29
In laravel how to get 10 records and sortingdatabase ? Wich statement is used ?
Siberfx 2020-10-02 09:57:03
Use take(10)->orderBy()
Mr_Classy 2020-10-02 09:57:43
Take is staetment ?
Mr_Classy 2020-10-02 09:57:58
For which ?
Siberfx 2020-10-02 09:59:02
if you want 10 records
Siberfx 2020-10-02 09:59:19
And sorted
Mr_Classy 2020-10-02 09:59:39
Ok
erCloud 2020-10-02 10:27:12
Hello
Anyone knows laravel + vue.js
I have small project
Mujhtech 2020-10-02 10:27:31
erCloud 2020-10-02 10:27:12
Hello
Anyone knows laravel + vue.js
I have small project

I do

Prem Soni 2020-10-02 10:43:18
Ho to use validation in form of laravel?
Prem Soni 2020-10-02 10:43:29
Can anyone help me?
Mr_Classy 2020-10-02 10:55:19
How to 1-10 I’d before all data I want to get so which query I used for database in laravel ?
Mr_Classy 2020-10-02 10:58:43
Anyone ?
|