Skip to content

ExpDev07/legacy-rp-cad

Repository files navigation

Legacy RP Logo

legacy-rp-cad

Buy Me a Coffee at ko-fi.com

100% FREE + OPEN SOURCE.

CAD-system.

See #contributing for more details on how you can help shape legacy-rp-cad. We're always down to improve and receive feedback.

License

Please refer to LICENSE.md for this project's license.

Contributors

This list only contains some of the most notable contributors. For the full list, refer to GitHub's contributors graph.

  • ExpDev07 (Marius) - creator and maintainer of both frontend and backend.

Pictures

(more will be posted soon once some design decisions are finalized).

Logging in

Logging in

Contributing

This section describes how you can help contribute.

Prerequisites

  • PHP 7+.
  • Composer.
  • Node (and npm).
  • SQL (database).

Setting up project

Grab yourself a copy of this repository:

$ git clone https://github.com/ExpDev07/legacy-rp-cad.git

Install all the required dependencies (we use both npm and composer):

$ composer install
$ npm install

Create a new file called .env and copy the contents from .env.example over to it, then apply your configurations.

$ 

Create a private and unique application key:

$ php artisan key:generate

Run database migrations so that we can store things:

$ php artisan migrate

Create a symbolic link at public/storage so that it points to storage/app/public:

$ php artisan storage:link

Compile frontend assets (use "dev" for development and "prod" for production):

$ npm run dev/prod

Finally, boot the server up:

$ php artisan serve

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages