Skip to content
/ laravel-starter Public template

An laravel admin starter with sbadmin template

Notifications You must be signed in to change notification settings

aziyan99/laravel-starter

Repository files navigation

ss1

Laravel starter

Simple admin dashboard built with Laravel and SBAdmin.

Installation ⚙️

copy .env-example file to .env and update the database credentials section according to yours.

First install the depedencies using composer and npm

composer install

next, generate the key

php artisan key:generate

next, running the migration and seeder

php artisan migrate:fresh --seed

last make a storage link

php artisan storage:link

optionally, refresh cache

php artisan cache:clear

Default Authentication Credentials

The users generated by factory and categorized by role. Go to the database, show users table data, pick the user with role that you want to login, copy the email. The default password for all users is password.

Troubleshooting 🔧

  1. Deprecated: Return type of Illuminate\Container\Container::offsetExists($key)

About

An laravel admin starter with sbadmin template

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published