Skip to content

Run Samarium

oitcode edited this page Nov 25, 2024 · 3 revisions

Once all the installation steps are completed you can run the application. Go to the root of your samarium project and run the below command in terminal.

php artisan serve

This will run the development server which will serve the application. You can access the application using web browser like Firefox. Use the below address for url.

Dashboard

127.0.0.1:8000/dashboard

Website

127.0.0.1:8000

Clone this wiki locally