Skip to content

judavi/laravel-challenge

Repository files navigation

Laravel PHP Framework

#Apache configuration <VirtualHost *:80> ServerAdmin admin@jobsitychallenge.com DocumentRoot var/www/jobsitychallenge/diegognt/public ServerName diegognt.jobsitychallenge.com

Instalation

###Clone the repository Clone the repository:

git clone https://github.com/diegognt/laravel-challenge.git

Rename the folder to diegognt

###Install Laravel an dependencies Change to the project folder (diegognt) and execute composer:

composer install

In addition, clear the cache files:

php artisan cache:clear

###migrate the database

Edit app/config/database.php and put the correct value for the database

Use the follow artisan command to create the create the database tables a dummy data

php artisan migrate --seed

###Install assets

For CSS and JS libraries

After that you should go to public/ folder and make sure to have node.js and Bower installed, after that execute

bower install

If you have a problem, contact me

License

The Laravel framework is open-sourced software licensed under the MIT license

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published