https://github.com/hack-light/php-todo-20
https://github.com/hack-light/php-todo-20
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hack-light/php-todo-20
- Owner: Hack-Light
- License: mit
- Created: 2022-12-26T15:42:24.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-26T16:56:42.000Z (about 3 years ago)
- Last Synced: 2025-07-23T18:40:00.622Z (8 months ago)
- Language: PHP
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Laravel Quickstart - Basic
## Quick Installation
git clone https://github.com/laravel/quickstart-basic quickstart
cd quickstart
composer install
php artisan migrate
php artisan serve
[Complete Tutorial](https://laravel.com/docs/5.2/quickstart)