Skip to content

suman609/joshadmin

Repository files navigation

5.4 Installation

The zip file contains all laravel files integrated with josh, however you need to perform following steps to get vendors etc.

Get Composer packages

composer install

permissions

chmod -R 775 storage

chmod 775 bootstrap/cache

If you are on linux/ mac you can run below command to chown it.

chown -R www-data /var/www

database credentials

open .env and modify database details with yours

add tables to databaes

php artisan migrate

add admin to users table

php artisan db:seed --class=AdminSeeder

compile assets

If you don't have good knowledge on nodejs and npm, you can copy public folder files from codecanyon's downloaded files

Make sure you have nodejs installed in your system

from 5.4 onwards, Laravel team decided to move to webpack from gulp

so assets compilation differs a bit.

They introduced a new npm package for webpack called mix

you can read more about it here

install local packages

npm install

get bower components

bower install

move assets to public

npm run dev

Congratulations

open your website and now it should be fully working :)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published