Skip to content

Laravel Project with admin panel & front end with vuejs, jwt auth

Notifications You must be signed in to change notification settings

vcka/laravel-blog-vuejs

Repository files navigation

laravel_blog

Laravel Blog With ACL + Access Control Layer admin

Please follow these below instruction to run successfully

Step 1 : open terminal point to the folder where you download the laravel-blog.
Step 2 : Run the command in terminal : "composer install"
Step 3 : cp .env.example .env
Step 4 : create database for your blog & set up database credential in .env file
Step 5 : Run the command in terminal : php artisan key:generate
Step 6 : Run the command in terminal : php artisan migrate
Step 7 : Run the command in terminal : php artisan db:seed
Step 8 : Run the command in terminal : php artisan serve
Step 9 : go to browser point to localhost:8000 for frontend & admin localhost:8000/admin username : [email protected] & pass 123456

About

Laravel Project with admin panel & front end with vuejs, jwt auth

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published