develogs/panel

Installs: 28

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 0

Forks: 0

Open Issues: 0

Language:CSS

Type:project

v1.0.x-dev 2020-07-02 20:37 UTC

This package is auto-updated.

Last update: 2024-03-29 04:12:37 UTC


README

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');