stephenalonzo
Repos
9
Followers
9
Following
12

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.

1
0

Events

Created controllers, models and seeders to store test/dummy data

Built out more views for different routes

Created at 11 hours ago

add tailwind to project dependencies using npm

created pages and components

hard coded student data to return students approval view

Created at 18 hours ago

built html layout for larbrarian theme

Created at 1 day ago

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

Created at 3 days ago
create branch
stephenalonzo create branch main
Created at 4 days ago
Created at 4 days ago
create repository
stephenalonzo create repository
Created at 4 days ago

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)

Created at 4 days ago
create branch
stephenalonzo create branch main
Created at 5 days ago
create repository
stephenalonzo create repository
Created at 5 days ago
Created at 5 days ago

added pagination to views for both agents/customers

Created at 6 days ago

remove db config

Created at 6 days ago

update db config

remove procfile

Created at 6 days ago

load in aws-s3 components

update storing files publicly to utilizing aws-s3's cloud server

Created at 6 days ago

address relationship issue with ticket when it is created

Created at 1 week ago

loaded in vendor:publish pagination resources

address issue with relationships when creating a ticket

Created at 1 week ago

added placeholder data to database config file

Created at 1 week ago

loading Heroku Procfile

updated database config

minor changes to config files

Created at 1 week ago
create branch
stephenalonzo create branch main
Created at 1 week ago
create repository
stephenalonzo create repository
Created at 1 week ago
create branch
stephenalonzo create branch main
Created at 1 week ago
create repository
stephenalonzo create repository
Created at 1 week ago

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 at 1 week ago

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

Created at 1 week ago
Created at 1 week ago