-
Notifications
You must be signed in to change notification settings - Fork 144
Home
Note: if you face any problem in any of the steps you should report it at github
-
First you need to create a laravel 5.8 project.
-
Add LaravelPanel with runing this code in CMD
composer require serverfireteam/panel
Or Add the package to require section of composer And run the composer update command, the package and its dependencies will be installed.
{ "require": { "serverfireteam/panel": "1.9.*" }, }
Note :
For Laravel 5.8 use 1.9.*
For Laravel 5.7 use 1.8.*
For Laravel 5.4 use 1.6.*
For laravel 5.3 use 1.5.*
For laravel 5.2 use 1.4.*
For laravel 5.1 use 1.3.*
-
Add the ServiceProvider of the package to the list of providers in the config/app.php file
'providers' => array( Serverfireteam\Panel\PanelServiceProvider::class )
-
Run the following command in order to publish configs, views and assets.
php artisan panel:install
-
Go to your domain.com/panel and you can login with the following username and password :
user : [email protected]
password : 12345