What is the problem?
Which path can I access this file directly?
Can I integrate Laravel with ReactJS?
You mean between microservices and modular monoliths?
Or what do you mean by packages?
I Have Created A Form To Upload Something To Database And I Need To Show Contents From the table under that form.
So For that i have created a route with get with some function and then returned the blade page containing the form and then created a post route with some other function and now the uploading section was working fine. Bt since i need to show contents from the database under the form i have changed the previous get function to get those contents from the database and then returned it as some variable and then in the blade.php page used for each to show all those datas inder the form. But Now I Can’t type anything in the form And Its Showing Datas From The Database . What is the problem?
Inspect this in browser and see what’s going wrong.
What error you’re getting
Mbak ini grup internasional_- banyak orang
Gw sii o ajje

Which path can I access this file directly?
http://localhost:8000/ ….
http://localhost:8000/ ….
You can try move files folder into public, cause laravel root /public

http://localhost:8000/ ….
You need to move to the Public folder or inside the Public folder you can create a new folder and store there
storage:link, right ?
Exactly
Yes using laravel mix and not the react CLI
how to name the file like laravel (eg: hCtp3vhNQ4J7DWMyzp7e1VHq4fn5ajmnn9SpQZqn.png)
Then filename will be YourFileName.png
You use store instead of storeAs
You use store instead of storeAs
While storing the document I used to add the PrimaryKey to the fileName for Unique File will store Automatically Creates Unique ID
This is not public/ it saves to storage/app/ (although I ran storage: link)

You should configure the disk, if you use local, of course it will store it in that place.
Keep this posted on LinkedIn, there are many looking for the same there.
Play games, get tickets and WIN $$$. More tickets, more chances to WIN! Enjoy over 80 free games, arcades, sports games, puzzle games and more. WIN REAL CASH!
You mean between microservices and modular monoliths?
Kind of like plugins…the application is built to accept extra modules in plugin form…the plugins can even have their own data sources…so all you need to do to add those extra features to the application is add the plugin/package
Yes this is exactly what i mean
If yes call me on +919898219987
I m intrested
Microservices and modularisation is there to help you have a maintainable codebase.
If you are worried about scaling up eg to handle more requests without downtimes , there are two options
1. Horizontal scaling- Addition of more computers. This is ideal if your users are from different regions
2. Vertical scaling- Addition of hardware specs.
Both microservices and monoliths can fit in these two.
I’ve tried to be as brief as possible but I hope this helps
yes it was. thank you 😊
Iam user django before. And i interesting with laravel.
Iam user django before. And i interesting with laravel.
https://laravel.com/docs/8.x/readme
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