Recent content by ShadowMage

  1. S

    What resources do you use when coding?

    I started off programming in 2003 on the urging of some dude from neopets. I initially learned from places like TechTuts and TutorialNinja(formerly RMB-Scripting). After picking up the super basics of php and sql, I went back to pick up html, css and javascript. Somewhere along the way, I picked...
  2. S

    Hosting Providers

    When I ran my own business I was using Quadranet for a dedicated server. I found a deal they offered on low-end-box for a cheaper server and so we got it. Had it for 3 years with only a couple issues that weren't caused by my mistake, both of which were hardware related. Since the business has...
  3. S

    What's your least favourite thing to code?

    @judda The package adds the the ability to add permissions to roles and users themselves through a call to the user object such as $user->givePermissionTo('edit profile'); or, $user->assignRole('Premium'); Like other packages (I assume. Only used this and zizaco/entrust), all permissions...
  4. S

    What's your least favourite thing to code?

    I am very particular with how a website works, so I feel the need to have a complete system to manage roles with permissions down to the nitty gritty such as sending messages, posting shouts, forum posts etc. While Laravel has spatie's laravel-permissions package to make it just a tiny bit...
Back
Top