β¨ Prerequisites
Ensure the following tools are installed on your system before starting:π Installation
Install with Laravel Sail + Docker (Recommended)
Install with Laravel Sail + Docker (Recommended)
Laravel Sail provides an easy way to start your Larasonic development environment with Docker.
First-time Setup
-
Clone the Repository:
-
Install Composer Dependencies:
-
Set Up Environment Variables:
-
Start Laravel Sail:
-
Run Setup Script:
- For detailed documentation on Laravel Sail, visit: Laravel Sail Documentation
Optional: Shell Alias for Sail
Add this alias to~/.bashrc
or ~/.zshrc
for convenience:Install with Laravel Herd
Install with Laravel Herd
Laravel Herd provides a lightweight local environment for PHP development.
Steps for Herd Installation
-
Clone the Repository in Herd Sites Directory:
-
Visit in Browser:
Open your browser and navigate to:
Manual Installation (Advanced)
Manual Installation (Advanced)
If you prefer not to use Docker or Herd, you can set up Larasonic manually.
Steps for Manual Setup
-
Clone the Repository:
-
Install Composer Dependencies:
-
Set Up Environment Variables:
-
Setup Application:
- You need to change the database credentials in the .env file.
-
Serve the Application:
- Using Octane:
- Using the built-in PHP server:
- Using Octane:
http://127.0.0.1:8010
.