Installing Laramagz

Setup Database

  1. Create a new database.

  2. Import db-laramagz-v1.3.2.sql

Install on Server (Shared Hosting)

  1. Upload hosting-v1.3.2.zip in public_html.

  2. Extract it.

    extract
  3. Move it outside the public_html folder.

    move laramagz
    move to root
  4. Select all files and folders in public laramagz then move them to public_html.

    select all move
    move files

    5. Edit the .env file according to your database.

Install on Local

  1. Extract basic-v1.3.2.zip.

  2. Edit the .env file according to your database.

  3. Open your terminal, type the following command:

    composer install
  4. Run the server.

    php artisan serve