Laravel Auction

Source: https://github.com/ddichov/PHP (Laravel 4.1. IT SEEMS OLD FASHION & NOT GOOD)

Installation:

  1. Dwonload in zip file from https://github.com/ddichov/PHPThen just get the common laravel directory and rename to ‘laravel-auction’
  2. Install required components:
  3. Create a database ‘laravel_auction’ via phpmyadmin
  4. Set a few configuration settings in /app/config/app.php like

    and the database (Laravel 4 dont use .env file to store the database setting) in /app/config/database.php

     
  5. generate the new key

     
  6. set file permission to 777 for /app/storage

     
  7. Migrate the tables to the database
  8. Open it http://localhost/works/laravel/laravel-auction/public/laravel-auction

Leave a Reply

Your email address will not be published. Required fields are marked *