I had plans after entirely switching over to Laravel for the backend framework for Antilobby. Laravel enables the more efficient execution of queries and authentication, so I can save processing power on my AWS instance and also develop more memory intense features with Antilobby. A few weeks after switching over, I made the decision to […]
Tag: antilobby
Misc. Work & Antilobby App Updates
I haven’t posted in a while due to being a little distracted by finding opportunities and adding new features to the Antilobby ecosystem. Here is what I’ve been working on: Antilobby Website The website has received some updates over the past week that caters to the user experience. I have redone all of the graphs […]
Antilobby Updates
Yesterday I was finally able to work on some of the Antilobby app updates. I went ahead and finished the login/logout logic and switched over the API requests to the new ones from the totally custom ones to API/. I ran into some issues where once these changes were implemented, I encountered continuous use issues […]
Sanctum & Antilobby
Issues: Upgrading Laravel 8 & Jetstream It took me a while to sort out some issues with upgrading API/ to Laravel 8 and resolving Jetstream issues. I had previous issues with Laravel/Fortify giving errors for some reason when I tried to uninstall Jetstream. So I have decided to keep Jetstream logic there. Exploring Options: Sanctum […]
Issues & Authentication
Now that I’ve got most of the issues out of the way for a user to log in and register. I’m now on to create the API request logic for the desktop application to consume. Some logic is already created, the Model logic in the MVC architecture makes creating content actually really easy. I think […]