/laravel_blog

Laravel Blog With ACL + Access Control Layer admin

Primary LanguageHTML

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 : vivek@gmail.com & pass 123456