markessien / socialapp

A social app
MIT License
6 stars 28 forks source link

Models and folders #7

Closed Jolaolu closed 6 years ago

Jolaolu commented 6 years ago

I Created admin, includes, layout, pages, and posts folders to make File Directory structure clean and not cluttered, I also created Posts and Comments model with their controllers and migrations

RaphAlemoh commented 6 years ago

good

ghost commented 6 years ago

Great work

thecodearcher commented 6 years ago

Nice work so far but we need to add the needed fields also before creating the migrations to prevent multiple additional migration files.

Jolaolu commented 6 years ago

Nice work so far but we need to add the needed fields also before creating the migrations to prevent multiple additional migration files.

but any other person can do a migration:refresh or migration:fresh, I didn't edit anything in the pre-created migration table . jut the expanded the base of the project to give it a better structure thing would just move on from there