Laravel sharing app that uses webform for login and signup
Design comparison
Solution retrospective
It was my first Laravel project. I drastically modified the initial project, using the design and colors for the entire app. I'm very proud that I manage to host this app and make it work properly. It dinamically displays the shares and time of submission, it allows the users to edit their shares and profile pictures, sets permissions correctly, validates the webform input and displays errors. This app is connected to a real hosting, but it doesn't have an SSL certificate, which makes it show as unsafe. The link to the actual Laravel app: http://shares.ru.swtest.ru/
What challenges did you encounter, and how did you overcome them?A lot. I had to figure out how to use Laravel migrations, how to set up database on a hosting. I couldn't connect to my hosting by SSH despite entering the password correctly. After many hours of struggling, I came up with a solution to create an SSH key file and upload it directly to the hosting, which made it unneccessary to enter the password. After that, I coundn't install Composer on the server as PHP version was too old and I couldn't use the new one for some reason. After that, the migrations didn't work properly. I could go on and on, but after all, I overcame all these hardships and now my website works!
Community feedback
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord