LaravelPackages.net
Acme Inc.
Toggle sidebar
sarps/galaxy

admin dashboard for laravel, free version of the laravel nova.

12
1
About sarps/galaxy

sarps/galaxy is a Laravel package for admin dashboard for laravel, free version of the laravel nova.. It currently has 1 GitHub stars and 12 downloads on Packagist. Install it with composer require sarps/galaxy. Discover more Laravel packages by sarps or browse all Laravel packages to compare alternatives.

Last updated

LaravelGUI

Latest Version on Packagist Software License Build Status Coverage Status Quality Score Total Downloads

admin dashboard for laravel, free version of the laravel nova. supports PSR-4.

Install

Via Composer

$ composer require Sarps/Galaxy

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

    'providers' => [
		...
		Sarps\Galaxy\ArtisanGUIServiceProvider::class,
	]

Then publish Laravel GUI's assets(Enter this in the command-line):

    php artisan vendor:publish

Usage

That's it, simply navigate to www.yoursite.com/galaxy

Examples:

127.0.0.1:8000/galaxy
localhost:8000/galaxy
$skeleton = new Sarps\LaravelGUI();
echo $skeleton->echoPhrase('Hello, League!');

Change log

Please see CHANGELOG for more information on what has changed recently.

Testing

$ composer test

Contributing

Please see CONTRIBUTING and CODE_OF_CONDUCT for details.

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

Comments