Brian Ellwood

Results 15 issues of Brian Ellwood

By passing a boolean of TRUE to the getRoutes function you can retrieve a list of named routes which is handy if you want to quickly process your routes to...

Issue: When resizing the viewport in chrome using the device toolbar, if you click the icon to disable the device toolbar when your viewport goes back to full size, text...

We have `string` and `numeric` as options but nothing that naturally sorts. With pagination you really can't mess with the dataset sorting :/

Making a post to help out any one who is wanting to present their users with errors from the server-side. My application is based off this tutorial/example: http://phpflow.com/demo/bootgrid-php-mysql-serverside-demo/ In my...

When trying to add twitter cards: ``` {!! Meta::tag('card') !!} ``` I am seeing the following rendered: ``` ``` ...when all I want is: ``` ``` I see some granularity...

- Corcel Version: 2.8.0 - Framework: Laravel v5.8.38 - PHP Version: PHP 7.4 - Database Driver & Version: N/A A post with multiple categories, say, 'Uncategorized' and 'Blog' will end...

Any plans to update for Laravel 5.5?

``` Create Roles for user, default is admin and user? [y|N] (yes/no) [yes]: > Enter roles in comma separate format. [Admin,User]: > In Connection.php line 664: SQLSTATE[23000]: Integrity constraint violation:...

I've placed a very basic login form within a messi button dialogue: [code] $(document).ready(function() { new Messi('<form name="loginform" id="loginform" method="POST" action="login.php"><p><input name="username" type="text" id="username" size="30" maxlength="30" />Username</p><p><input name="password" type="password" id="password"...

A valid email address such as: [email protected] Is being flagged as invalid even though RFC states you may have a dot in the user part of the address. Likely the...