- Xampp >= 8.1.2
- Composer >= 2.2.6
- NodeJS >= 17.5.0
- npm >= 8.4.1
-
Create Database Create database with name
dominos
.Note: If you have custom database name, do not forget to change database name in .env file.
-
Install depedencies
Navigate into your new site’s directory and install it first.
cd dominos npm install composer install
-
Serve the application.
php artisan serve
-
Open the site on localhost!
Your site is now running at http://localhost:8000 !
Login with:
- email: admin@dominos.app
- password: password
-
Change the browser breakpoint
Note: This website isn't responsive.
for better experience change the browser breakpoint with this steps:
- inspect the website,
- toggle the device emulation by click Ctrl+Shift+M, or click on the top left of devtools,
- on the top of website, change the breakpoint to 393 x 786 or Pixel 3 XL
Due to time constraints, we did not add responsive features to this website
-
Learn more
- Laravel Documentation
- Simple, fast routing engine.
- Powerful dependency injection container.
- Multiple back-ends for session and cache storage.
- Database agnostic schema migrations.
- Laracasts