Git Product home page Git Product logo

laravel-errors.com's Introduction

Laravel Errors

Laravel Errors is an open-source project designed to assist developers in finding solutions for errors encountered in their day-to-day coding life. So your contribution is invaluable to the ongoing enhancement of this project. Together, we can continue to improve Laravel Errors and make it even more beneficial for developers everywhere.


πŸ“ Requirements

  • PHP 8.2 - with SQLite, GD, and other common extensions.
  • Node.js 16 or more recent.

πŸ‘₯ Contribution

To contribute, ensure you meet the aforementioned requirements and follow these steps:

Clone the repository and switch to a new branch:

git clone https://github.com/dasundev/laravel-errors.com.git

cd laravel-errors.com

git checkout -b feat/your-feature # or fix/your-fix

Avoid pushing directly to the main branch. Instead, create a new branch and push your changes to it.

Install dependencies using Composer and NPM:

composer install

npm install

Set up your environment file:

cp .env.example .env

php artisan key:generate

Prepare your database and run the migrations:

touch database/database.sqlite

php artisan migrate

Build assets in watch mode in a separate terminal:

npm run dev

Finally, start the development server:

php artisan serve

After completing your code changes, run the test suite:

composer test

If all tests pass, commit your changes, push your branch, and create a pull request:

git commit -am "your commit message"

git push

πŸ“„ License

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

laravel-errors.com's People

Contributors

dasundev avatar

Stargazers

Paulius LΔ—veris avatar Ever Daniel Barreto avatar Md Abdul Kuddus avatar  avatar Alessandro Gambin da Silva avatar Skysea avatar  avatar Rajen Trivedi avatar Curt Sheller avatar  avatar Abdoul Rahim avatar Ruchit Patel avatar Riajul Islam avatar Anatoli Nicolae avatar Aleks avatar

Watchers

 avatar  avatar

Forkers

juhnior-tools

laravel-errors.com's Issues

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.