This application is built with laravel 10.x, bootstrap 5.x (not tailwindcss as traditionally used), jquery 3.x. Fund dllex is a web application that allows users to send and receive money from other users. they perform non cash transactions from all over the world at the comfort of their homes.
Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:
- Simple, fast routing engine.
- Powerful dependency injection container.
- Multiple back-ends for session and cache storage.
- Expressive, intuitive database ORM.
- Database agnostic schema migrations.
- Robust background job processing.
- Real-time event broadcasting.
Laravel is accessible, powerful, and provides tools required for large, robust applications.
Laravel has the most extensive and thorough documentation and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework.
You may also try the Laravel Bootcamp, where you will be guided through building a modern Laravel application from scratch.
If you don't feel like reading, Laracasts can help. Laracasts contains over 2000 video tutorials on a range of topics including Laravel, modern PHP, unit testing, and JavaScript. Boost your skills by digging into our comprehensive video library.
Download Xampp from here
Download Composer from here
Download Git from here
Download Node.js from here
composer global require laravel/installer
laravel --version
- Add your SSH key to your github account (Read here how to add)[https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account]
- Then clone your repository in your Xampp Htdocs Folder
git clone git@github.com:Blackart-glitch/FundFlex.git
- clone your repository in your Xampp Htdocs Folder
git clone https://github.com/Blackart-glitch/FundFlex.git
- Note: you will be asked to enter your github username and password everytime you try to push to the repo
Read more about cloning here
cd FundFlex
composer install
npm install
npm run build
-
Copy the content of the .env.example file and paste it in the .env file
-
Change the following lines to your database username and password
-
linux/bash
cp .env.example .env
- in windows
copy .env.example .env
- Name: fundflex
- Open the .env file in the project folder and change the following lines to your database username and password
- Change the following lines to your database username and password
DB_DATABASE=fundflex
DB_USERNAME=YOUR_USERNAME
DB_PASSWORD=YOUR_PASSWORD
php artisan key:generate
php artisan migrate
php artisan serve
Starting Laravel development server: http://