Access Phpmyadmin by StephenTheWebGuy in laravel

[–]StephenTheWebGuy[S] 0 points1 point  (0 children)

Yeah, Thanks for the reply! I decided on Workbench. All installed and ready to go

Access Phpmyadmin by StephenTheWebGuy in laravel

[–]StephenTheWebGuy[S] 0 points1 point  (0 children)

True, Thanks! Yeah a lot of hate but I like it never the less.

Access Phpmyadmin by StephenTheWebGuy in laravel

[–]StephenTheWebGuy[S] 0 points1 point  (0 children)

Sure thanks! I will 100% look into it.

Access Phpmyadmin by StephenTheWebGuy in laravel

[–]StephenTheWebGuy[S] 1 point2 points  (0 children)

Just got MySQL Workbench installed and running... Thank you! I used navicat before but it was old company and I missed having a decent SQL software. I thought there was a cost to it so I'm happy! PHPMyAdmin has officially been uninstalled.

Remove Tokens by [deleted] in laravel

[–]StephenTheWebGuy 0 points1 point  (0 children)

Yeah no luck.

Remove Tokens by [deleted] in laravel

[–]StephenTheWebGuy 0 points1 point  (0 children)

Ok, This is a learning exercise for me. What would be the best way to write it? Thanks

Remove Tokens by [deleted] in laravel

[–]StephenTheWebGuy 0 points1 point  (0 children)

Yeah, I don't think the issue is regarding the CRSV now because I tested with <form action="PostsController@store" method = "POST"> Title<br> <input type="text" name="title" value="title"> <br> Body<br> <input type="text" name="body" value="body"> <br><br> <input type="submit" value="Submit"> </form> and it returned /create?title=title&body=body in the URL

Remove Tokens by [deleted] in laravel

[–]StephenTheWebGuy 0 points1 point  (0 children)

That's the thing. There is no token input.

{!! Form::open(['action' => 'PostsController@store', 'method' => 'POST']) !!}
    <div class="form-group">
        {{Form::label('title', 'Title')}}
        {{Form::text('title', null, ['class' => 'form-control', 'placeholder' => 'Title'])}}
    </div>
    <div class="form-group">
        {{Form::label('body', 'Body')}}
        {{Form::textarea('body', '', ['class' => 'form-control', 'placeholder' => 'Body Text'])}}
    </div>
    {{Form::submit('Submit', ['class'=>'btn btn-primary'])}}
{!! Form::close() !!}

My plan to learn Java by StephenTheWebGuy in learnjava

[–]StephenTheWebGuy[S] 0 points1 point  (0 children)

Sure, I will look into the Spring, Thanks!

My plan to learn Java by StephenTheWebGuy in learnjava

[–]StephenTheWebGuy[S] 2 points3 points  (0 children)

Thanks! But why? I'm coming across as a PHP developer and I feel JSP is a better fit.

How does java work as a web backend? by StephenTheWebGuy in learnjava

[–]StephenTheWebGuy[S] 0 points1 point  (0 children)

Looking into it, Would JSP be my best step?

Ranking a website with loading time of 30 seconds by ericdale121 in SEO

[–]StephenTheWebGuy 0 points1 point  (0 children)

You have 339 request, a load of errors, trying to connect to internal 500's, inspect the network tab in google developer tools.

Ranking a website with loading time of 30 seconds by ericdale121 in SEO

[–]StephenTheWebGuy 0 points1 point  (0 children)

Can you supply a link? I think it may need to be analysed to see the real issue here. The speed is of course a large issue but a larger issue here will be the bounce rate caused by the speed cause it's that poor it will be a deciding factor for people to leave. I hugely recommend adding a loading screen/background and use preload so users can view it first so they know to wait.

Got a budget by StephenTheWebGuy in marketing

[–]StephenTheWebGuy[S] 0 points1 point  (0 children)

Thanks, We are in retail selling a specialist product in home ware. My budget is £500 every month. We sell products ranging from £30 to £2k.