Please is there any course pdf for getting started with Laravel?

|
saboorhamedi 2021-03-21 17:49:40
juvenilia_xs 2021-03-21 17:48:55
ok now you can create table with migrations

Not working, giving me the same error

juvenilia_xs 2021-03-21 17:50:07
saboorhamedi 2021-03-21 17:49:40
Not working, giving me the same error

so create new project from first.

saboorhamedi 2021-03-21 17:50:46
juvenilia_xs 2021-03-21 17:50:07
so create new project from first.

Damn, I had this Idea but I have spend a lot time in this project

saboorhamedi 2021-03-21 17:51:13
Is there any way to reset the current project as fresh one ?
w3lifer 2021-03-21 17:57:24
saboorhamedi 2021-03-21 17:51:13
Is there any way to reset the current project as fresh one ?

Remove all tables from laravelfirstblog database. Remove migrations folder (copy your migration file to another folder temporarily). Run php artisan migrate.

saboorhamedi 2021-03-21 17:59:12
w3lifer 2021-03-21 17:57:24
Remove all tables from laravelfirstblog database. Remove migrations folder (copy your migration file to another folder temporarily). Run php artisan migrate.

I did the same thing, I delete my database, I delete all the tables check the image is here, I have not change the migration path

saboorhamedi 2021-03-21 18:00:08
w3lifer 2021-03-21 17:57:24
Remove all tables from laravelfirstblog database. Remove migrations folder (copy your migration file to another folder temporarily). Run php artisan migrate.

Okay i just changed the migration file, I moved it into the factory file, i get the same error

Pankaj Kalal 2021-03-21 18:53:17
Hello everyone ,
I need power full Laravel Devloper
Pankaj Kalal 2021-03-21 18:54:09
Some issues short out in my website
( Calculation, Website Load, Results)
KrysRKL 2021-03-21 18:56:59
Please is there any course pdf for getting started with Laravel?

Im a php développeur and I Want to start with Laravel

PriyankaSankhalaWebDeveloper 2021-03-21 20:11:05
Hi need help
Anyone use yajra database?
PriyankaSankhalaWebDeveloper 2021-03-21 20:11:26
Where we set number of records count?
PriyankaSankhalaWebDeveloper 2021-03-21 20:12:26
I am using server side pagination but at first time it’s fetched all data
PriyankaSankhalaWebDeveloper 2021-03-21 20:12:41
But in bottom show the correct page count
natghi2010 2021-03-21 20:12:52
PriyankaSankhalaWebDeveloper 2021-03-21 20:12:41
But in bottom show the correct page count

Then when you search

natghi2010 2021-03-21 20:13:02
Error
PriyankaSankhalaWebDeveloper 2021-03-21 20:13:36
Without search
PriyankaSankhalaWebDeveloper 2021-03-21 20:13:47
In normal when load grid page
natghi2010 2021-03-21 20:14:03
There is attribute called page length
natghi2010 2021-03-21 20:14:13
In jquery
PriyankaSankhalaWebDeveloper 2021-03-21 20:15:59
But in query we are not using limit?
PriyankaSankhalaWebDeveloper 2021-03-21 20:16:20
How’s it manage data fetching with next page
PriyankaSankhalaWebDeveloper 2021-03-21 20:16:32
It’s totally confused me
mking1444 2021-03-21 20:19:26
‘users’ => DB::table(‘users’)->paginate(15)
mking1444 2021-03-21 20:20:01
U have to set the page data in query
PriyankaSankhalaWebDeveloper 2021-03-21 20:20:49
mking1444 2021-03-21 20:19:26
‘users’ => DB::table(‘users’)->paginate(15)

Ok trying

mking1444 2021-03-21 20:21:05
Ok
juvenilia_xs 2021-03-21 20:22:25
laravel_discuss-74178.jpg
Got this page when click on Email verification link.
PriyankaSankhalaWebDeveloper 2021-03-21 20:23:09
mking1444 2021-03-21 20:19:26
‘users’ => DB::table(‘users’)->paginate(15)

Not working

PriyankaSankhalaWebDeveloper 2021-03-21 20:25:49
laravel_discuss-74180.jpg
It’s my controller code
natghi2010 2021-03-21 20:27:00
PriyankaSankhalaWebDeveloper 2021-03-21 20:25:49
It’s my controller code

Cant be this simple

natghi2010 2021-03-21 20:27:34
Paginate will not work
natghi2010 2021-03-21 20:28:06
Because paginate and get() share the same behaviour
PriyankaSankhalaWebDeveloper 2021-03-21 20:28:07
But why?
natghi2010 2021-03-21 20:28:36
Page length option from jquery will send a different http request to the server
|