πŸ“‘ Invoice Generator - This is an invoicing system created with Laravel,

Overview

πŸ“‘ Invoice Generator

This is an invoicing system created with Laravel, which allows the user to generate invoices based on product and customer catalogs that are manageable.

You can see it here β†’ Invoice-Generator. Credentials

πŸ› οΈ Previous configuration

Creation of the .env file for environment variable configuration

  1. Go to root folder and create an .env file.
  2. Open the .env.example file and copy all of its contents.
  3. Go to your .env file and paste the copied content.

Database access configuration using the .env file

  1. You must enter the .env file and configure the database section with the following fields.
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=invoicing_system
DB_USERNAME=root
DB_PASSWORD=

πŸš€ Available commands

Installation of application dependencies

composer install

Generating the APP_KEY property of our Laravel project in the .env file

php artisan key:generate

Execution of the migrations to create the database tables.

php artisan migrate

Insertion of data from the user table

php artisan db:seed

Insertion of data in the client table

php artisan db:seed --class=ClientSeeder

Insertion of data in the products table

php artisan db:seed --class=ProductSeeder

Inserting data from our companies table

php artisan db:seed --class=CompanySeeder

Runs the app in the development mode.

php artisan serve

πŸ“Š Physical Database Model

🧩 Mockups

πŸͺ§ Sketches Login Home Products Ivoice index New invoice Add products to invoice

πŸ§‘β€πŸ’» Technologies

  1. PHP
  2. Laravel
  3. Composer
  4. Laravel/UI
  5. DOMPDF
  6. MySQL
  7. Bootstrap
  8. Heroku
  9. Heroku CLI
You might also like...
This plugin was created to help you migrate your existing gallery from your old site.
This plugin was created to help you migrate your existing gallery from your old site.

WP Migrate Gallery 1. Steps to Import Gallery 1.1. Install ACF PRO 1.2. Create CPT Gallery 1.3. Create Gallery Taxomy 1.4. Copy Gallery media files to

A simple helpdesk tickets system for Laravel 5.1+ which integrates smoothly with Laravel default users and auth system
A simple helpdesk tickets system for Laravel 5.1+ which integrates smoothly with Laravel default users and auth system

A simple helpdesk tickets system for Laravel 5.1+ which integrates smoothly with Laravel default users and auth system, demo is available at: http://ticketit.kordy.info/tickets

Laravel-Library-Management-system is nice to management library system...

About Laravel Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experie

Simple-podcast-generator - πŸ‘‰ A very simple way to host your podcast files and generate the RSS Podcast feed πŸŽ™

Podcast RSS Feed Generator A very simple way to host your podcast files and generate the RSS Podcast feed πŸŽ™ πŸ“– Contents Summary Requirements Installa

mini Project in Laravel and vue js. Real World Laravel 8x + vue js Dashboard.Task management and project management system
mini Project in Laravel and vue js. Real World Laravel 8x + vue js Dashboard.Task management and project management system

mini Project in Laravel and vue js. Real World Laravel 8x + vue js Dashboard.Task management and project management system. Dashboard features such as: Complete Dashboard, Custom Authentication, Email Verification, custom-login-register-forgot password (without jetstream).

Open Source Voucher Management System is a web application for manage voucher. used PHP with Laravel Framework and use MySQL for Database.
Open Source Voucher Management System is a web application for manage voucher. used PHP with Laravel Framework and use MySQL for Database.

Voucher Management System is a web application for manage voucher. You can create and manage your voucher. Voucher Management System is used PHP with Laravel Framework and use MySQL for Database.

A free and open-source Laravel 5.5 and VueJS (SPA) Ticket system
A free and open-source Laravel 5.5 and VueJS (SPA) Ticket system

Ticket-conductor A Laravel 5.5 and VueJS (SPA) Ticket system app (This project was mostly for myself to learn Vue Js a bit better, and will not be mai

A powerful and responsive blog system powered by laravel 5.5.
A powerful and responsive blog system powered by laravel 5.5.

Powerful and responsive blog system powered by laravel 5.5. Click https://lufficc.com/blog to view live demo. Xblog δΈ­ζ–‡ README | Docs This blog is for

LaraEstimate is a complete Dynamic Estimates/Quotes System made with Laravel 7 and VueJS.
LaraEstimate is a complete Dynamic Estimates/Quotes System made with Laravel 7 and VueJS.

LaraEstimate LaraEstimate is a complete Dynamic Estimates/Quotes System made with Laravel 7 and VueJS. The system has the following features: Allows t

Owner
Javier Amaya
Software Engineer πŸ“ˆ | Platzi Master C8 πŸ’š | Backend | Developer | PHP 🐘 | Laravel πŸ“Š | SQL 🐬 | Python 🐍 | REST βš™ | API 🧩 | AWS
Javier Amaya
A simple invoicing system

A simple invoicing system This is a framework-agnostic package to be used as a n invoicing system consisting of the main components: Invoice Recipient

Hazem Noor 1 Jan 18, 2022
Created simple login system and chat type website using mysql database along with php and html , css and javascript.

Created simple login system and chat type website using mysql database along with php and html , css and javascript.

null 1 Jan 6, 2022
Library JGU is a website created for a university library system information. Made with PHP & TailwindCSS.

Library JGU Library JGU is a website created for a university library system information. Made with PHP & TailwindCSS. Key Features β€’ How To Use β€’ Rel

Azkazikna Ageung Laksana 23 Oct 7, 2022
One time password generator, validator, and qrcode generator that has no web dependencies (self-contained) in PHP

otp-thing One time password generator, validator, and qrcode generator that has no web dependencies (self-contained) in PHP Introduction This started

Daniel Krusky 25 Apr 29, 2022
A forum created with Laravel, Socket.io, and Tailwind CSS.

A forum created with Laravel, Socket.io, and Tailwind CSS.

Steven Lei 164 Nov 21, 2022
This is a project that was created for the main purpose of practising front end technology(HTML, CSS and Java-Script) with a litle addition of back-end technology.

This is a project that was created for the main purpose of practising front end technology(HTML, CSS and Java-Script) with a litle addition of back-end technology. This is a restaurant website which is to offer services such as ordering goods through sending of emails, viewing of any order, signing-in/up for customer's who want to order food, and much more, with also some live features like dates of the day alongside opening and closing working ours. So let's jump right into it.

null 1 Nov 26, 2021
Our team created for you one of the most innovative CRM systems that supports mainly business processes and allows for customization according to your needs. Be ahead of your competition and implement YetiForce!

We design an innovative CRM system that is dedicated for large and medium sized companies. We dedicate it to everyone who values open source software,

YetiForce Sp. z o.o. 1.3k Jan 8, 2023
A little PHP script created for uploading custom sharex files to your own webserver

ShareX-Custom-Upload A little PHP script created for uploading text, files, and images to your own webserver. It supports uploading via ShareX, but al

Joe Gandy 161 Dec 13, 2022
A simple blog project based on a custom-created MVC framework using PHP & MySQL

A simple blog project based on a custom-created MVC framework using PHP & MySQL. That follows the Facade design pattern.

Samiul Arafah Dhrubo 2 May 28, 2022
An awesome cryptic chat created in php

Cryptocat An awesome cryptic chat created in php ! Table of Contents About The Project Built With Getting Started Prerequisites Installation Screensho

Zijaham Galvan 0 Mar 24, 2022