Skip to content

kushwaha03/MyWebsite

Repository files navigation

System Requirements

To be able to run Laravel Boilerplate you have to meet the following requirements:

  • PHP > 7.0
  • PHP Extensions: PDO, cURL, Mbstring, Tokenizer, Mcrypt, XML, GD
  • Node.js > 6.0
  • Composer > 1.0.0

Installation

  1. Install Composer using detailed installation instructions here
  2. Install Node.js using detailed installation instructions here
  3. Clone repository
$ git clone https://github.com/kushwaha03/MyWebsite.git/
  1. Change into the working directory
$ cd MyWebsite
  1. Copy .env.example to .env and modify according to your environment
$ cp .env.example .env
  1. Install composer dependencies
$ composer install --prefer-dist
  1. An application key can be generated with the command
$ php artisan key:generate
  1. Execute following commands to install other dependencies
$ npm install
$ npm run dev
  1. Run these commands to create the tables within the defined database and populate seed data
$ php artisan migrate --seed

Run

To start the PHP built-in server

$ php artisan serve --port=8080
or
$ php -S localhost:8080 -t public/

Now you can browse the site at http://localhost:8080 🙌

some screenshort our website

screenshot from 2018-05-06 02-25-51 screenshot from 2018-05-06 02-26-07 screenshot from 2018-05-06 02-26-23 screenshot from 2018-05-06 02-26-38 screenshot from 2018-05-06 02-26-49 screenshot from 2018-05-06 00-35-49 screenshot from 2018-05-06 00-36-21

License

This boilerplate is open-sourced software licensed under the MIT license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors