Installation via Command Line

  1. Open the /core/.env file and configure your credentials, including 'APP_URL' and database connection details.

     
  2. Run the following command to set up the database structure and add initial data:php artisan migrate --seed
  3. To disable redirection to the installation wizard, rename the file at
    /core/storage/_installed to installed.

     
  4. Start the development server:php artisan serveVisit http://localhost:8000 to view the homepage.

     
  5. Access the Admin Panel
    • URL: http://localhost:8000/admin
    • Default login credentials:
      • Email: admin@site.com
      • Password: admin

We use cookies to personalize your experience. By continuing to visit this website you agree to our use of cookies

More