Skip to content

laraveltoiot/open-iot-cloud-laravel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Application

This is a project built using Laravel, a modern PHP framework designed for building scalable and efficient web applications.


Requirements

Ensure your system meets the following prerequisites before starting:

  • PHP 8.3 or higher
  • Composer (PHP package manager)
  • Node.js and npm (JavaScript package manager)
  • SQLite database server (default database), mongodb

Installation

Follow these steps to set up the project:

  1. Clone this repository:

    git clone https://github.com/laraveltoiot/open-iot-cloud-laravel.git
    cd <project-name>
  2. Install all PHP dependencies:

    composer install
  3. Install all JavaScript packages:

    npm install
  4. Copy the .env file:

    cp .env.example .env
  5. Generate the application key: bash php artisan key:generate

  6. NPM build:

            npm build
       ```
    
  7. Run database migrations and (if needed) seed the database:

    php artisan migrate
    php artisan migrate --seed

Usage

Run the application:

  1. Start the application:

    php artisan serve
  2. Open your browser and visit: http://127.0.0.1:8000.

Compile the frontend assets:

  1. Start the development watcher for frontend:

    npm run dev
  2. Or build for production:

    npm run build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages