β prev | next β
sahilbalgotra 2020-07-16 13:43:01
Or share filtering data code
HiTechno_Support 2020-07-16 14:00:40
What package do you suggest to connect to Instagram?
harmlez_prinz 2020-07-16 14:35:48
You do that on your routes
E.g
user/:id/post/:id
harmlez_prinz 2020-07-16 14:37:42
dhruv_lo 2020-07-15 13:13:07
Hello ppl how can I add auto-increment enrollment number in registration form with read only on a new registration
What i do is, let the user register… When dey have registered… DB will generate an id for your..
You can den pass it to your view
harmlez_prinz 2020-07-16 14:39:29
dhruv_lo 2020-07-15 13:34:33
You can’t generate auto id from database until you register the user….
Although maybe their is a way you can query your database, to check for the last id and then increment it by 1
harmlez_prinz 2020-07-16 14:40:36
2020-07-15 14:03:56
$Last_record = AppUsers::all()-order by(‘id’)->latest()->first();
Will get the last record inserted
Check for enrollements-number
If($Last_record->enrollment_no)
$newEnrollmentNo= $Last_record->enrollment_no +1
Else
$newEnrollmentNo= Carbon::Now()->y.100
Kool
harmlez_prinz 2020-07-16 14:41:17
ransikoo 2020-07-15 15:14:16
not answer it
Use laravel passport
ransikoo 2020-07-16 14:42:09
in laravel 7 .i create token with sanctum
e3ximroot 2020-07-16 15:48:37
hi everyone i wanna to upload my laravel 7 project in shared hosting server without ssh is it possible ?
gerasart 2020-07-16 15:49:56
yes
Siberfx 2020-07-16 16:06:34
Iootes 2020-07-16 11:31:12
Vay kardeΕim π
Siberfx 2020-07-16 16:08:16
e3ximroot 2020-07-16 15:48:37
hi everyone i wanna to upload my laravel 7 project in shared hosting server without ssh is it possible ?
You can but you gonna hate it it anything fails :))
2020-07-16 18:01:25
e3ximroot 2020-07-16 15:48:37
hi everyone i wanna to upload my laravel 7 project in shared hosting server without ssh is it possible ?
Ftp is best for this purpose with project initialized with git in your local system.
2020-07-16 18:02:50
2020-07-16 18:01:25
Ftp is best for this purpose with project initialized with git in your local system.
& use phpstorm.
2020-07-16 20:30:33
I have a question about the queue, thank you for helping me
2020-07-16 20:48:36

I use yajra datatable. And i got this error when load more than 30000 data. Please help me
giorbismiguel 2020-07-16 20:49:25
2020-07-16 20:48:36
I use yajra datatable. And i got this error when load more than 30000 data. Please help me
Load data with pagination from the server
alejandrostivanello 2020-07-16 20:49:57
ey guys! im using $request->validate in my api
alejandrostivanello 2020-07-16 20:50:10
how can I change the response of the error?
2020-07-16 20:51:40
giorbismiguel 2020-07-16 20:49:25
Load data with pagination from the server

This is my controller (or server), can you please tell me how ?
2020-07-16 20:51:54
giorbismiguel 2020-07-16 20:49:25
Load data with pagination from the server

. 2020-07-16 20:53:34
2020-07-16 20:51:40
This is my controller (or server), can you please tell me how ?
you still in windows 7?
2020-07-16 20:54:03
. 2020-07-16 20:53:34
you still in windows 7?
Is it a problem?
. 2020-07-16 20:54:22
no. its okay
flyingdragons 2020-07-16 21:10:59
https://stackcoder.in/posts/stack-push-and-prepend-in-laravel-blade
@stack @push and @prepend In Laravel Blade
@stack @push and @prepend In Laravel Blade | StackCoder –
StackCoderI am back with a new article where I will discuss on @stack, @push & @prepend directive in Laravel Blade templating
2020-07-16 21:41:39
2020-07-16 20:48:36
I use yajra datatable. And i got this error when load more than 30000 data. Please help me
Did u try increasing the execution time in php.ini file?
2020-07-16 21:45:50
flyingdragons 2020-07-16 21:10:59
https://stackcoder.in/posts/stack-push-and-prepend-in-laravel-blade
@stack @push and @prepend In Laravel Blade
Nice article bro π
flyingdragons 2020-07-16 21:46:11
Thank you very much.
2020-07-16 21:46:38
I’m assuming rest of the articles are based on laravel 7 , isn’t it?
flyingdragons 2020-07-16 21:46:52
Yes it is
flyingdragons 2020-07-16 21:47:57
I am about to push one more article on SummerNote WYSIWYG text editor saving text with images to database. The images will be stored to pulic path and replace the base64 string of image. Can you please help me in naming the article
2020-07-16 21:48:12
2020-07-16 21:41:39
Did u try increasing the execution time in php.ini file?
Yes, i have try increase to 360, and its still error
flyingdragons 2020-07-16 21:48:27
2020-07-16 21:46:38
I’m assuming rest of the articles are based on laravel 7 , isn’t it?
Basically I have come up with the name as SummerNote WYSIWYG Text Editor Save Images To Public Path In PHP Laravel
2020-07-16 21:49:03
flyingdragons 2020-07-16 21:46:52
Yes it is
Nice, file upload article is good enough but there are more easy way to do this, isn’t it?
flyingdragons 2020-07-16 21:50:03
2020-07-16 21:49:03
Nice, file upload article is good enough but there are more easy way to do this, isn’t it?
Yes there are other easier ways. But currently writing my article keeping freshers in mind. If anyone is pro then it will help them to get started quickly with code snippet
2020-07-16 21:51:32
flyingdragons 2020-07-16 21:50:03
Yes there are other easier ways. But currently writing my article keeping freshers in mind. If anyone is pro then it will help them to get started quickly with code snippet
Yeah that’s right
flyingdragons 2020-07-16 21:51:42
2020-07-16 21:49:03
Nice, file upload article is good enough but there are more easy way to do this, isn’t it?
Thank you so much. Really means a lot to me. Will try my best to implement in smarter way for GitHub codes
2020-07-16 21:52:13
flyingdragons 2020-07-16 21:48:27
Basically I have come up with the name as SummerNote WYSIWYG Text Editor Save Images To Public Path In PHP Laravel
Store and save images to database << what about this, btw thanks for asking for the title name.
flyingdragons 2020-07-16 21:52:53
2020-07-16 21:52:13
Store and save images to database << what about this, btw thanks for asking for the title name.
Thank you for rephrasing.
2020-07-16 21:54:09
2020-07-16 21:48:12
Yes, i have try increase to 360, and its still error
After increasing don’t forget to restart apache, please try to set maximum for test eg : 1000 or 3000
flyingdragons 2020-07-16 21:55:19
2020-07-16 21:48:12
Yes, i have try increase to 360, and its still error
Did you restart the server after modifying php.ini file? And are you modifying the proper php.ini file. You can check it from phpinfo()
2020-07-16 21:56:03
flyingdragons 2020-07-16 21:52:53
Thank you for rephrasing.
Btw bestoflarvel and your stackcoder.in blog, I’m reading both whenever i get time.
flyingdragons 2020-07-16 21:56:50
Very nice. All the best
flyingdragons 2020-07-16 22:44:34
https://stackcoder.in/posts/summernote-wysiwyg-text-editor-save-images-to-public-path-in-php-laravel
SummerNote WYSIWYG Text Editor Save Images To Public Path In PHP Laravel
SummerNote WYSIWYG Text Editor Save Images To Public Path In PHP Laravel | StackCoder –
StackCoderWhen the user fills SummerNote WYSIWYG text editor with some text, images and uploads then save these images to specific public path and update textarea content with this path and store the content in the database using PHP Laravel.
Skg005 2020-07-16 23:45:13
Which one is better? Laravel or Symfony ?
goodluckalltheway 2020-07-16 23:46:07
Laravel
Aubergine 2020-07-17 00:44:30
Laravel
ongray 2020-07-17 02:56:20
The one you know better is better
β prev | next β