Skip to content

Omar-Abulkhair/dlPanel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Panel

Installation Steps

1. Require the Package

you can require Package with the following command:

composer require develogs/panel

2. Add the DB Credentials & APP_URL

Next make sure to create a new database and add your database credentials to your .env file with url:

APP_URL=http://localhost:8000
DB_HOST=localhost
DB_DATABASE=homestead
DB_USERNAME=homestead
DB_PASSWORD=secret

3. Run The Installer

Lastly, we can install Package.

php artisan develogs:install

And we're all good to go!

Start up a local development server with php artisan serve And, visit http://localhost:8000/dashboard.

todo

  • $router->middleware('name', 'MiddlewareClass');

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published