Hi guys, we have a development team and we are pro at laravel react js and react native, anybody has project for out source?

|
skys215 2020-01-19 14:35:49
It’s a different thing
skys215 2020-01-19 14:36:09
Google it how to create , I have never created before
skys215 2020-01-19 15:21:38
Yeah
Noorev7 2020-01-19 17:19:46
Hi ,i have A table that has many columns so i wanna to edit just 2 columns by giving id .and this is the code
how can I fix it?
Noorev7 2020-01-19 17:20:18
$body = $request->all();
$id= $body[‘id’];

$data = SellMenuItem::where(‘id’, $id)->update(array(???????));

Blast06 2020-01-19 17:21:27
why dont you use RMB?
Blast06 2020-01-19 17:21:57
route model binding, and avoid that code.
Blast06 2020-01-19 17:22:13
Noorev7 2020-01-19 17:20:18
$body = $request->all();
$id= $body[‘id’];

$data = SellMenuItem::where(‘id’, $id)->update(array(???????));

thats the whole code that is suposed to update the data?

Noorev7 2020-01-19 17:22:40
Blast06 2020-01-19 17:21:27
why dont you use RMB?

I don’t know how to use it

Noorev7 2020-01-19 17:22:51
Blast06 2020-01-19 17:22:13
thats the whole code that is suposed to update the data?

Yeah 😶

Blast06 2020-01-19 17:23:43
hi guys i have an aws ec2 instance with laravel(with docker on it), i have everything set up, but when i try to access to the url, it does not work, can someone help me to see if i configured something wrong in the security rules or maybe something else.?
Blast06 2020-01-19 17:24:09
Noorev7 2020-01-19 17:22:40
I don’t know how to use it

ok

Blast06 2020-01-19 17:29:18
@Noorev7 , look , go to the 2:54:00 in this video https://youtu.be/ImtZ5yENzgE

Laravel PHP Framework Tutorial – Full Course for Beginners (2019)YouTube
Learn Laravel 5.8 by creating an Instagram clone in this full tutorial course for beginners. Laravel is a free, open-source PHP web framework used for creating web applications.

💻Code: https://github.com/coderstape/freecodegram

⭐️Course Contents ⭐️
⌨️ (0:00) Introduction
⌨️ (1:14) What is Laravel?
⌨️ (2:07) Installing Laravel
⌨️ (5:30) First look at the project
⌨️ (7:15) Intro to php artisan
⌨️ (11:42) Generating login flow with make:auth
⌨️ (12:04) Setting Up the Front End with Node and NPM
⌨️ (20:00) Migrations and Setting Up SQLite
⌨️ (26:00) Designing the UI from Instagram
⌨️ (42:12) Adding Username to the Registration Flow
⌨️ (58:35) Creating the Profiles Controller
⌨️ (1:04:00) RESTful Resource Controller
⌨️ (1:09:10) Passing Data to the View
⌨️ (1:10:20) Adding the Profiles Mode, Migration and Table
⌨️ (1:17:30) Adding Eloquent Relationships
⌨️ (1:28:10) Fetching the Record From The Database
⌨️ (1:30:00) Adding Posts to the Database & Many To Many Relationship
⌨️ (2:04:24) Creating Through a Relationship
⌨️ (2:08:12) Uploading/Saving the Image to the Project
⌨️ (2:19:19) Resizing Images with Intervention Image PHP Library
⌨️ (2:27:42) Route Model Binding
⌨️ (2:31:48) Editing the Profile
⌨️ (2:46:46) Restricting/Authorizing Actions with a Model Policy
⌨️ (2:54:50) Editing the Profile Image
⌨️ (3:00:00) Automatically Creating A Profile Using Model Events
⌨️ (3:12:56) Default Profile Image
⌨️ (3:19:48) Follow/Unfollow Profiles Using a Vue.js Component
⌨️ (3:31:28) Many To Many Relationship
⌨️ (3:46:33) Calculating Followers Count and Following Count
⌨️ (3:48:55) Laravel Telescope
⌨️ (3:51:44) Showing Posts from Profiles The User Is Following
⌨️ (4:01:03) Pagination with Eloquent
⌨️ (4:03:25) N + 1 Problem & Solution
⌨️ (4:05:21) Make Use of Cache for Expensive Query
⌨️ (4:11:44) Sending Emails to New Registered Users
⌨️ (4:21:51) Wrapping Up
⌨️ (4:22:37) Closing Remarks & What’s Next In your Learning

🎥Course from Coder’s Tape. Check out their YouTube channel for more great Laravel tutorials: https://www.youtube.com/coderstape

Learn to code for free and get a developer job: https://www.freecodecamp.org

Read hundreds of articles on programming: https://medium.freecodecamp.org

Noorev7 2020-01-19 17:37:43
Blast06 2020-01-19 17:29:18
@Noorev7 , look , go to the 2:54:00 in this video https://youtu.be/ImtZ5yENzgE

Thanks, but i used api and form (android studio) so it’s not the same i just wonna know what should I write here
->update (??) How can I tell it to update the column i want

Blast06 2020-01-19 17:39:52
->update([
‘column_name’->’data[‘column_data’],
‘column_name2’->’data[‘column_data’2],
]);
Blast06 2020-01-19 17:40:30
->update([
‘column_name’->data[‘column_data’],
‘column_name2’->data[‘column_data’2],
]);
Noorev7 2020-01-19 17:42:38
Aha thanks
Lynda Lyn 2020-01-19 19:37:11
laravel_discuss-24824.jpg

Lynda Lyn 2020-01-19 19:37:45
Why the logos is not displayed correctly
ikudratov 2020-01-19 19:40:19
Lynda Lyn 2020-01-19 19:37:11

May be the path or file name is incorrect!

ikudratov 2020-01-19 19:41:00
Lynda Lyn 2020-01-19 19:37:11

Or check the extension of the file.

{{ Lordkrishna }} 2020-01-19 19:56:36
Lynda Lyn 2020-01-19 19:37:11

Check the file details like name extension path…

kuzmich321 2020-01-19 20:53:29
laravel_discuss-24834.jpg

kuzmich321 2020-01-19 20:53:29
laravel_discuss-24833.jpg

kuzmich321 2020-01-19 20:54:11
Seek an aswer! Do need ignore it in validated if null. How to achieve it?
kuzmich321 2020-01-19 21:31:12
Closed. Did that simply in a controller
2020-01-19 21:36:48
Lynda Lyn 2020-01-19 19:37:11

Use the function asset
{asset(‘path to the picture’)}

Lynda Lyn 2020-01-19 21:38:02
I telecharged the package
Lynda Lyn 2020-01-19 21:39:57
images and icons have been downloaded with the package
Lynda Lyn 2020-01-19 21:40:48
where I had to put this function
2020-01-19 21:43:22
Lynda Lyn 2020-01-19 21:38:02
I telecharged the package

no you don’t download it the package it is a function which exists as for example if my file which keeps the photos is called dst and the name of my photo is dst.png then I do {asset (‘dst / dst.png ‘)} this function will force for thefind

Lynda Lyn 2020-01-19 21:48:23
but thd icone i downloand it with the pakage
2020-01-19 21:49:12
Screen you code
amirhosseinam2010 2020-01-20 01:23:57
hi guys ,we have a development team and we are pro at laravel react js and react native ,anybody has project for out source?
Fatima 2020-01-20 02:52:20
laravel_discuss-24850.jpg

Fatima 2020-01-20 02:52:43
Fatima 2020-01-20 02:52:20

I have many to many table ,books and orders

Fatima 2020-01-20 02:52:53
I have a pivot table
Fatima 2020-01-20 02:53:22
Fatima 2020-01-20 02:52:53
I have a pivot table

In my pivot I have book id and order id and qty

Fatima 2020-01-20 02:53:45
Fatima 2020-01-20 02:53:22
In my pivot I have book id and order id and qty

How can I sync qty to this table??

Fatima 2020-01-20 02:54:04
Fatima 2020-01-20 02:52:20

laravel_discuss-24855.jpg

ErSoul 2020-01-20 03:21:12
Fatima 2020-01-20 02:52:20

sync([ $book_id => [‘qty’=>$qty]])

ErSoul 2020-01-20 03:21:17
Try that
Ant_Jr 2020-01-20 05:29:48
Hello there guys
Ant_Jr 2020-01-20 05:33:22
Please really need some help:
I developed an app with laravel, everything seems to be working fine locally but when I deploy to a shared host,
All that works is the root route and all other routes returns 404.
Ant_Jr 2020-01-20 05:34:03
Have tried changing file permissions yet to no avail.
. 2020-01-20 05:43:48
Ant_Jr 2020-01-20 05:33:22
Please really need some help:
I developed an app with laravel, everything seems to be working fine locally but when I deploy to a shared host,
All that works is the root route and all other routes returns 404.

change the permissions of the folder bootstrap/cache plus also the storage/

Ant_Jr 2020-01-20 05:45:41
. 2020-01-20 05:43:48
change the permissions of the folder bootstrap/cache plus also the storage/

All of them are set to 0775

. 2020-01-20 05:46:11
you hosted on a vps?
. 2020-01-20 05:46:43
Ant_Jr 2020-01-20 05:45:41
All of them are set to 0775

which group own the files?

Ant_Jr 2020-01-20 05:46:53
. 2020-01-20 05:46:11
you hosted on a vps?

Yeah

|