https://github.com/ekedonald/php-todo
https://github.com/ekedonald/php-todo
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ekedonald/php-todo
- Owner: ekedonald
- License: mit
- Created: 2024-04-19T11:04:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-19T11:08:30.000Z (about 1 year ago)
- Last Synced: 2025-01-06T07:24:21.376Z (4 months ago)
- Language: PHP
- Size: 45.9 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)