Installation via Command Line
- Open the /core/.env file and configure your credentials, including 'APP_URL' and database connection details.
- Run the following command to set up the database structure and add initial data:php artisan migrate --seed
- To disable redirection to the installation wizard, rename the file at
/core/storage/_installed to installed.
- Start the development server:php artisan serveVisit http://localhost:8000 to view the homepage.
- 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