Skip to content

lowzijian/Laravel-myApp

Repository files navigation

About Project

How to run the project

  1. Install Composer Dependencies
    run composer install

  2. Install NPM Dependencies
    run npm install

  3. Create copy of ur .env file
    cp .env.example .env

  4. Generate an app encryption key
    php artisan key:generate

  5. Create an empty database for our application
    database name laravel myapp with utf8mb4 unicode ci , open .env environment file to modify the MYSQL database settings

DB_CONNECTION=mysql <br>
DB_HOST=127.0.0.1 <br>
DB_PORT=3306 <br>
DB_DATABASE=laravel_app <br>
DB_USERNAME=root <br>
DB_PASSWORD= <br>
  1. Run proper data migration
    php artisan migrate

  2. Serve the program
    php artisan serve

For further information about running the project , please look through https://devmarketer.io/learn/setup-laravel-project-cloned-github-com/

About

Advance web application practical exercise

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published