Git Product home page Git Product logo

php_keep_tabs's Introduction

Keep Tabs

Simple project to register projects, clients and payments. This project was built using Laravel, Blade, Tailwind CSS and Breeze.

Developed by Marcelo Cortez

Prerequisites

What things you need to install the software and how to install them.

Use one of these softs according to your OS :

  • Windows : Use WAMP, XAMP or Laragon
  • Mac OS: Use MAMP (PRO)
  • Linux: Use LAMP

Installing

First, finish reading this file and check about the 'database connection' and 'default admin'

To start configuring the project, follow this commands

Install composer dependencies

composer install

Create .env file

cp .env.example .env

Generate key

php artisan key:generate

Install npm dependencies

npm install

Generate styles and javascripts, the page will auto reload.

npm run watch

Generate ES5 file for Internet Explorer compatibility.

npm run gulp:watch

Run migrations

php artisan migrate

Refresh the database and run all database seeds...

php artisan migrate:refresh --seed

Clear cache

php artisan cache:clear
php artisan view:clear
php artisan route:clear
php artisan clear-compiled
php artisan config:cache

Database Connection

The project use a MySQL database.

Use one of these softs according to your OS to connect to the database :

  • Windows : Use Heidi SQL
  • Mac OS: Use Sequel Pro
  • Linux: Use Heidi SQL

Up to you to modify these values according to your environment on the .env file.

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=''
DB_USERNAME=root
DB_PASSWORD=root

Default Admin User

In order to create a default admin login, before the app deployment, go to your .env file and edit:

ADMIN_NAME=
ADMIN_EMAIL=
ADMIN_PASSWORD=

Then run

php artisan db:seed --force

TO DO

  • Completely redo the visual part
  • 'Projects' - See the total already paid for that project;
  • 'Projects' - See how much is left to pay for that project;
  • When editing a project or payment, see the current values on date fields;
  • Change from CKEditor to TinyMCE
  • Add a 'To Do' area

Running the tests

Not yet implemented

Deployment

Not yet implemented

Contributing

Not yet implemented

Versioning

Not yet implemented

php_keep_tabs's People

Contributors

marcelohcortez 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.