Laravel is a web application framework with expressive, elegant syntax. We’ve already laid the foundation for your next big idea — freeing you to create without sweating the small things.
Created controllers, models and seeders to store test/dummy data
Built out more views for different routes
add tailwind to project dependencies using npm
created pages and components
hard coded student data to return students approval view
built html layout for larbrarian theme
worked on user following feature and the handling process
added ownership to chirps
users can view followers/following of other users
minor updates to the profile view
added a feature where users can update their avatar
activated storage symbolic link to temporarily store profile pictures
migrations for user follow handling
updates to chirps table
misc update to html references
installed tailwind to webpack and node dependencies
set routes and built respective pages corresponding to routes
created migrations, models and temporary hard coded seed(s)
created controllers for respective routes
(while sticking to naming convention)
added pagination to views for both agents/customers
update db config
remove procfile
load in aws-s3 components
update storing files publicly to utilizing aws-s3's cloud server
address relationship issue with ticket when it is created
loaded in vendor:publish pagination resources
address issue with relationships when creating a ticket
added placeholder data to database config file
loading Heroku Procfile
updated database config
minor changes to config files
Heroku Procfile
added database config
modified composer.json
modified composer.lock
modified composer.json
modified composer.lock
modified composer.json composer.lock
added database config
added database config
modified composer.json
modified composer.json
modified .env
modified .env
modified .env
Created seeder data to fill database tables when running migrate:refresh --seed
Refactored index() to assign a certain view depending on what their role is
Added a last step to fill the "role_user" table with the default role_id and the user's id
Removed timestamps to prevent "does not have a default value" queries within models
Updated response route to send an email to ticket author if it has received a response from agent
Minor changes to tables, User model, and loaded PHPMailer in the project as our mailing library of choice