#Install composer:
$ curl -sS https://getcomposer.org/installer | php
$ sudo mv composer.phar /usr/local/bin/composer#Clone repository:
$ git clone https://github.com/mdariful/recipe.git#Set your database
Copy and than modify .env.example in .env and configure it with your database access configuration
#Set you server to point on public directory
For security reason and url problem set your server directory to point public directory on this application
#Follow this command line instruction:
$ composer update
$ php artisan migrate
$ php artisan db:seed --class=UsersTableSeederGenerate a New application key
$ php artisan key:generateNow you can enjoy your application.
On the first Login change your credential as Admin
First login credential is:
email: admin@mail.com
password: admin
If you get any issue please open a issue so i can follow you and solve the problem.
Made with all the Love of the World.