Giter Club home page Giter Club logo

eventdayplanner's Introduction

Thank you

We are sure you will Enjoy using it!

Installation

Git repo installation is a bit different than the original one because here all files copied already and everything is configured properly

infact this will take less time compared to installing from CodeCanyon's files

add vendors

we don't push vendors to git as they can grow like anything (a default feature of laravel or any composer related projects)

composer install

permissions


chmod -R 755 storage

chmod 755 bootstrap/cache

If you are on linux/ mac you can run below command to chown it.

chown -R www-data /var/www

database credentials

open .env and modify database details with yours

add tables to databaes

php artisan migrate

add admin to users table

php artisan db:seed --class=AdminSeeder

compile assets

Make sure you have nodejs installed in your system

install gulp, bower globally

npm install -g gulp bower

install local packages

npm install

get bower components

gulp bower

move assets to public

gulp

Congratulations

open your website and now it should be fully working :)


Bugs

To report bugs, please click on "Issues" in right menu and check if the bug is reported already and if it doesn't exists please create new issue by clicking New issue

pull requests

If you would like to improve code :) or fix any bug or add new feature,

please send a pull request and we will be thankful to you for your work! :D

eventdayplanner's People

Contributors

amirgee007 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.