I need idea about Laravel Project | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I need idea about Laravel Project

Hey guys, I know php, html, css, javascript and mysql database. Recently I learned laravel and I know crud operations like select, insert, update, delete on database and I know blade templating and how to integrate any bootstrap template or any othet template in laravel. What I am asking is that I want to create a mini project where I can use template and perform crud operations but I don't have any idea that which kind of project I should make, because whenever I think about any project, I don't know how to make it's data dictionary and how to provide relationship specifically for that project because I never worked on any live project so I don't know about how things should go. I learned every topic individually but I don't know or confused about how to combine all topics in one project and make it look like a functional web application in laravel. Please provide me any idea or suggestions and if you know about any project then tell me about its project documentation, because may be it will help me.

30th May 2020, 7:05 AM
Shailendra
Shailendra - avatar
1 Answer
0
well you just lacking experience and that's not a bad thing, how to make a project.. to be honest it's a really hard question but I'll answer as I can, first you should know that any project have two sides Frontend and Backend or Server-side and Client-side, this is the main Idea first of all you've to know what you wanna do and what your project gonna do for example Chat App, you need to authentication then you need to give each client a unique ID after that you want a realtime datebase so before anything else you've to write your thoughts, what you wanna do and what you need to achieve your goals, if you made it then you r on the right path so now start designing, start making the interface of your project like login/register page then maybe a list of conversations and convers.. page, if you are done then you have completed your front-end side, now you need to make it work, yes now is the Back-end time, in back-end you r making the concept of you project, like if he logged in check his info.. etc that's all
30th May 2020, 11:02 AM
Mohammed Alotaibi
Mohammed Alotaibi - avatar