dreamtigers / mantenimientos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PistonPosición: Mantenimientos

Getting started

  1. Clone the repo.

  2. Install composer dependencies:

    cd app
    composer install
  3. Run migrations:

    php artisan migrate
  4. Seed the database:

    php artisan db:seed
  5. Give storage/ and bootstrap/cache/ all the permissions they need:

    chmod -R 777 storage/
    chmod -R 777 bootstrap/cache/
  6. Generate all the CSS and Javascript:

    npm run dev

Protip

If you just added or renamed a file, run:

composer dumpautoload

To regenerate the optimized files. I always forget this.

About Laravel

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:

Laravel is accessible, powerful, and provides tools required for large, robust applications.

License

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

About


Languages

Language:PHP 76.6%Language:HTML 18.0%Language:TSQL 5.0%Language:Dockerfile 0.3%Language:Makefile 0.1%