Skip to content

PBird/adminpanel

Repository files navigation

adminpanel

composer install

rename .env.example to .env

php artisan key:generate

set .env file (fill database configs : DB_DATABASE=test2p....)

echo "create database test2p" | mysql -u root //creating test2p database for example

chmod -R 777 storage/

chmod -R 777 bootstrap/cache/

php artisan migrate

php artisan db:seed --class=SetUpSiteConf

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages