-
Posts
785 -
Joined
-
Last visited
-
Days Won
79
Content Type
Profiles
Forums
Events
Everything posted by SRB
-
I vote to ban this guy. Reactions = agreement.
-
Before we even get to the polling stages, I vote for Laravel. I like Laravel. I like Eloquent. I don't like writing more of the code than I need to.
-
The hell is RC Engine?
-
Should be enough on Vue, for free, here to get started - https://laracasts.com/series/learn-vue-2-step-by-step
-
Don't blame you at all. I'd probably use it on myself too.
- 3 replies
-
- 1
-
-
- mccode-v2
- mccode-lite
-
(and 3 more)
Tagged with:
-
You are testing that over 1100 mi though. Nothing closer?
-
I'd like a Ban User button, please.
- 3 replies
-
- mccode-v2
- mccode-lite
-
(and 3 more)
Tagged with:
-
Dang it, I meant to query autoloading too. Well spotted / suggested.
-
Whilst I do not 100% agree with the standard and use a slightly modified version. I have to ask - is this going to become anywhere close to PSR-2 standard at any point? The random indenting of everything inside the php tags burns my eyes - curious, why is it done that way?
-
Before you concern yourself so much with in game content, you should be making your external pages mobile friendly. As a claimed 60%+ of internet traffic is now mobile, you have no excuse for not doing it - it should be done. External Review When clicking JOIN on mobile (iphone 6s), the form layout doesn't even allow enough space for the placeholder text to display. Few points here; 1. Have less padding around the box and remove the outer border - serves no purpose. 2. Make the pop up full width - maybe outer borders transparent, but element 100% width? 3. Close icon is black, so barely viewable. Took a while to see where to click to close. Forgot password page is a completely different layout and doesn't pull in any information to say where you are. This could easily look like a redirection / phishing attempt for an end user. Why JOIN no center!? Also, you have a mis-encoded character in the footer, next to the copyright, showing as a diacritic. Internal review Lol, using LQQK as Username and Login name, with my personal (and valid) email entering a password, I hit sign up and it reloads to the home page. No email. Can't login with credentials. No error displayed on screen post submit so I don't actually know why it's fuxt. SSL Why do you not have SSL? Google/Chrome throws errors all over the place because of this. They're free, depending on hosting and how they support it - Lets Encrypt - Maybe via ACME.sh?
-
My current Dev setup 2019 Edition
SRB replied to electrode's topic in Programming Tools, Software and much more
You're looking at it wrong - it's an off topic post sharing knowledge about laravel facades within his screenshots ? Anywho, on topic now I am back at home! Programming IDE's / Editors; PHP : PHPStorm React : VS Code Python : PyCharm Just Cuz : Sublime Text 3 Themes I use Darcula wherever I can. Love it, love it, love it. Terminals Mac, MacBook and linux user, so default terminals on each of them, although did recently install Hyper Local Dev Environment Host Management : laravel/valet for MacOS & Valet Linux for Linux. Database Access : "$ mysql -A" or SequelPro (Although, I wish MySQL Workbench and SequelPRo would have a love child. Both have pro's and con's) Project Management : Asana Code Management : BitBucket Image Manipulation : Photoshop -
My current Dev setup 2019 Edition
SRB replied to electrode's topic in Programming Tools, Software and much more
Line 56, you can use auth()->user()->email rather than Auth::user()->email and you won't get the highlighting error, since the facade will be registered. -
Tall, dark and handsome are the words you’re looking for.
-
At work, I use a mac for that same reason - I have a habit of killing my ubuntu builds. I still run Mint at home though because - to be honest - if it breaks, I don't care. I'll rebuild. Expensive lessons if it's lost production times. All that lost time/money, you could have just bought a mac ?
-
Auto increment doing it's job is fine, but re-assigning all posts and messages etc too? Slight over-complication methinks - does anybody care about their ID having holes in them?
-
Interestingly, my ID appears to be 277 right now, but in that last link I am showing as "LostOne" with an id of 280 on hover - where did I lose 3 spaces? Interesting.
-
Might be worth looking at this - https://clipboardjs.com/ I found it recently and found it to easy achieve "copy to clipboard" actions.
-
I’m just going to pretend I didn’t see this, and I request everybody else do the same. Only 4 days in it. What’s 4 days between friends ?
-
Who's this n00b?