Git Product home page Git Product logo

artisan-gui's Introduction

Artisan GUI for Laravel 5.3+

Artisan GUI is a Laravel Graphic User Interface for Artisan Comands. (Works on Live Servers with out SSH).

Artisan GUI is able to run when Laravel is in maintence mode, letting you executing commands with out harming your users.

enter image description here


Installation

Execute the following command on Composer to start downloading and installing.

composer require martins-74/artisan-gui:dev-master

Once Artisan GUI is installed, you need to register a Laravel service provider, in your config/app.php:

    'providers' => [
		...
		Martins\ArtisanGUI\ArtisanGUIServiceProvider::class,
	]

Now we need to publish the configurations, we do this by executing:

php artisan vendor:publish

The last thing to do is to edit the password in config/artisan-gui-configs.php file:

'password' => "wellthisisthesafestpassword",

Tip: Artisan GUI works when Laravel is in Debug Mode for security reasons so be sure that APP_DEBUG is set to true ("APP_DEBUG=true"), however you can change this depencie in config/artisan-gui-configs.php ('useLaravelDebug' => "no") to let you activate/disable Artisan GUI with other variable ('artisanGUISwitch' => "on") also set in the same file.

That's it know navigate to www.yoursite.com/artisan-gui


List of Commands

Note:

  • Can't find a command? Enter in contact with me and i'll see if it's possible to add it.
php artisan make:controller;
php artisan make:migration;
php artisan make:model;
php artisan make:mail;
php artisan make:command;
php artisan make:seed;

php artisan migrate;
php artisan migrate:refresh;
php artisan migrate:install;

php artisan queue:table;
php artisan queue:restart;
php artisan queue:work;

php artisan db:seed;

php artisan schedule:run;

php artisan vendor:publish;

php artisan storage:link;

php artisan down;

php artisan up;

php artisan cache:clear;

artisan-gui's People

Contributors

martins-74 avatar

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.