Skip to content

anthony-okoye/PHP-LARAVEL-CRYPTO-PLATFORM

Repository files navigation

Build Status Total Downloads Latest Stable Version License

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable, creative experience to be truly fulfilling. Laravel attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as:

Laravel is accessible, yet powerful, providing tools needed for large, robust applications. A superb combination of simplicity, elegance, and innovation give you tools you need to build any application with which you are tasked.

Learning Laravel

Laravel has the most extensive and thorough documentation and video tutorial library of any modern web application framework. The Laravel documentation is thorough, complete, and makes it a breeze to get started learning the framework.

If you're not in the mood to read, Laracasts contains over 900 video tutorials on a range of topics including Laravel, modern PHP, unit testing, JavaScript, and more. Boost the skill level of yourself and your entire team by digging into our comprehensive video library.

Contributing

Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.

Security Vulnerabilities

If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell at taylor@laravel.com. All security vulnerabilities will be promptly addressed.

License

The Laravel framework is open-sourced software licensed under the MIT license.

Installation

1.Rename .env.example file to .env inside your project root and fill the database information. (windows wont let you do it, so you have to open your console cd your project root directory and run mv .env.example .env )

2.Open db folder on root directory and import fundstar.sql into your database

3.Open the console and cd your project root directory

4.Run php artisan key:generate

5.Run php artisan config:cache

6.Run php artisan serve

If you experience a problem such

SQLSTATE[HY000]: General error: 1813 Tablespace for table 'getfund.migrations or Illuminate\Database\QueryException SQLSTATE[42S02]: Base table or view not found: 1146 Table 'getfund.categories' doesn't exist

Run php artisan cache:clear and php artisan config:clear

Ensure that your own api keys are set in the environment variables USER_INTEL_AUTH_TOKEN, PANGEA_DOMAIN, and NOW_PAYMENTS_KEY.

Login Credentials

Admin

email: admin@demo.com password: 123456

User

email: test@gmail.com password: 123456

About

Cryptocurrency based asset management and investment Platform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors