Skip to content

Laravel E-Commerce Demo Project for CodeCanyon with PHP-Laravel .

Notifications You must be signed in to change notification settings

njbm/Food-Order

Repository files navigation

Laravel Logo

Laravel E-Commerce Demo Project for CodeCanyon.

"This project was created by Jaber Masud. To learn more about him, search on Google using 'masud9900' or 'jaber masud'."

Installation

  1. Clone the repository:

    git clone https://github.com/njbm/Food-Order.git
  2. Change into the project directory:

    cd Food-Order
  3. Install PHP dependencies:

    composer install
  4. Install JavaScript dependencies: (Optional)

    npm install
  5. Create a copy of the .env.example file and update the configuration:

    cp .env.example .env

    Update the .env file with your database and other configuration settings.

  6. Generate an application key:

    php artisan key:generate
  7. Run database migrations and seed: (seed optional)

    php artisan migrate --seed
  8. Start the development server:

    php artisan serve

    Your Laravel application should now be running at http://localhost:8000.

By default, the application will be accessible at http://localhost:8000.

If you are facing any problem then contact with me..

Jaber Masud

License

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

About

Laravel E-Commerce Demo Project for CodeCanyon with PHP-Laravel .

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published