git clone https://github.com/laravel/quickstart-basic quickstart
cd quickstart
composer install
php artisan migrate
php artisan serve
**Docker Commands :**
docker build -t laravel_app .
docker run -it -p 8000:8000 laravel_app
forked from laravel/quickstart-basic
-
Notifications
You must be signed in to change notification settings - Fork 0
A sample task list application.
License
Nirajkumar18/quickstart-basic
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A sample task list application.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- PHP 88.8%
- Blade 9.2%
- Dockerfile 1.3%
- Other 0.7%