Skip to content

debonairtrain/laravel

Repository files navigation

Learning Admin

This is a learning repository

Installation Instruction

  1. Clone repository
    https://github.com/Abbasumaru/Laravel-project.git
    
    cd learning-admin/
    
  2. Copy sample .env.sample file

    cp .env.sample .env

    Edit the following environment variables inside the newly copied .env file

    APP_NAME="Learning Admin" <-- anything you want :)
    APP_URL=http://learning-admin.test <-- should match the URL you want to access the app with
    DB_DATABASE=learning_admin <-- database name
    DB_USERNAME=root <-- database username
    DB_PASSWORD=root <-- database password
    
  3. Install composer dependencies
    composer install <-- or composer update to update the dependencies
    
  4. Migrate and seed database
    php artisan migrate --seed <-- required to seed your database with dummy records for testing
    

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages