← prev | next →
Pro 2020-08-17 11:41:20
google maybe 👀
Rajat Agrawal 2020-08-17 12:16:41
doubt
route
profile/{rajat001}
route
when I call this route without rajat001 it is giving missing required parameters
can I make this route parameter optionl is there any way to do it
skys215 2020-08-17 12:17:19
Rajat Agrawal 2020-08-17 12:16:41
doubt
route
profile/{rajat001}
route
when I call this route without rajat001 it is giving missing required parameters
can I make this route parameter optionl is there any way to do it
Yes, read the doc
Z_Yamin 2020-08-17 12:17:56
profile/{rajat001?} you can add on ? as i did
Rajat Agrawal 2020-08-17 12:20:10
Z_Yamin 2020-08-17 12:17:56
profile/{rajat001?} you can add on ? as i did
I am going to try your approach
Rajat Agrawal 2020-08-17 13:18:10
Z_Yamin 2020-08-17 12:17:56
profile/{rajat001?} you can add on ? as i did
I am checking the url contains rajat001 or not but it is not working
if($request->has(‘username’)){
dd($request->username);
}
Route
Route::get(‘/viewprofile/{username?}’,’SocialController@separate’)->name(‘Profile’);
Rajat Agrawal 2020-08-17 13:18:29
any body help with above code
skys215 2020-08-17 13:36:08
Rajat Agrawal 2020-08-17 13:18:10
I am checking the url contains rajat001 or not but it is not working
if($request->has(‘username’)){
dd($request->username);
}
Route
Route::get(‘/viewprofile/{username?}’,’SocialController@separate’)->name(‘Profile’);
That’s not passed through request
skys215 2020-08-17 13:36:30
Read the doc carefully how to get that username from request uri
ongray 2020-08-17 13:59:22
Wanted SENIOR PHP Developer/Programmer
looking for experience PHP programmer for a long term development position.
For Real Programmer only
There will be some programming assignments test.
Pls DM for more info
S3NX_8 2020-08-17 14:09:52
8
mfahadshah 2020-08-17 15:54:43
Hi everyone, i need some help in making a decision..
https://formbuilder.online/
I want to use this library in my laravel project. If i use VueJs will it make it hard to use as this library is for vanilla JS. If you know any better form builder for Vue JS that will be helpful also. Thanks
DesolatorMagno 2020-08-17 16:00:52
JQuery is not vainilla.
mfahadshah 2020-08-17 17:46:14
DesolatorMagno 2020-08-17 16:00:52
JQuery is not vainilla.
Oops my bad
mfahadshah 2020-08-17 17:46:44
DesolatorMagno 2020-08-17 16:00:52
JQuery is not vainilla.
So is it usable with vue js
DesolatorMagno 2020-08-17 18:35:02
I do everything possible to not use JQuery and Vue together, I don’t recommend it, but it can work, you can try checking in the library git or asking there, or just trying.
mfahadshah 2020-08-17 19:21:52
“How To (Safely) Use A jQuery Plugin With Vue.js – Vue.js Developers” https://vuejsdevelopers.com/2017/05/20/vue-js-safely-jquery-plugin/
How To (Safely) Use A jQuery Plugin With Vue.jsjQuery and VueJS don’t play well together. But if you really need to use a jQuery plugin in a Vue project, you can wrap it in a component to mitigate some of the potential problems. In this article I’ll show you how!
mfahadshah 2020-08-17 19:22:33
Found a detailed article when i used jquery in my search term.
mfahadshah 2020-08-17 19:23:42
So decided not to use Vue unless i find any better formbuilder in vue
2020-08-17 19:27:47
Anybody can help me to run Laravel project on digital ocean cloud. (Sub domain)
2020-08-17 19:29:53
/since 1 week I am stuck
Harshit Thakur 2020-08-17 19:30:39
need an laravel developer for website development. one should have experience in managing web based projects like e-commerce if anybody interested can contact me on 7895751757
2020-08-17 20:10:59
I can’t figure it out, please help if you have time
How can I display pictures when editing a product?
Now such a mistake
/var/www/bossphp.x/
ErrorException
Undefined variable: product (View: /var/www/bossphp.x/resources/views/product/edit.blade.php)
http: //bossphp.x: 8080 / product / edit / 39
2020-08-17 20:11:27
https://pastebin.com/KS9JgYwm
public function edit($id) { $categories = Category::whereNul – Pastebin.com –
PastebinPastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
DesolatorMagno 2020-08-17 21:00:27
You are returning products not product.
And you should validate the id.
ucouldbemine 2020-08-17 21:47:44
Hi guys, i want to find out which laravel version do you use? I’m part time laravel developer for fun from 4.2 and i made some of my recent projects 5.5 – 5.8
And this year I decided to create a new project .. wtf. There’s laravel 5.8, 6, 7..
DesolatorMagno 2020-08-17 21:51:18
5.8 mostly, but any new project will be made in the latest version.
mojtabawt 2020-08-18 00:31:23
Hi guys
By studying the documentation related to Laravel 7, I was able to learn general things such as routers, views, controllers, etc., but what should I do for the classes in Laravel? Thank you for your help.
mojtabawt 2020-08-18 00:32:37
mojtabawt 2020-08-18 00:31:23
Hi guys
By studying the documentation related to Laravel 7, I was able to learn general things such as routers, views, controllers, etc., but what should I do for the classes in Laravel? Thank you for your help.
I mean the list of classes available for Laravel, such as login and registration classes … Where can I find the full list of these classes?
DesolatorMagno 2020-08-18 00:40:04
https://laravel.com/api/5.8/classes.html
DesolatorMagno 2020-08-18 00:40:15
Get fun.
ahmad_harminto 2020-08-18 03:23:03
mojtabawt 2020-08-18 00:32:37
I mean the list of classes available for Laravel, such as login and registration classes … Where can I find the full list of these classes?
https://laravel.com/api/7.x/index.html
ucouldbemine 2020-08-18 03:29:43
L6 is only LTS version
ucouldbemine 2020-08-18 03:33:33
So what’s the point of using L7 for latest projects
mojtabawt 2020-08-18 04:27:12
DesolatorMagno 2020-08-18 00:40:04
https://laravel.com/api/5.8/classes.html
Thank you very much for your help . But I think this is about Laravel 5, isn’t it?
DesolatorMagno 2020-08-18 04:28:21
You know there is a selector and that you can choice whatever version you want, RIGHT?
mojtabawt 2020-08-18 04:29:36
DesolatorMagno 2020-08-18 04:28:21
You know there is a selector and that you can choice whatever version you want, RIGHT?
Yes
mojtabawt 2020-08-18 04:32:36
DesolatorMagno 2020-08-18 04:28:21
You know there is a selector and that you can choice whatever version you want, RIGHT?
Thank you very much for your guidance And sorry for my stupid question
ongray 2020-08-18 04:37:18
SENIOR Developer
Looking for an experienced programmer for developing a management system.
For Real Programmer only
There will be some programming assignments test
Pls send your cv with your project experience or DM for more info. Thank you.
skys215 2020-08-18 06:17:40
ongray 2020-08-18 04:37:18
SENIOR Developer
Looking for an experienced programmer for developing a management system.
For Real Programmer only
There will be some programming assignments test
Pls send your cv with your project experience or DM for more info. Thank you.
Full time? Part time? Or freelance?
duruiz 2020-08-18 06:39:48
real programmer only 😂😂😂
ongray 2020-08-18 06:57:19
skys215 2020-08-18 06:17:40
Full time? Part time? Or freelance?
no preference, as long as you are good at managing time and deadline.
Rajat Agrawal 2020-08-18 07:16:47
how should I run laravel without artisan in xampp
Rajat Agrawal 2020-08-18 07:18:20
i tried by renaming server.php to index and moved .htaccess to root directory than typed
localhost:8080/projectName/form
it did not work anybody tell me what is wrong in my approach
skys215 2020-08-18 07:33:20
ongray 2020-08-18 06:57:19
no preference, as long as you are good at managing time and deadline.
I’ve failed to pm you
2020-08-18 07:46:00
How to create a zip file in Laravel of multiple attachment’s? Any one know
N-34512082 2020-08-18 07:58:53
Can u help me to make e-learning website project in laravel????
N-34512082 2020-08-18 07:59:35
2020-08-18 07:46:00
How to create a zip file in Laravel of multiple attachment’s? Any one know
Try to find it from Google
MahdyAdel 2020-08-18 14:24:09
any one here use botman in laravel
← prev | next →