GithubHelp home page GithubHelp logo

slns / nahid.co Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nahid/nahid.co

0.0 2.0 0.0 11.07 MB

This is a personal portfolio and blog project based on Laravel 5.1.

Home Page: http://nahid.co

License: Creative Commons Zero v1.0 Universal

PHP 10.56% JavaScript 71.77% HTML 17.66% CSS 0.01%

nahid.co's Introduction

nahid.co [Laravel 5.1]

This is my personal blog project develop with latest Laravel version 5.1. Its opensource for students learning purpose.

Installation

After download or clone this project you'll see that there are no vendor directory exists in this project. Don't be worried. Laravel maintain there all packages by composer. Composer is a package dependency tools for PHP. so go to this project via Terminal and run this command

$ composer install

Noted: to run this command you have to enable internet connection

Now composer will sync all packages from server.

Configuration

If you sure all packages was downloaded then you have to configure this project. At first create a database and put your database credentials in .env file. .env is local environment file for laravel. After saving this configuration you have to database migrate. To migrate database run this command in your terminal

$ php artisan migrate

Wow you done it.

Now your project are completely ready to learn.

Run your project

There are no special procedure to run this project. Go to terminal and run this

$ php artisan serve

Now your project run under 8000 port http://localhost:8000.

Remember this: every time you have to run this server at 8000 port. Because our social login activate under this port

Okay, now open this project in your browser and I think it will working fine. To login this project click login and now click 'facebook' icon and then it will automatically login. In this open source version I was integrate only facebook login.

After login this there are a single problem. You can not access Admin area. Okay its not a big deal. go to your database and click users table edit your user and and change user role to admin and save it. Now logout your account from this project and re-login.

Great, now it will work fine and you can access admin area.

Happy Coding Thank You Nahid Bin Azhar

nahid.co's People

Contributors

nahid avatar

Watchers

James Cloos avatar Sérgio Santos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.