Skip to content

Laravel-Philippines/LaravelPH-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e80ab55 · Sep 27, 2014

History

62 Commits
Sep 27, 2014
Sep 21, 2014
Sep 21, 2014
Sep 21, 2014
Sep 21, 2014
Sep 23, 2014
Sep 24, 2014
Sep 25, 2014
Sep 21, 2014
Sep 27, 2014
Sep 27, 2014
Sep 21, 2014
Sep 26, 2014
Sep 21, 2014

Repository files navigation

Laravel Philippines Website

Build Status

Facebook Group - https://www.facebook.com/groups/laravelph

Twitter Account - https://twitter.com/LaravelPH

How to give suggestions?

Create an issue - https://github.com/Laravel-Philippines/LaravelPH-Website/issues.

How to contribute?

Please read through our contributing guidelines.

Local installation

Here are the steps for installation on a local machine.

  1. Make sure you have Laravel Homestead installed.

  2. Clone this repository.

    git clone [email protected]:Laravel-Philippines/LaravelPH-Website.git laravelph/
    cd laravelph/
    
  3. Add the path for the cloned laravelph repository to the Homestead.yml file under the folders list.

  4. Add a site laravelph.local for the laravelph repository to the Homestead.yml file under the sites list.

  5. Run vagrant provision in your Homestead folder.

  6. Create a database in Homestead called laravelph.

  7. Create a file named .env.local.php in the root folder of laravelph repository and copy and paste the code below:

    <?php
    
    return array(
    
        'DB_HOST' => 'localhost',
        'DB_NAME' => 'laravelph',
        'DB_USERNAME' => 'homestead',
        'DB_PASSWORD' => 'secret',
    
    );
  8. Add 127.0.0.1 laravelph.local to your computer's hosts file.

You can now visit the app in your browser by visiting http://laravelph.local:8000/.

Running the tests

  1. Create a database in Homestead called laravelph_test
  2. SSH into your Homestead box, go to the laravelph folder and run ./vendor/bin/phpunit

About

Laravel Philippines Website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages