Git Product home page Git Product logo

adminer-for-laravel's People

Contributors

artistan avatar lhq0826 avatar mosinve avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

adminer-for-laravel's Issues

Adminer Not Found

Hi just installed you package and adminer.php cannot be found in the package's folder ?

Request to Tag v2.0.0

I suggest tagging to v2.0.0 with these updates.

  • artisan command for adminer.php script download (only if not latest version)
    -- The adminer.php script is now automated download from latest
    -- auto reformat of adminer.php to replace duplicate (already declared) functions
    -- command will run with composer install and/or update
  • auto middleware by default
    -- optional adminer configs
  • laravel 5.5 auto service provider
  • README.md update with all these features.

v4.3.1 is out

have you tried to get composer include adminer?
thanks!

Readme middlweare path

Readme path:

Route::any('adminer', '\Simple\Adminer\AdminerController@index')->middleware('adminer_custom_middleware');

The correct path:

Route::any('adminer', '\Simple\Adminer\Controllers\AdminerController@index')->middleware('adminer_custom_middleware');

trying to install adminer

Hi,

I'm trying php artisan adminer:update with the following output:

Adminer: no last version, welcome!
Adminer: already latest version!

With the result, that there is no adminer file loaded and it is not working.

PHP: 7.1.4
Laravel: 5.6.21

Adminer Version should be 4.6.2 https://github.com/vrana/adminer/releases

Regards,
Timo

Laravel 5.5 - Call to a member function tableHelp() on null

Symfony\Component\Debug\Exception\FatalThrowableError 
…/vendor/leung/laravel-adminer/src/resources/adminer.php1486
// on call selectLinks function:
function
selectLinks($Gh,$P=""){global$y,$n;echo'<p class="links">';$se=array("select"=>lang(39));if(support("table")||support("indexes"))$se["table"]=lang(40);if(support("table")){if(is_view($Gh))$se["view"]=lang(41);else$se["create"]=lang(42);}if($P!==null)$se["edit"]=lang(43);$D=$Gh["Name"];foreach($se
as$z=>$X)echo" <a href='".h(ME)."$z=".urlencode($D).($z=="edit"?$P:"")."'".bold(isset($_GET[$z])).">$X</a>";echo
doc_link(array($y=>$n->tableHelp($D)),"?"),"\n";}
// detailed debug:
selectLinks($Gh,$P="")
{
global$y,$n;
var_dump($n); // variable $n is NULL
...
echo doc_link(array($y=>$n->tableHelp($D)),"?"),"\n";

Same error on

function selectQuery($H,$vh,$Nc=false)
{
global$y,$n;$J="</p>\n";if(!$Nc&&($Vi=$n->warnings())){$u="wa...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.