New Year Flash Sale Offer 45% OFF Shop Now

Installation

# Creating a LaraPress CMS Project

Before creating your first LaraPress project, make sure that your local machine has PHP and Composer installed.

After you have installed PHP and Composer, you may create a new LaraPress project via Composer's create-project command:

----------------------------------------------------------

↓    composer create-project larapresscms/larapress myproject

-----------------------------------------------------------

Once the project has been created, start LaraPress local development server using:

--------------------

https://localhost/myproject

-------------------

No Need Laravel Artisan's serve command.

Here is the video tutorial: