GoldFish CMS [Arcturus Morningstar, Laravel, Bootstrap4]

Status
Not open for further replies.

Laynester

a bad bitch
Nov 7, 2018
304
422

TUv8HNu.png

Here is my first attempt at a Laravel CMS

Current Progress:
  • Login [90%] (Function is complete, just need a layout)
  • Register [90%] (Again, just need a layout.)
  • Account Settings [25%] (Started account settings.)
  • Client [100%]
  • Layout [80%] (Some styles being modified, for the most part its complete)
  • Profile Page [25%] (Controller exists, page exists, no layout yet.)
  • Staff Page [100%]
  • Hotel Settings [90%] (Still adding more options here and there.)
  • News [100%]
  • Admin Panel [0%] (really dreading this part.)
Screenshots:
lFYqrnc.png

ybT6bDm.png
full album:

no snippets, cos i have a git:
 
Last edited:

Kurumi

New Member
Jul 28, 2015
13
6
Hummm bootstrap ?

I do not really like the style of the design after that remains my personal opinion, try to make some boxes a little cleaner

and bootstrap when we create our own change try to do the responsive with the

@media (min-width: 767px) {
.my-code {
}
}

.my-code {
}

etc
 

M8than

yes
Mar 16, 2012
463
102
You must be registered for see images attach


Looks a nice release. You need to fix your git config though. Also on your naming scheme for your models, I suggest you name them singular instead of plural. It makes more sense.
 

Laynester

a bad bitch
Nov 7, 2018
304
422
You must be registered for see images attach

image0.png

Started doing the housekeeping, copying the style of HoloCMS's housekeeping, only mines in css and with bootstrap ofc
 
Last edited:

Laynester

a bad bitch
Nov 7, 2018
304
422
As of : May 16th

Housekeeping:
- News (list,create,delete,edit)
- Settings(site/social)
- Site Alert config
 

ZaneyRetros

i am dead
Jul 27, 2015
211
105
Love it, something unique and it hasn't been seen before. Good Luck and continue it up.
I don't know why but it reminds me of the old Habbo.
 

Laynester

a bad bitch
Nov 7, 2018
304
422
current housekeeping todo list:
(bold being tabs, [x] being done)
dashboard
(overview)
[x]- version
[x]- reg users count
[x]- furniture count
[x]- room count
[x]- group count
(settings)
[x]- game port
[x]- rcon port
[x]- camera enabled
[x]- internal badge enabled
[x]- home room

server
- client config
- emu settings
- emu errors
- word filter
- vouchers
- command logs
- navigator publics
- rank permissions

site
[x]- cms settings
[x]- News (create,list,edit,delete)
[x]- site alert

users & mod
[x]- chatlog
- user view
- room view
- private messages
 

Linkestt

Truth is treason in the empire of lies
Nov 8, 2013
375
204
Looks like PhoenixPHP (Habbo theme)... the design sucks. The code seems promising ?‍♂️
 

Hypothesis

Programmer
Jan 6, 2019
524
361
Looks like PhoenixPHP (Habbo theme)... the design sucks. The code seems promising ?‍♂️
The CMS wasn't created based on it's design. It was created to be a clean responsive working Laravel CMS that goes with Arcturus Morningstar. You can always re-design the default theme, I mean why use the default style of any released CMS anyways?
 

Linkestt

Truth is treason in the empire of lies
Nov 8, 2013
375
204
The CMS wasn't created based on it's design. It was created to be a clean responsive working Laravel CMS that goes with Arcturus Morningstar. You can always re-design the default theme, I mean why use the default style of any released CMS anyways?

Makes sense
 

M8than

yes
Mar 16, 2012
463
102
Looking good. Only thing I keep noticing is the inconsistency in your naming scheme. Especially with the models. Tidying this up would help a ton lol
 
Status
Not open for further replies.

Users who are viewing this thread

Top