A bootcamp website for developers
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
So far, many prospective developers have studied in an unstructured and undirected way that relies on many sources of information, in this case many developers are confused about where to start and unwittingly a lot of time is wasted. Laracamp offers alternative solutions that allow developers to learn in a structured and directed manner through the bootcamp available on the Laracamp website.
To get a local copy up and running follow these steps.
A few resources to get you started if this your firt Laravel Project
- Create and get API Key Credentials Oauth Goolge Account (https://https://console.cloud.google.com/apis/dashboard)
- Create and get Key Midtrans Payment Gateway (https://midtrans.com/)
- Clone the repo
git clone https://github.com/darmawan21/laracamp.git
- Install Depedency
composer install
- Setup Environmetn Variable
cp .env.example .env
- Enter your APP_KEY if it's not already in the
.envfilephp artisan key:generate
- customize your database name in file
.env - Enter your Oauth Google Account API in
.envGOOGLE_CLIENT_ID= YOUR API KEY GOOGLE_CLIENT_SECRET= YOUR API KEY GOOGLE_CLIENT_REDIRECT= YOUR API KEY
- Enter your Midtrans Payment Gateway API in
.envMIDTRANS_SERVERKEY = YOUR API KEY MIDTRANS_CLIENTKEY = YOUR API KEY
- Migrate and Seed
php artisan migrate --seed
- Run Local Dev Server
php artisan serve
For more examples can open website Laracamp
- Add Oauth Google Account
- Add Email Integration
- Add Payment Gateway
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt for more information.
- Email : muhammaddiki.dev@gmail.com
- LinkedIn: Muhammad Diki Darmawan
- Twitter: @ddrwwn
- Project Link: https://github.com/darmawan21/laracamp
© 2022 — Muhammad Diki Darmawan